Shades of Light Goldenrod #EEDC76
Tints of Light Goldenrod #EEDC76
RGB
CMYK
RGB Variations
Color information
#EEDC76 (or 0xEEDC76) is known color: Light Goldenrod. HEX triplet: EE, DC and 76. RGB value is (238,220,118). Sum of RGB (Red+Green+Blue) = 238+220+118=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 118 (46.48% from 255 or 20.49% from 576); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDC76 is #112389. Grayscale: #D6D6D6. Windows color (decimal): -1123210 or 7789806. OLE color: 7789806.
HSL color Cylindrical-coordinate representation of color #EEDC76: hue angle of 51º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EEDC76 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 118 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.07 |
| HSL | 51º | 0.78% | 0.7% | - |
| HSV(B) | 51º | 0.5% | 0.93% | - |
| XYZ | 64.12 | 70.67 | 27.4 | - |
| YUV | 213.75 | 73.96 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 118 | 0 | 0.08 | 0.50 | 0.07 | 51 | 0.78 | 0.7 |
| Hex | EE | DC | 76 | 0 | 8 | 32 | 7 | 33 | 4E | 46 |
| Octal | 356 | 334 | 166 | 0 | 10 | 62 | 7 | 63 | 116 | 106 |
| Binary | 11101110 | 11011100 | 1110110 | 0 | 1000 | 110010 | 111 | 110011 | 1001110 | 1000110 |
Color Harmonies of #EEDC76
Complementary color
Monochromatic Colors of #EEDC76
Black with #EEDC76
Text Example
Text Example
White with #EEDC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDC76; }
p { color: rgb(238,220,118); }
H1.HeaderClassName
{
color: #EEDC76;
}
.AnyTagClassName
{
color: #EEDC76;
}
</style>
background-color css
<style>
a { background-color: #EEDC76; }
a { background-color: rgb(238,220,118); }
div.DivClassName
{
background-color: #EEDC76;
}
.BgClassName
{
background-color: #EEDC76;
}
</style>
border-color css
<style>
span { border-color: #EEDC76; }
span { border-color: rgb(238,220,118); }
td.TdClassName
{
border-color: #EEDC76;
}
.TagClassName
{
border-color: #EEDC76;
}
</style>