Shades of Dolly #EAFE76
Tints of Dolly #EAFE76
RGB
CMYK
RGB Variations
Color information
#EAFE76 (or 0xEAFE76) is known color: Dolly. HEX triplet: EA, FE and 76. RGB value is (234,254,118). Sum of RGB (Red+Green+Blue) = 234+254+118=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 118 (46.48% from 255 or 19.47% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAFE76 is #150189. Grayscale: #E9E9E9. Windows color (decimal): -1376650 or 7798506. OLE color: 7798506.
HSL color Cylindrical-coordinate representation of color #EAFE76: hue angle of 68.82º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EAFE76 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 254 | 118 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.00 |
| HSL | 68.82º | 0.99% | 0.73% | - |
| HSV(B) | 68.82º | 0.54% | 1% | - |
| XYZ | 72.64 | 89.68 | 30.62 | - |
| YUV | 232.52 | 63.37 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 254 | 118 | 0.08 | 0 | 0.54 | 0.00 | 68.82 | 0.99 | 0.73 |
| Hex | EA | FE | 76 | 8 | 0 | 36 | 0 | 45 | 63 | 49 |
| Octal | 352 | 376 | 166 | 10 | 0 | 66 | 0 | 105 | 143 | 111 |
| Binary | 11101010 | 11111110 | 1110110 | 1000 | 0 | 110110 | 0 | 1000101 | 1100011 | 1001001 |
Color Harmonies of #EAFE76
Complementary color
Monochromatic Colors of #EAFE76
Black with #EAFE76
Text Example
Text Example
White with #EAFE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFE76; }
p { color: rgb(234,254,118); }
H1.HeaderClassName
{
color: #EAFE76;
}
.AnyTagClassName
{
color: #EAFE76;
}
</style>
background-color css
<style>
a { background-color: #EAFE76; }
a { background-color: rgb(234,254,118); }
div.DivClassName
{
background-color: #EAFE76;
}
.BgClassName
{
background-color: #EAFE76;
}
</style>
border-color css
<style>
span { border-color: #EAFE76; }
span { border-color: rgb(234,254,118); }
td.TdClassName
{
border-color: #EAFE76;
}
.TagClassName
{
border-color: #EAFE76;
}
</style>