Shades of Dolly #EEFF72
Tints of Dolly #EEFF72
RGB
CMYK
RGB Variations
Color information
#EEFF72 (or 0xEEFF72) is known color: Dolly. HEX triplet: EE, FF and 72. RGB value is (238,255,114). Sum of RGB (Red+Green+Blue) = 238+255+114=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 114 (44.92% from 255 or 18.78% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEFF72 is #11008D. Grayscale: #EAEAEA. Windows color (decimal): -1114254 or 7536622. OLE color: 7536622.
HSL color Cylindrical-coordinate representation of color #EEFF72: hue angle of 67.23º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EEFF72 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 114 | - |
| CMYK | 0.07 | 0 | 0.55 | 0 |
| HSL | 67.23º | 1% | 0.72% | - |
| HSV(B) | 67.23º | 0.55% | 1% | - |
| XYZ | 74.06 | 90.91 | 29.56 | - |
| YUV | 233.84 | 60.37 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 114 | 0.07 | 0 | 0.55 | 0 | 67.23 | 1 | 0.72 |
| Hex | EE | FF | 72 | 7 | 0 | 37 | 0 | 43 | 64 | 48 |
| Octal | 356 | 377 | 162 | 7 | 0 | 67 | 0 | 103 | 144 | 110 |
| Binary | 11101110 | 11111111 | 1110010 | 111 | 0 | 110111 | 0 | 1000011 | 1100100 | 1001000 |
Color Harmonies of #EEFF72
Complementary color
Monochromatic Colors of #EEFF72
Black with #EEFF72
Text Example
Text Example
White with #EEFF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF72; }
p { color: rgb(238,255,114); }
H1.HeaderClassName
{
color: #EEFF72;
}
.AnyTagClassName
{
color: #EEFF72;
}
</style>
background-color css
<style>
a { background-color: #EEFF72; }
a { background-color: rgb(238,255,114); }
div.DivClassName
{
background-color: #EEFF72;
}
.BgClassName
{
background-color: #EEFF72;
}
</style>
border-color css
<style>
span { border-color: #EEFF72; }
span { border-color: rgb(238,255,114); }
td.TdClassName
{
border-color: #EEFF72;
}
.TagClassName
{
border-color: #EEFF72;
}
</style>