Shades of Dolly #EEF470
Tints of Dolly #EEF470
RGB
CMYK
RGB Variations
Color information
#EEF470 (or 0xEEF470) is known color: Dolly. HEX triplet: EE, F4 and 70. RGB value is (238,244,112). Sum of RGB (Red+Green+Blue) = 238+244+112=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 244 (95.70% from 255 or 41.08% from 594); Blue value is 112 (44.14% from 255 or 18.86% from 594); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF470 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF470 is #110B8F. Grayscale: #E3E3E3. Windows color (decimal): -1117072 or 7402734. OLE color: 7402734.
HSL color Cylindrical-coordinate representation of color #EEF470: hue angle of 62.73º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EEF470 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 244 | 112 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.04 |
| HSL | 62.73º | 0.86% | 0.7% | - |
| HSV(B) | 62.73º | 0.54% | 0.96% | - |
| XYZ | 70.54 | 84.05 | 27.83 | - |
| YUV | 227.16 | 63.01 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 244 | 112 | 0.02 | 0 | 0.54 | 0.04 | 62.73 | 0.86 | 0.7 |
| Hex | EE | F4 | 70 | 2 | 0 | 36 | 4 | 3F | 56 | 46 |
| Octal | 356 | 364 | 160 | 2 | 0 | 66 | 4 | 77 | 126 | 106 |
| Binary | 11101110 | 11110100 | 1110000 | 10 | 0 | 110110 | 100 | 111111 | 1010110 | 1000110 |
Color Harmonies of #EEF470
Complementary color
Monochromatic Colors of #EEF470
Black with #EEF470
Text Example
Text Example
White with #EEF470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF470; }
p { color: rgb(238,244,112); }
H1.HeaderClassName
{
color: #EEF470;
}
.AnyTagClassName
{
color: #EEF470;
}
</style>
background-color css
<style>
a { background-color: #EEF470; }
a { background-color: rgb(238,244,112); }
div.DivClassName
{
background-color: #EEF470;
}
.BgClassName
{
background-color: #EEF470;
}
</style>
border-color css
<style>
span { border-color: #EEF470; }
span { border-color: rgb(238,244,112); }
td.TdClassName
{
border-color: #EEF470;
}
.TagClassName
{
border-color: #EEF470;
}
</style>