Shades of Dolly #EEF672
Tints of Dolly #EEF672
RGB
CMYK
RGB Variations
Color information
#EEF672 (or 0xEEF672) is known color: Dolly. HEX triplet: EE, F6 and 72. RGB value is (238,246,114). Sum of RGB (Red+Green+Blue) = 238+246+114=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 246 (96.48% from 255 or 41.14% from 598); Blue value is 114 (44.92% from 255 or 19.06% from 598); Max value from RGB is 246 - color contains mainly: green. Hex color #EEF672 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF672 is #11098D. Grayscale: #E5E5E5. Windows color (decimal): -1116558 or 7534318. OLE color: 7534318.
HSL color Cylindrical-coordinate representation of color #EEF672: hue angle of 63.64º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EEF672 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 246 | 114 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.04 |
| HSL | 63.64º | 0.88% | 0.71% | - |
| HSV(B) | 63.64º | 0.54% | 0.96% | - |
| XYZ | 71.25 | 85.3 | 28.63 | - |
| YUV | 228.56 | 63.35 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 246 | 114 | 0.03 | 0 | 0.54 | 0.04 | 63.64 | 0.88 | 0.71 |
| Hex | EE | F6 | 72 | 3 | 0 | 36 | 4 | 40 | 58 | 47 |
| Octal | 356 | 366 | 162 | 3 | 0 | 66 | 4 | 100 | 130 | 107 |
| Binary | 11101110 | 11110110 | 1110010 | 11 | 0 | 110110 | 100 | 1000000 | 1011000 | 1000111 |
Color Harmonies of #EEF672
Complementary color
Monochromatic Colors of #EEF672
Black with #EEF672
Text Example
Text Example
White with #EEF672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF672; }
p { color: rgb(238,246,114); }
H1.HeaderClassName
{
color: #EEF672;
}
.AnyTagClassName
{
color: #EEF672;
}
</style>
background-color css
<style>
a { background-color: #EEF672; }
a { background-color: rgb(238,246,114); }
div.DivClassName
{
background-color: #EEF672;
}
.BgClassName
{
background-color: #EEF672;
}
</style>
border-color css
<style>
span { border-color: #EEF672; }
span { border-color: rgb(238,246,114); }
td.TdClassName
{
border-color: #EEF672;
}
.TagClassName
{
border-color: #EEF672;
}
</style>