Shades of Dolly #EEE872
Tints of Dolly #EEE872
RGB
CMYK
RGB Variations
Color information
#EEE872 (or 0xEEE872) is known color: Dolly. HEX triplet: EE, E8 and 72. RGB value is (238,232,114). Sum of RGB (Red+Green+Blue) = 238+232+114=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 232 (91.02% from 255 or 39.73% from 584); Blue value is 114 (44.92% from 255 or 19.52% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE872 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEE872 is #11178D. Grayscale: #DCDCDC. Windows color (decimal): -1120142 or 7530734. OLE color: 7530734.
HSL color Cylindrical-coordinate representation of color #EEE872: hue angle of 57.1º 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 #EEE872 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 114 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.07 |
| HSL | 57.1º | 0.78% | 0.69% | - |
| HSV(B) | 57.1º | 0.52% | 0.93% | - |
| XYZ | 67.15 | 77.11 | 27.26 | - |
| YUV | 220.34 | 67.99 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 114 | 0 | 0.03 | 0.52 | 0.07 | 57.1 | 0.78 | 0.69 |
| Hex | EE | E8 | 72 | 0 | 3 | 34 | 7 | 39 | 4E | 45 |
| Octal | 356 | 350 | 162 | 0 | 3 | 64 | 7 | 71 | 116 | 105 |
| Binary | 11101110 | 11101000 | 1110010 | 0 | 11 | 110100 | 111 | 111001 | 1001110 | 1000101 |
Color Harmonies of #EEE872
Complementary color
Monochromatic Colors of #EEE872
Black with #EEE872
Text Example
Text Example
White with #EEE872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE872; }
p { color: rgb(238,232,114); }
H1.HeaderClassName
{
color: #EEE872;
}
.AnyTagClassName
{
color: #EEE872;
}
</style>
background-color css
<style>
a { background-color: #EEE872; }
a { background-color: rgb(238,232,114); }
div.DivClassName
{
background-color: #EEE872;
}
.BgClassName
{
background-color: #EEE872;
}
</style>
border-color css
<style>
span { border-color: #EEE872; }
span { border-color: rgb(238,232,114); }
td.TdClassName
{
border-color: #EEE872;
}
.TagClassName
{
border-color: #EEE872;
}
</style>