Shades of Dolly #EEF572
Tints of Dolly #EEF572
RGB
CMYK
RGB Variations
Color information
#EEF572 (or 0xEEF572) is known color: Dolly. HEX triplet: EE, F5 and 72. RGB value is (238,245,114). Sum of RGB (Red+Green+Blue) = 238+245+114=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 245 (96.09% from 255 or 41.04% from 597); Blue value is 114 (44.92% from 255 or 19.10% from 597); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF572 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF572 is #110A8D. Grayscale: #E4E4E4. Windows color (decimal): -1116814 or 7534062. OLE color: 7534062.
HSL color Cylindrical-coordinate representation of color #EEF572: hue angle of 63.21º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EEF572 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 114 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.04 |
| HSL | 63.21º | 0.87% | 0.7% | - |
| HSV(B) | 63.21º | 0.53% | 0.96% | - |
| XYZ | 70.95 | 84.7 | 28.53 | - |
| YUV | 227.97 | 63.68 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 114 | 0.03 | 0 | 0.53 | 0.04 | 63.21 | 0.87 | 0.7 |
| Hex | EE | F5 | 72 | 3 | 0 | 35 | 4 | 3F | 57 | 46 |
| Octal | 356 | 365 | 162 | 3 | 0 | 65 | 4 | 77 | 127 | 106 |
| Binary | 11101110 | 11110101 | 1110010 | 11 | 0 | 110101 | 100 | 111111 | 1010111 | 1000110 |
Color Harmonies of #EEF572
Complementary color
Monochromatic Colors of #EEF572
Black with #EEF572
Text Example
Text Example
White with #EEF572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF572; }
p { color: rgb(238,245,114); }
H1.HeaderClassName
{
color: #EEF572;
}
.AnyTagClassName
{
color: #EEF572;
}
</style>
background-color css
<style>
a { background-color: #EEF572; }
a { background-color: rgb(238,245,114); }
div.DivClassName
{
background-color: #EEF572;
}
.BgClassName
{
background-color: #EEF572;
}
</style>
border-color css
<style>
span { border-color: #EEF572; }
span { border-color: rgb(238,245,114); }
td.TdClassName
{
border-color: #EEF572;
}
.TagClassName
{
border-color: #EEF572;
}
</style>