Color #EDD183 Color / Colour Code #EDD183

    This page shows the hex color code for color #edd183 (#EDD183). The colour is a orange tone with 75% saturation and 72% lightness. Explore its conversions, colour palettes, gradients, accessibility data, and CSS code below.

    #EDD183

    Color Conversions

    HEX
    #EDD183
    RGB
    rgb(237, 209, 131)
    HSL
    hsl(44, 75%, 72%)
    HSV
    hsv(44, 45%, 93%)
    CMYK
    cmyk(0%, 12%, 45%, 7%)

    Accessibility Contrast

    WCAG contrast ratios for #EDD183 against common backgrounds.

    Sample Text
    vs White (#FFFFFF)
    1.49:1
    AA FailAA Large FailAAA Fail
    Sample Text
    vs Black (#000000)
    14.05:1
    AA PassAA Large PassAAA Pass
    Sample Text
    vs Light Gray (#EEEEEE)
    1.29:1
    AA FailAA Large FailAAA Fail

    Complementary Colors

    #EDD183 paired with its color wheel opposite for maximum contrast.

    Analogous Colors

    Hues at 14, 44, and 74 degrees for harmonious combinations.

    Triadic Palette

    Three colors at 44, 164, and 284 degrees.

    Color Palettes Using #EDD183

    Monochromatic Scale

    Five shades at lightness levels 15% through 85% while keeping hue at 44 and saturation at 75%. Use the darkest shade for text and the lightest for backgrounds to build a cohesive single-hue design system.

    #43340A #866713 #DFAC20 #ECCD79 #F5E6BC
    Warm Harmony

    Adjacent hues from 44 to 89 degrees create a warm, unified palette. This analogous scheme works for marketing materials, seasonal campaigns, and any design that needs visual warmth without clashing colors.

    #E2B436 #E2DF36 #BAE236 #8FE236
    Cool Contrast

    Combines the base color at hue 44 with its complement at 224 and two adjacent cool tones. This split-complementary approach provides strong visual contrast while remaining more balanced than a pure complementary scheme.

    #D9A926 #2656D9 #5026D9 #A926D9
    Pastel Variation

    Five evenly spaced hues at 40% saturation and 80% lightness. Pastels are gentle on the eyes and work well for dashboards, onboarding screens, category tags, and any interface where multiple distinct colors are needed without visual aggression.

    #E0D6B8 #C2E0B8 #B8E0D6 #B8C2E0 #D6B8E0

    Shades & Tints of #EDD183

    Lightness variations at hue 44 and 75% saturation.

    CSS Gradients with #EDD183

    Orange to Blue
    linear-gradient(135deg, #edd183, #829fed)
    Analogous Fade
    linear-gradient(90deg, #edd183, #d4ed82)
    Deep to Light
    linear-gradient(180deg, #503e0b, #f4e1af)
    Tricolor Sweep
    linear-gradient(135deg, #edd182, #82edd1, #d182ed)

    Design Use Cases for #EDD183

    Vibrant Brand Color

    #EDD183 has a strong 75% saturation that makes it ideal for brand identity elements. Use it for logos, primary call-to-action buttons, hero section accents, and marketing materials where visual impact matters. This saturation level is eye-catching without being harsh.

    Light Background Tint

    #EDD183 at 72% lightness creates a gentle tinted background. Use it for section backgrounds, alert banners, or card surfaces that need to stand out from a white page without strong contrast. It adds color personality while keeping the design light and open.

    Warmth & Enthusiasm

    #EDD183 sits in the orange range (hue 44). Orange combines the energy of red with the warmth of yellow. It works naturally for progress indicators, pricing highlights, "new" badges, and friendly call-to-action buttons. Food and fitness brands frequently use this hue range.

    Gradient Pairing

    Create a gradient from #EDD183 (hue 44) to its complement at hue 224. For a subtler effect, try pairing with an analogous color at hue 74. Use CSS: background: linear-gradient(135deg, #edd183, #829fed);

    CSS Code for #EDD183

    /* Background */
    background-color: #edd183;
    background-color: rgb(237, 209, 131);
    background-color: hsl(44, 75%, 72%);
    /* Text */
    color: #edd183;
    /* Border */
    border: 2px solid #edd183;
    /* Shadow */
    box-shadow: 0 4px 14px rgba(237, 209, 131, 0.3);
    /* CSS Variable */
    --color-primary: 44 75% 72%;

    Similar Colors

    Colors visually similar to #EDD183 based on RGB, lightness, and hue variations.

    Use This Color in Design Tools

    Apply #EDD183 across image editing and color design tools.

    About Color #EDD183 (#EDD183)

    #EDD183 is a orange color (colour) with RGB channel values of 237 red, 209 green, and 131 blue. The red channel is dominant with a relatively balanced channel distribution. In HSL terms, the hue sits at 44 degrees with 75% saturation and 72% lightness, placing it in the warm range of the colour spectrum.

    The perceived brightness of #EDD183 is 208/255 using the ITU-R BT.601 luma formula (0.299R + 0.587G + 0.114B). This means it appears bright to the human eye and is best paired with dark text for readability. For print production, the CMYK equivalent is 0% cyan, 12% magenta, 45% yellow, and 7% key (black).

    The WCAG contrast ratio of #EDD183 against white is 1.49:1 and against black is 14.05:1. This does not meet AA requirements on white. Use it on dark backgrounds where it achieves 14.05:1, or use it exclusively for decorative purposes.

    The complementary colour #829FED creates maximum visual tension when paired with #EDD183. For more harmonious color combinations, use the analogous colours #ED9B82 and #D4ED82, which sit 30 degrees on either side of the hue wheel. To build a complete design system, start with the monochromatic scale above for consistent shade variations, then add one complementary or triadic accent for interactive elements.

    How to Explore Color #EDD183

    1. Enter your color value in HEX format.
    2. The tool converts it to RGB, HSL, CMYK format in real time.
    3. Copy the converted value to your clipboard.

    Color Converter · Contrast Checker

    What is HEX to RGB, HSL, CMYK color conversion

    Converting from HEX to RGB, HSL, CMYK translates a color value between two different color models. Different color models are used in web design (HEX, RGB), print (CMYK), and color theory (HSL, HSV).

    Related Tools & Colors

    Frequently Asked Questions

    What color / colour is #EDD183?
    #EDD183 is Color #EDD183, a orange color (colour) with RGB(237, 209, 131), HSL(44, 75%, 72%), and CMYK(0%, 12%, 45%, 7%). Its perceived brightness is 208/255.
    Is #EDD183 accessible for text?
    Against white, #EDD183 has a contrast ratio of 1.49:1 (fails AA for normal text). Against black, it has 14.05:1 (passes AA). Use the contrast checker tool for custom background pairings.
    What colours pair well with #EDD183?
    The complementary colour is #829FED (hue 224). For subtle color combinations, use analogous colours #ED9B82 and #D4ED82. The triadic palette adds #82EDD1 and #D182ED for vibrant variety.
    How do I use #EDD183 in CSS?
    Use any format: color: #edd183; or rgb(237, 209, 131); or hsl(44, 75%, 72%). For CSS custom properties: --color-primary: 44 75% 72%; then use it as hsl(var(--color-primary)).
    Is this color / colour explorer free?
    Yes, completely free with no signup required. All colour calculations run in your browser. You can explore any valid hex color code, not just the pre-generated palette.