Shades of Dolly #EAFC7A
Tints of Dolly #EAFC7A
RGB
CMYK
RGB Variations
Color information
#EAFC7A (or 0xEAFC7A) is known color: Dolly. HEX triplet: EA, FC and 7A. RGB value is (234,252,122). Sum of RGB (Red+Green+Blue) = 234+252+122=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 252 (98.83% from 255 or 41.45% from 608); Blue value is 122 (48.05% from 255 or 20.07% from 608); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFC7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAFC7A is #150385. Grayscale: #E8E8E8. Windows color (decimal): -1377158 or 8060138. OLE color: 8060138.
HSL color Cylindrical-coordinate representation of color #EAFC7A: hue angle of 68.31º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EAFC7A is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 252 | 122 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.01 |
| HSL | 68.31º | 0.96% | 0.73% | - |
| HSV(B) | 68.31º | 0.52% | 0.99% | - |
| XYZ | 72.25 | 88.52 | 31.69 | - |
| YUV | 231.8 | 66.04 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 252 | 122 | 0.07 | 0 | 0.52 | 0.01 | 68.31 | 0.96 | 0.73 |
| Hex | EA | FC | 7A | 7 | 0 | 34 | 1 | 44 | 60 | 49 |
| Octal | 352 | 374 | 172 | 7 | 0 | 64 | 1 | 104 | 140 | 111 |
| Binary | 11101010 | 11111100 | 1111010 | 111 | 0 | 110100 | 1 | 1000100 | 1100000 | 1001001 |
Color Harmonies of #EAFC7A
Complementary color
Monochromatic Colors of #EAFC7A
Black with #EAFC7A
Text Example
Text Example
White with #EAFC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFC7A; }
p { color: rgb(234,252,122); }
H1.HeaderClassName
{
color: #EAFC7A;
}
.AnyTagClassName
{
color: #EAFC7A;
}
</style>
background-color css
<style>
a { background-color: #EAFC7A; }
a { background-color: rgb(234,252,122); }
div.DivClassName
{
background-color: #EAFC7A;
}
.BgClassName
{
background-color: #EAFC7A;
}
</style>
border-color css
<style>
span { border-color: #EAFC7A; }
span { border-color: rgb(234,252,122); }
td.TdClassName
{
border-color: #EAFC7A;
}
.TagClassName
{
border-color: #EAFC7A;
}
</style>