Shades of Dolly #EEF077
Tints of Dolly #EEF077
RGB
CMYK
RGB Variations
Color information
#EEF077 (or 0xEEF077) is known color: Dolly. HEX triplet: EE, F0 and 77. RGB value is (238,240,119). Sum of RGB (Red+Green+Blue) = 238+240+119=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 240 (94.14% from 255 or 40.20% from 597); Blue value is 119 (46.88% from 255 or 19.93% from 597); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF077 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF077 is #110F88. Grayscale: #E2E2E2. Windows color (decimal): -1118089 or 7860462. OLE color: 7860462.
HSL color Cylindrical-coordinate representation of color #EEF077: hue angle of 60.99º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EEF077 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 119 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.06 |
| HSL | 60.99º | 0.8% | 0.7% | - |
| HSV(B) | 60.99º | 0.5% | 0.94% | - |
| XYZ | 69.75 | 81.83 | 29.57 | - |
| YUV | 225.61 | 67.84 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 119 | 0.01 | 0 | 0.50 | 0.06 | 60.99 | 0.8 | 0.7 |
| Hex | EE | F0 | 77 | 1 | 0 | 32 | 6 | 3D | 50 | 46 |
| Octal | 356 | 360 | 167 | 1 | 0 | 62 | 6 | 75 | 120 | 106 |
| Binary | 11101110 | 11110000 | 1110111 | 1 | 0 | 110010 | 110 | 111101 | 1010000 | 1000110 |
Color Harmonies of #EEF077
Complementary color
Monochromatic Colors of #EEF077
Black with #EEF077
Text Example
Text Example
White with #EEF077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF077; }
p { color: rgb(238,240,119); }
H1.HeaderClassName
{
color: #EEF077;
}
.AnyTagClassName
{
color: #EEF077;
}
</style>
background-color css
<style>
a { background-color: #EEF077; }
a { background-color: rgb(238,240,119); }
div.DivClassName
{
background-color: #EEF077;
}
.BgClassName
{
background-color: #EEF077;
}
</style>
border-color css
<style>
span { border-color: #EEF077; }
span { border-color: rgb(238,240,119); }
td.TdClassName
{
border-color: #EEF077;
}
.TagClassName
{
border-color: #EEF077;
}
</style>