Shades of Dolly #EEED76
Tints of Dolly #EEED76
RGB
CMYK
RGB Variations
Color information
#EEED76 (or 0xEEED76) is known color: Dolly. HEX triplet: EE, ED and 76. RGB value is (238,237,118). Sum of RGB (Red+Green+Blue) = 238+237+118=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 237 (92.97% from 255 or 39.97% from 593); Blue value is 118 (46.48% from 255 or 19.90% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEED76 is #111289. Grayscale: #E0E0E0. Windows color (decimal): -1118858 or 7794158. OLE color: 7794158.
HSL color Cylindrical-coordinate representation of color #EEED76: hue angle of 59.5º 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 #EEED76 is Cyan = 0, Magento = 0.00, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 118 | - |
| CMYK | 0 | 0.00 | 0.50 | 0.07 |
| HSL | 59.5º | 0.78% | 0.7% | - |
| HSV(B) | 59.5º | 0.5% | 0.93% | - |
| XYZ | 68.81 | 80.05 | 28.96 | - |
| YUV | 223.73 | 68.33 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 118 | 0 | 0.00 | 0.50 | 0.07 | 59.5 | 0.78 | 0.7 |
| Hex | EE | ED | 76 | 0 | 0 | 32 | 7 | 3C | 4E | 46 |
| Octal | 356 | 355 | 166 | 0 | 0 | 62 | 7 | 74 | 116 | 106 |
| Binary | 11101110 | 11101101 | 1110110 | 0 | 0 | 110010 | 111 | 111100 | 1001110 | 1000110 |
Color Harmonies of #EEED76
Complementary color
Monochromatic Colors of #EEED76
Black with #EEED76
Text Example
Text Example
White with #EEED76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEED76; }
p { color: rgb(238,237,118); }
H1.HeaderClassName
{
color: #EEED76;
}
.AnyTagClassName
{
color: #EEED76;
}
</style>
background-color css
<style>
a { background-color: #EEED76; }
a { background-color: rgb(238,237,118); }
div.DivClassName
{
background-color: #EEED76;
}
.BgClassName
{
background-color: #EEED76;
}
</style>
border-color css
<style>
span { border-color: #EEED76; }
span { border-color: rgb(238,237,118); }
td.TdClassName
{
border-color: #EEED76;
}
.TagClassName
{
border-color: #EEED76;
}
</style>