Shades of Dolly #EEF473
Tints of Dolly #EEF473
RGB
CMYK
RGB Variations
Color information
#EEF473 (or 0xEEF473) is known color: Dolly. HEX triplet: EE, F4 and 73. RGB value is (238,244,115). Sum of RGB (Red+Green+Blue) = 238+244+115=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 244 (95.70% from 255 or 40.87% from 597); Blue value is 115 (45.31% from 255 or 19.26% from 597); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF473 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF473 is #110B8C. Grayscale: #E4E4E4. Windows color (decimal): -1117069 or 7599342. OLE color: 7599342.
HSL color Cylindrical-coordinate representation of color #EEF473: hue angle of 62.79º degrees, saturation: 0.85, 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 #EEF473 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 244 | 115 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.04 |
| HSL | 62.79º | 0.85% | 0.7% | - |
| HSV(B) | 62.79º | 0.53% | 0.96% | - |
| XYZ | 70.71 | 84.12 | 28.73 | - |
| YUV | 227.5 | 64.51 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 244 | 115 | 0.02 | 0 | 0.53 | 0.04 | 62.79 | 0.85 | 0.7 |
| Hex | EE | F4 | 73 | 2 | 0 | 35 | 4 | 3F | 55 | 46 |
| Octal | 356 | 364 | 163 | 2 | 0 | 65 | 4 | 77 | 125 | 106 |
| Binary | 11101110 | 11110100 | 1110011 | 10 | 0 | 110101 | 100 | 111111 | 1010101 | 1000110 |
Color Harmonies of #EEF473
Complementary color
Monochromatic Colors of #EEF473
Black with #EEF473
Text Example
Text Example
White with #EEF473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF473; }
p { color: rgb(238,244,115); }
H1.HeaderClassName
{
color: #EEF473;
}
.AnyTagClassName
{
color: #EEF473;
}
</style>
background-color css
<style>
a { background-color: #EEF473; }
a { background-color: rgb(238,244,115); }
div.DivClassName
{
background-color: #EEF473;
}
.BgClassName
{
background-color: #EEF473;
}
</style>
border-color css
<style>
span { border-color: #EEF473; }
span { border-color: rgb(238,244,115); }
td.TdClassName
{
border-color: #EEF473;
}
.TagClassName
{
border-color: #EEF473;
}
</style>