Shades of Dolly #EEF878
Tints of Dolly #EEF878
RGB
CMYK
RGB Variations
Color information
#EEF878 (or 0xEEF878) is known color: Dolly. HEX triplet: EE, F8 and 78. RGB value is (238,248,120). Sum of RGB (Red+Green+Blue) = 238+248+120=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 248 (97.27% from 255 or 40.92% from 606); Blue value is 120 (47.27% from 255 or 19.80% from 606); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF878 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF878 is #110787. Grayscale: #E6E6E6. Windows color (decimal): -1116040 or 7928046. OLE color: 7928046.
HSL color Cylindrical-coordinate representation of color #EEF878: hue angle of 64.69º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EEF878 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 248 | 120 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.03 |
| HSL | 64.69º | 0.9% | 0.72% | - |
| HSV(B) | 64.69º | 0.52% | 0.97% | - |
| XYZ | 72.22 | 86.67 | 30.69 | - |
| YUV | 230.42 | 65.69 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 248 | 120 | 0.04 | 0 | 0.52 | 0.03 | 64.69 | 0.9 | 0.72 |
| Hex | EE | F8 | 78 | 4 | 0 | 34 | 3 | 41 | 5A | 48 |
| Octal | 356 | 370 | 170 | 4 | 0 | 64 | 3 | 101 | 132 | 110 |
| Binary | 11101110 | 11111000 | 1111000 | 100 | 0 | 110100 | 11 | 1000001 | 1011010 | 1001000 |
Color Harmonies of #EEF878
Complementary color
Monochromatic Colors of #EEF878
Black with #EEF878
Text Example
Text Example
White with #EEF878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF878; }
p { color: rgb(238,248,120); }
H1.HeaderClassName
{
color: #EEF878;
}
.AnyTagClassName
{
color: #EEF878;
}
</style>
background-color css
<style>
a { background-color: #EEF878; }
a { background-color: rgb(238,248,120); }
div.DivClassName
{
background-color: #EEF878;
}
.BgClassName
{
background-color: #EEF878;
}
</style>
border-color css
<style>
span { border-color: #EEF878; }
span { border-color: rgb(238,248,120); }
td.TdClassName
{
border-color: #EEF878;
}
.TagClassName
{
border-color: #EEF878;
}
</style>