Shades of Dolly #EAF078
Tints of Dolly #EAF078
RGB
CMYK
RGB Variations
Color information
#EAF078 (or 0xEAF078) is known color: Dolly. HEX triplet: EA, F0 and 78. RGB value is (234,240,120). Sum of RGB (Red+Green+Blue) = 234+240+120=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 240 (94.14% from 255 or 40.40% from 594); Blue value is 120 (47.27% from 255 or 20.20% from 594); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF078 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF078 is #150F87. Grayscale: #E1E1E1. Windows color (decimal): -1380232 or 7925994. OLE color: 7925994.
HSL color Cylindrical-coordinate representation of color #EAF078: hue angle of 63º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAF078 is Cyan = 0.02, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 240 | 120 | - |
| CMYK | 0.02 | 0 | 0.5 | 0.06 |
| HSL | 63º | 0.8% | 0.71% | - |
| HSV(B) | 63º | 0.5% | 0.94% | - |
| XYZ | 68.48 | 81.17 | 29.83 | - |
| YUV | 224.53 | 69.01 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 240 | 120 | 0.02 | 0 | 0.5 | 0.06 | 63 | 0.8 | 0.71 |
| Hex | EA | F0 | 78 | 2 | 0 | 32 | 6 | 3F | 50 | 47 |
| Octal | 352 | 360 | 170 | 2 | 0 | 62 | 6 | 77 | 120 | 107 |
| Binary | 11101010 | 11110000 | 1111000 | 10 | 0 | 110010 | 110 | 111111 | 1010000 | 1000111 |
Color Harmonies of #EAF078
Complementary color
Monochromatic Colors of #EAF078
Black with #EAF078
Text Example
Text Example
White with #EAF078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF078; }
p { color: rgb(234,240,120); }
H1.HeaderClassName
{
color: #EAF078;
}
.AnyTagClassName
{
color: #EAF078;
}
</style>
background-color css
<style>
a { background-color: #EAF078; }
a { background-color: rgb(234,240,120); }
div.DivClassName
{
background-color: #EAF078;
}
.BgClassName
{
background-color: #EAF078;
}
</style>
border-color css
<style>
span { border-color: #EAF078; }
span { border-color: rgb(234,240,120); }
td.TdClassName
{
border-color: #EAF078;
}
.TagClassName
{
border-color: #EAF078;
}
</style>