Shades of Dolly #EEF973
Tints of Dolly #EEF973
RGB
CMYK
RGB Variations
Color information
#EEF973 (or 0xEEF973) is known color: Dolly. HEX triplet: EE, F9 and 73. RGB value is (238,249,115). Sum of RGB (Red+Green+Blue) = 238+249+115=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 249 (97.66% from 255 or 41.36% from 602); Blue value is 115 (45.31% from 255 or 19.10% from 602); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF973 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF973 is #11068C. Grayscale: #E6E6E6. Windows color (decimal): -1115789 or 7600622. OLE color: 7600622.
HSL color Cylindrical-coordinate representation of color #EEF973: hue angle of 64.93º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EEF973 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 249 | 115 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.02 |
| HSL | 64.93º | 0.92% | 0.71% | - |
| HSV(B) | 64.93º | 0.54% | 0.98% | - |
| XYZ | 72.23 | 87.17 | 29.24 | - |
| YUV | 230.44 | 62.86 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 249 | 115 | 0.04 | 0 | 0.54 | 0.02 | 64.93 | 0.92 | 0.71 |
| Hex | EE | F9 | 73 | 4 | 0 | 36 | 2 | 41 | 5C | 47 |
| Octal | 356 | 371 | 163 | 4 | 0 | 66 | 2 | 101 | 134 | 107 |
| Binary | 11101110 | 11111001 | 1110011 | 100 | 0 | 110110 | 10 | 1000001 | 1011100 | 1000111 |
Color Harmonies of #EEF973
Complementary color
Monochromatic Colors of #EEF973
Black with #EEF973
Text Example
Text Example
White with #EEF973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF973; }
p { color: rgb(238,249,115); }
H1.HeaderClassName
{
color: #EEF973;
}
.AnyTagClassName
{
color: #EEF973;
}
</style>
background-color css
<style>
a { background-color: #EEF973; }
a { background-color: rgb(238,249,115); }
div.DivClassName
{
background-color: #EEF973;
}
.BgClassName
{
background-color: #EEF973;
}
</style>
border-color css
<style>
span { border-color: #EEF973; }
span { border-color: rgb(238,249,115); }
td.TdClassName
{
border-color: #EEF973;
}
.TagClassName
{
border-color: #EEF973;
}
</style>