Shades of Dolly #EEF370
Tints of Dolly #EEF370
RGB
CMYK
RGB Variations
Color information
#EEF370 (or 0xEEF370) is known color: Dolly. HEX triplet: EE, F3 and 70. RGB value is (238,243,112). Sum of RGB (Red+Green+Blue) = 238+243+112=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 243 (95.31% from 255 or 40.98% from 593); Blue value is 112 (44.14% from 255 or 18.89% from 593); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF370 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF370 is #110C8F. Grayscale: #E3E3E3. Windows color (decimal): -1117328 or 7402478. OLE color: 7402478.
HSL color Cylindrical-coordinate representation of color #EEF370: hue angle of 62.29º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EEF370 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 112 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.05 |
| HSL | 62.29º | 0.85% | 0.7% | - |
| HSV(B) | 62.29º | 0.54% | 0.95% | - |
| XYZ | 70.24 | 83.45 | 27.73 | - |
| YUV | 226.57 | 63.34 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 112 | 0.02 | 0 | 0.54 | 0.05 | 62.29 | 0.85 | 0.7 |
| Hex | EE | F3 | 70 | 2 | 0 | 36 | 5 | 3E | 55 | 46 |
| Octal | 356 | 363 | 160 | 2 | 0 | 66 | 5 | 76 | 125 | 106 |
| Binary | 11101110 | 11110011 | 1110000 | 10 | 0 | 110110 | 101 | 111110 | 1010101 | 1000110 |
Color Harmonies of #EEF370
Complementary color
Monochromatic Colors of #EEF370
Black with #EEF370
Text Example
Text Example
White with #EEF370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF370; }
p { color: rgb(238,243,112); }
H1.HeaderClassName
{
color: #EEF370;
}
.AnyTagClassName
{
color: #EEF370;
}
</style>
background-color css
<style>
a { background-color: #EEF370; }
a { background-color: rgb(238,243,112); }
div.DivClassName
{
background-color: #EEF370;
}
.BgClassName
{
background-color: #EEF370;
}
</style>
border-color css
<style>
span { border-color: #EEF370; }
span { border-color: rgb(238,243,112); }
td.TdClassName
{
border-color: #EEF370;
}
.TagClassName
{
border-color: #EEF370;
}
</style>