Shades of Dolly #EAF077
Tints of Dolly #EAF077
RGB
CMYK
RGB Variations
Color information
#EAF077 (or 0xEAF077) is known color: Dolly. HEX triplet: EA, F0 and 77. RGB value is (234,240,119). Sum of RGB (Red+Green+Blue) = 234+240+119=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 240 (94.14% from 255 or 40.47% from 593); Blue value is 119 (46.88% from 255 or 20.07% from 593); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF077 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF077 is #150F88. Grayscale: #E0E0E0. Windows color (decimal): -1380233 or 7860458. OLE color: 7860458.
HSL color Cylindrical-coordinate representation of color #EAF077: hue angle of 62.98º 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 #EAF077 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 240 | 119 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.06 |
| HSL | 62.98º | 0.8% | 0.7% | - |
| HSV(B) | 62.98º | 0.5% | 0.94% | - |
| XYZ | 68.42 | 81.14 | 29.51 | - |
| YUV | 224.41 | 68.51 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 240 | 119 | 0.02 | 0 | 0.50 | 0.06 | 62.98 | 0.8 | 0.7 |
| Hex | EA | F0 | 77 | 2 | 0 | 32 | 6 | 3F | 50 | 46 |
| Octal | 352 | 360 | 167 | 2 | 0 | 62 | 6 | 77 | 120 | 106 |
| Binary | 11101010 | 11110000 | 1110111 | 10 | 0 | 110010 | 110 | 111111 | 1010000 | 1000110 |
Color Harmonies of #EAF077
Complementary color
Monochromatic Colors of #EAF077
Black with #EAF077
Text Example
Text Example
White with #EAF077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF077; }
p { color: rgb(234,240,119); }
H1.HeaderClassName
{
color: #EAF077;
}
.AnyTagClassName
{
color: #EAF077;
}
</style>
background-color css
<style>
a { background-color: #EAF077; }
a { background-color: rgb(234,240,119); }
div.DivClassName
{
background-color: #EAF077;
}
.BgClassName
{
background-color: #EAF077;
}
</style>
border-color css
<style>
span { border-color: #EAF077; }
span { border-color: rgb(234,240,119); }
td.TdClassName
{
border-color: #EAF077;
}
.TagClassName
{
border-color: #EAF077;
}
</style>