Shades of Dolly #EEF073
Tints of Dolly #EEF073
RGB
CMYK
RGB Variations
Color information
#EEF073 (or 0xEEF073) is known color: Dolly. HEX triplet: EE, F0 and 73. RGB value is (238,240,115). Sum of RGB (Red+Green+Blue) = 238+240+115=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 240 (94.14% from 255 or 40.47% from 593); Blue value is 115 (45.31% from 255 or 19.39% from 593); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF073 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF073 is #110F8C. Grayscale: #E1E1E1. Windows color (decimal): -1118093 or 7598318. OLE color: 7598318.
HSL color Cylindrical-coordinate representation of color #EEF073: hue angle of 60.96º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EEF073 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 115 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.06 |
| HSL | 60.96º | 0.81% | 0.7% | - |
| HSV(B) | 60.96º | 0.52% | 0.94% | - |
| XYZ | 69.51 | 81.74 | 28.33 | - |
| YUV | 225.15 | 65.84 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 115 | 0.01 | 0 | 0.52 | 0.06 | 60.96 | 0.81 | 0.7 |
| Hex | EE | F0 | 73 | 1 | 0 | 34 | 6 | 3D | 51 | 46 |
| Octal | 356 | 360 | 163 | 1 | 0 | 64 | 6 | 75 | 121 | 106 |
| Binary | 11101110 | 11110000 | 1110011 | 1 | 0 | 110100 | 110 | 111101 | 1010001 | 1000110 |
Color Harmonies of #EEF073
Complementary color
Monochromatic Colors of #EEF073
Black with #EEF073
Text Example
Text Example
White with #EEF073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF073; }
p { color: rgb(238,240,115); }
H1.HeaderClassName
{
color: #EEF073;
}
.AnyTagClassName
{
color: #EEF073;
}
</style>
background-color css
<style>
a { background-color: #EEF073; }
a { background-color: rgb(238,240,115); }
div.DivClassName
{
background-color: #EEF073;
}
.BgClassName
{
background-color: #EEF073;
}
</style>
border-color css
<style>
span { border-color: #EEF073; }
span { border-color: rgb(238,240,115); }
td.TdClassName
{
border-color: #EEF073;
}
.TagClassName
{
border-color: #EEF073;
}
</style>