Shades of Dolly #EEF97C
Tints of Dolly #EEF97C
RGB
CMYK
RGB Variations
Color information
#EEF97C (or 0xEEF97C) is known color: Dolly. HEX triplet: EE, F9 and 7C. RGB value is (238,249,124). Sum of RGB (Red+Green+Blue) = 238+249+124=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 249 (97.66% from 255 or 40.75% from 611); Blue value is 124 (48.83% from 255 or 20.29% from 611); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF97C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF97C is #110683. Grayscale: #E7E7E7. Windows color (decimal): -1115780 or 8190446. OLE color: 8190446.
HSL color Cylindrical-coordinate representation of color #EEF97C: hue angle of 65.28º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EEF97C is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 249 | 124 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.02 |
| HSL | 65.28º | 0.91% | 0.73% | - |
| HSV(B) | 65.28º | 0.5% | 0.98% | - |
| XYZ | 72.77 | 87.38 | 32.1 | - |
| YUV | 231.46 | 67.36 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 249 | 124 | 0.04 | 0 | 0.50 | 0.02 | 65.28 | 0.91 | 0.73 |
| Hex | EE | F9 | 7C | 4 | 0 | 32 | 2 | 41 | 5B | 49 |
| Octal | 356 | 371 | 174 | 4 | 0 | 62 | 2 | 101 | 133 | 111 |
| Binary | 11101110 | 11111001 | 1111100 | 100 | 0 | 110010 | 10 | 1000001 | 1011011 | 1001001 |
Color Harmonies of #EEF97C
Complementary color
Monochromatic Colors of #EEF97C
Black with #EEF97C
Text Example
Text Example
White with #EEF97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF97C; }
p { color: rgb(238,249,124); }
H1.HeaderClassName
{
color: #EEF97C;
}
.AnyTagClassName
{
color: #EEF97C;
}
</style>
background-color css
<style>
a { background-color: #EEF97C; }
a { background-color: rgb(238,249,124); }
div.DivClassName
{
background-color: #EEF97C;
}
.BgClassName
{
background-color: #EEF97C;
}
</style>
border-color css
<style>
span { border-color: #EEF97C; }
span { border-color: rgb(238,249,124); }
td.TdClassName
{
border-color: #EEF97C;
}
.TagClassName
{
border-color: #EEF97C;
}
</style>