Shades of Dolly #EEFE72
Tints of Dolly #EEFE72
RGB
CMYK
RGB Variations
Color information
#EEFE72 (or 0xEEFE72) is known color: Dolly. HEX triplet: EE, FE and 72. RGB value is (238,254,114). Sum of RGB (Red+Green+Blue) = 238+254+114=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 114 (44.92% from 255 or 18.81% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFE72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEFE72 is #11018D. Grayscale: #E9E9E9. Windows color (decimal): -1114510 or 7536366. OLE color: 7536366.
HSL color Cylindrical-coordinate representation of color #EEFE72: hue angle of 66.86º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EEFE72 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 254 | 114 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.00 |
| HSL | 66.86º | 0.99% | 0.72% | - |
| HSV(B) | 66.86º | 0.55% | 1% | - |
| XYZ | 73.74 | 90.28 | 29.46 | - |
| YUV | 233.26 | 60.7 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 254 | 114 | 0.06 | 0 | 0.55 | 0.00 | 66.86 | 0.99 | 0.72 |
| Hex | EE | FE | 72 | 6 | 0 | 37 | 0 | 43 | 63 | 48 |
| Octal | 356 | 376 | 162 | 6 | 0 | 67 | 0 | 103 | 143 | 110 |
| Binary | 11101110 | 11111110 | 1110010 | 110 | 0 | 110111 | 0 | 1000011 | 1100011 | 1001000 |
Color Harmonies of #EEFE72
Complementary color
Monochromatic Colors of #EEFE72
Black with #EEFE72
Text Example
Text Example
White with #EEFE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFE72; }
p { color: rgb(238,254,114); }
H1.HeaderClassName
{
color: #EEFE72;
}
.AnyTagClassName
{
color: #EEFE72;
}
</style>
background-color css
<style>
a { background-color: #EEFE72; }
a { background-color: rgb(238,254,114); }
div.DivClassName
{
background-color: #EEFE72;
}
.BgClassName
{
background-color: #EEFE72;
}
</style>
border-color css
<style>
span { border-color: #EEFE72; }
span { border-color: rgb(238,254,114); }
td.TdClassName
{
border-color: #EEFE72;
}
.TagClassName
{
border-color: #EEFE72;
}
</style>