Shades of Dolly #EAF87C
Tints of Dolly #EAF87C
RGB
CMYK
RGB Variations
Color information
#EAF87C (or 0xEAF87C) is known color: Dolly. HEX triplet: EA, F8 and 7C. RGB value is (234,248,124). Sum of RGB (Red+Green+Blue) = 234+248+124=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 248 (97.27% from 255 or 40.92% from 606); Blue value is 124 (48.83% from 255 or 20.46% from 606); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF87C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF87C is #150783. Grayscale: #E6E6E6. Windows color (decimal): -1378180 or 8190186. OLE color: 8190186.
HSL color Cylindrical-coordinate representation of color #EAF87C: hue angle of 66.77º degrees, saturation: 0.9, 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 #EAF87C is Cyan = 0.06, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 248 | 124 | - |
| CMYK | 0.06 | 0 | 0.5 | 0.03 |
| HSL | 66.77º | 0.9% | 0.73% | - |
| HSV(B) | 66.77º | 0.5% | 0.97% | - |
| XYZ | 71.14 | 86.08 | 31.94 | - |
| YUV | 229.68 | 68.36 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 248 | 124 | 0.06 | 0 | 0.5 | 0.03 | 66.77 | 0.9 | 0.73 |
| Hex | EA | F8 | 7C | 6 | 0 | 32 | 3 | 43 | 5A | 49 |
| Octal | 352 | 370 | 174 | 6 | 0 | 62 | 3 | 103 | 132 | 111 |
| Binary | 11101010 | 11111000 | 1111100 | 110 | 0 | 110010 | 11 | 1000011 | 1011010 | 1001001 |
Color Harmonies of #EAF87C
Complementary color
Monochromatic Colors of #EAF87C
Black with #EAF87C
Text Example
Text Example
White with #EAF87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF87C; }
p { color: rgb(234,248,124); }
H1.HeaderClassName
{
color: #EAF87C;
}
.AnyTagClassName
{
color: #EAF87C;
}
</style>
background-color css
<style>
a { background-color: #EAF87C; }
a { background-color: rgb(234,248,124); }
div.DivClassName
{
background-color: #EAF87C;
}
.BgClassName
{
background-color: #EAF87C;
}
</style>
border-color css
<style>
span { border-color: #EAF87C; }
span { border-color: rgb(234,248,124); }
td.TdClassName
{
border-color: #EAF87C;
}
.TagClassName
{
border-color: #EAF87C;
}
</style>