Shades of Dolly #EAF57C
Tints of Dolly #EAF57C
RGB
CMYK
RGB Variations
Color information
#EAF57C (or 0xEAF57C) is known color: Dolly. HEX triplet: EA, F5 and 7C. RGB value is (234,245,124). Sum of RGB (Red+Green+Blue) = 234+245+124=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 245 (96.09% from 255 or 40.63% from 603); Blue value is 124 (48.83% from 255 or 20.56% from 603); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF57C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF57C is #150A83. Grayscale: #E4E4E4. Windows color (decimal): -1378948 or 8189418. OLE color: 8189418.
HSL color Cylindrical-coordinate representation of color #EAF57C: hue angle of 65.45º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EAF57C is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 245 | 124 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.04 |
| HSL | 65.45º | 0.86% | 0.72% | - |
| HSV(B) | 65.45º | 0.49% | 0.96% | - |
| XYZ | 70.22 | 84.25 | 31.63 | - |
| YUV | 227.92 | 69.36 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 245 | 124 | 0.04 | 0 | 0.49 | 0.04 | 65.45 | 0.86 | 0.72 |
| Hex | EA | F5 | 7C | 4 | 0 | 31 | 4 | 41 | 56 | 48 |
| Octal | 352 | 365 | 174 | 4 | 0 | 61 | 4 | 101 | 126 | 110 |
| Binary | 11101010 | 11110101 | 1111100 | 100 | 0 | 110001 | 100 | 1000001 | 1010110 | 1001000 |
Color Harmonies of #EAF57C
Complementary color
Monochromatic Colors of #EAF57C
Black with #EAF57C
Text Example
Text Example
White with #EAF57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF57C; }
p { color: rgb(234,245,124); }
H1.HeaderClassName
{
color: #EAF57C;
}
.AnyTagClassName
{
color: #EAF57C;
}
</style>
background-color css
<style>
a { background-color: #EAF57C; }
a { background-color: rgb(234,245,124); }
div.DivClassName
{
background-color: #EAF57C;
}
.BgClassName
{
background-color: #EAF57C;
}
</style>
border-color css
<style>
span { border-color: #EAF57C; }
span { border-color: rgb(234,245,124); }
td.TdClassName
{
border-color: #EAF57C;
}
.TagClassName
{
border-color: #EAF57C;
}
</style>