Shades of Dolly #EAFE78
Tints of Dolly #EAFE78
RGB
CMYK
RGB Variations
Color information
#EAFE78 (or 0xEAFE78) is known color: Dolly. HEX triplet: EA, FE and 78. RGB value is (234,254,120). Sum of RGB (Red+Green+Blue) = 234+254+120=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 254 (99.61% from 255 or 41.78% from 608); Blue value is 120 (47.27% from 255 or 19.74% from 608); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE78 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAFE78 is #150187. Grayscale: #E9E9E9. Windows color (decimal): -1376648 or 7929578. OLE color: 7929578.
HSL color Cylindrical-coordinate representation of color #EAFE78: hue angle of 68.96º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EAFE78 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 254 | 120 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.00 |
| HSL | 68.96º | 0.99% | 0.73% | - |
| HSV(B) | 68.96º | 0.53% | 1% | - |
| XYZ | 72.76 | 89.73 | 31.25 | - |
| YUV | 232.74 | 64.37 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 254 | 120 | 0.08 | 0 | 0.53 | 0.00 | 68.96 | 0.99 | 0.73 |
| Hex | EA | FE | 78 | 8 | 0 | 35 | 0 | 45 | 63 | 49 |
| Octal | 352 | 376 | 170 | 10 | 0 | 65 | 0 | 105 | 143 | 111 |
| Binary | 11101010 | 11111110 | 1111000 | 1000 | 0 | 110101 | 0 | 1000101 | 1100011 | 1001001 |
Color Harmonies of #EAFE78
Complementary color
Monochromatic Colors of #EAFE78
Black with #EAFE78
Text Example
Text Example
White with #EAFE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFE78; }
p { color: rgb(234,254,120); }
H1.HeaderClassName
{
color: #EAFE78;
}
.AnyTagClassName
{
color: #EAFE78;
}
</style>
background-color css
<style>
a { background-color: #EAFE78; }
a { background-color: rgb(234,254,120); }
div.DivClassName
{
background-color: #EAFE78;
}
.BgClassName
{
background-color: #EAFE78;
}
</style>
border-color css
<style>
span { border-color: #EAFE78; }
span { border-color: rgb(234,254,120); }
td.TdClassName
{
border-color: #EAFE78;
}
.TagClassName
{
border-color: #EAFE78;
}
</style>