Shades of Dolly #EEE972
Tints of Dolly #EEE972
RGB
CMYK
RGB Variations
Color information
#EEE972 (or 0xEEE972) is known color: Dolly. HEX triplet: EE, E9 and 72. RGB value is (238,233,114). Sum of RGB (Red+Green+Blue) = 238+233+114=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 233 (91.41% from 255 or 39.83% from 585); Blue value is 114 (44.92% from 255 or 19.49% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE972 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEE972 is #11168D. Grayscale: #DDDDDD. Windows color (decimal): -1119886 or 7530990. OLE color: 7530990.
HSL color Cylindrical-coordinate representation of color #EEE972: hue angle of 57.58º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EEE972 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 114 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.07 |
| HSL | 57.58º | 0.78% | 0.69% | - |
| HSV(B) | 57.58º | 0.52% | 0.93% | - |
| XYZ | 67.44 | 77.67 | 27.36 | - |
| YUV | 220.93 | 67.66 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 114 | 0 | 0.02 | 0.52 | 0.07 | 57.58 | 0.78 | 0.69 |
| Hex | EE | E9 | 72 | 0 | 2 | 34 | 7 | 3A | 4E | 45 |
| Octal | 356 | 351 | 162 | 0 | 2 | 64 | 7 | 72 | 116 | 105 |
| Binary | 11101110 | 11101001 | 1110010 | 0 | 10 | 110100 | 111 | 111010 | 1001110 | 1000101 |
Color Harmonies of #EEE972
Complementary color
Monochromatic Colors of #EEE972
Black with #EEE972
Text Example
Text Example
White with #EEE972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE972; }
p { color: rgb(238,233,114); }
H1.HeaderClassName
{
color: #EEE972;
}
.AnyTagClassName
{
color: #EEE972;
}
</style>
background-color css
<style>
a { background-color: #EEE972; }
a { background-color: rgb(238,233,114); }
div.DivClassName
{
background-color: #EEE972;
}
.BgClassName
{
background-color: #EEE972;
}
</style>
border-color css
<style>
span { border-color: #EEE972; }
span { border-color: rgb(238,233,114); }
td.TdClassName
{
border-color: #EEE972;
}
.TagClassName
{
border-color: #EEE972;
}
</style>