Shades of Dolly #EAF77C
Tints of Dolly #EAF77C
RGB
CMYK
RGB Variations
Color information
#EAF77C (or 0xEAF77C) is known color: Dolly. HEX triplet: EA, F7 and 7C. RGB value is (234,247,124). Sum of RGB (Red+Green+Blue) = 234+247+124=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 247 (96.88% from 255 or 40.83% from 605); Blue value is 124 (48.83% from 255 or 20.50% from 605); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF77C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF77C is #150883. Grayscale: #E5E5E5. Windows color (decimal): -1378436 or 8189930. OLE color: 8189930.
HSL color Cylindrical-coordinate representation of color #EAF77C: hue angle of 66.34º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAF77C is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 247 | 124 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.03 |
| HSL | 66.34º | 0.88% | 0.73% | - |
| HSV(B) | 66.34º | 0.5% | 0.97% | - |
| XYZ | 70.83 | 85.47 | 31.83 | - |
| YUV | 229.09 | 68.69 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 247 | 124 | 0.05 | 0 | 0.50 | 0.03 | 66.34 | 0.88 | 0.73 |
| Hex | EA | F7 | 7C | 5 | 0 | 32 | 3 | 42 | 58 | 49 |
| Octal | 352 | 367 | 174 | 5 | 0 | 62 | 3 | 102 | 130 | 111 |
| Binary | 11101010 | 11110111 | 1111100 | 101 | 0 | 110010 | 11 | 1000010 | 1011000 | 1001001 |
Color Harmonies of #EAF77C
Complementary color
Monochromatic Colors of #EAF77C
Black with #EAF77C
Text Example
Text Example
White with #EAF77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF77C; }
p { color: rgb(234,247,124); }
H1.HeaderClassName
{
color: #EAF77C;
}
.AnyTagClassName
{
color: #EAF77C;
}
</style>
background-color css
<style>
a { background-color: #EAF77C; }
a { background-color: rgb(234,247,124); }
div.DivClassName
{
background-color: #EAF77C;
}
.BgClassName
{
background-color: #EAF77C;
}
</style>
border-color css
<style>
span { border-color: #EAF77C; }
span { border-color: rgb(234,247,124); }
td.TdClassName
{
border-color: #EAF77C;
}
.TagClassName
{
border-color: #EAF77C;
}
</style>