Shades of Dolly #EEFA78
Tints of Dolly #EEFA78
RGB
CMYK
RGB Variations
Color information
#EEFA78 (or 0xEEFA78) is known color: Dolly. HEX triplet: EE, FA and 78. RGB value is (238,250,120). Sum of RGB (Red+Green+Blue) = 238+250+120=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 120 (47.27% from 255 or 19.74% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFA78 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEFA78 is #110587. Grayscale: #E8E8E8. Windows color (decimal): -1115528 or 7928558. OLE color: 7928558.
HSL color Cylindrical-coordinate representation of color #EEFA78: hue angle of 65.54º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EEFA78 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 250 | 120 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.02 |
| HSL | 65.54º | 0.93% | 0.73% | - |
| HSV(B) | 65.54º | 0.52% | 0.98% | - |
| XYZ | 72.84 | 87.9 | 30.9 | - |
| YUV | 231.59 | 65.02 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 250 | 120 | 0.05 | 0 | 0.52 | 0.02 | 65.54 | 0.93 | 0.73 |
| Hex | EE | FA | 78 | 5 | 0 | 34 | 2 | 42 | 5D | 49 |
| Octal | 356 | 372 | 170 | 5 | 0 | 64 | 2 | 102 | 135 | 111 |
| Binary | 11101110 | 11111010 | 1111000 | 101 | 0 | 110100 | 10 | 1000010 | 1011101 | 1001001 |
Color Harmonies of #EEFA78
Complementary color
Monochromatic Colors of #EEFA78
Black with #EEFA78
Text Example
Text Example
White with #EEFA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFA78; }
p { color: rgb(238,250,120); }
H1.HeaderClassName
{
color: #EEFA78;
}
.AnyTagClassName
{
color: #EEFA78;
}
</style>
background-color css
<style>
a { background-color: #EEFA78; }
a { background-color: rgb(238,250,120); }
div.DivClassName
{
background-color: #EEFA78;
}
.BgClassName
{
background-color: #EEFA78;
}
</style>
border-color css
<style>
span { border-color: #EEFA78; }
span { border-color: rgb(238,250,120); }
td.TdClassName
{
border-color: #EEFA78;
}
.TagClassName
{
border-color: #EEFA78;
}
</style>