Shades of Dolly #EAF77A
Tints of Dolly #EAF77A
RGB
CMYK
RGB Variations
Color information
#EAF77A (or 0xEAF77A) is known color: Dolly. HEX triplet: EA, F7 and 7A. RGB value is (234,247,122). Sum of RGB (Red+Green+Blue) = 234+247+122=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 247 (96.88% from 255 or 40.96% from 603); Blue value is 122 (48.05% from 255 or 20.23% from 603); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF77A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF77A is #150885. Grayscale: #E5E5E5. Windows color (decimal): -1378438 or 8058858. OLE color: 8058858.
HSL color Cylindrical-coordinate representation of color #EAF77A: hue angle of 66.24º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EAF77A is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 247 | 122 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.03 |
| HSL | 66.24º | 0.89% | 0.72% | - |
| HSV(B) | 66.24º | 0.51% | 0.97% | - |
| XYZ | 70.71 | 85.42 | 31.17 | - |
| YUV | 228.86 | 67.69 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 247 | 122 | 0.05 | 0 | 0.51 | 0.03 | 66.24 | 0.89 | 0.72 |
| Hex | EA | F7 | 7A | 5 | 0 | 33 | 3 | 42 | 59 | 48 |
| Octal | 352 | 367 | 172 | 5 | 0 | 63 | 3 | 102 | 131 | 110 |
| Binary | 11101010 | 11110111 | 1111010 | 101 | 0 | 110011 | 11 | 1000010 | 1011001 | 1001000 |
Color Harmonies of #EAF77A
Complementary color
Monochromatic Colors of #EAF77A
Black with #EAF77A
Text Example
Text Example
White with #EAF77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF77A; }
p { color: rgb(234,247,122); }
H1.HeaderClassName
{
color: #EAF77A;
}
.AnyTagClassName
{
color: #EAF77A;
}
</style>
background-color css
<style>
a { background-color: #EAF77A; }
a { background-color: rgb(234,247,122); }
div.DivClassName
{
background-color: #EAF77A;
}
.BgClassName
{
background-color: #EAF77A;
}
</style>
border-color css
<style>
span { border-color: #EAF77A; }
span { border-color: rgb(234,247,122); }
td.TdClassName
{
border-color: #EAF77A;
}
.TagClassName
{
border-color: #EAF77A;
}
</style>