Shades of Dolly #EEF273
Tints of Dolly #EEF273
RGB
CMYK
RGB Variations
Color information
#EEF273 (or 0xEEF273) is known color: Dolly. HEX triplet: EE, F2 and 73. RGB value is (238,242,115). Sum of RGB (Red+Green+Blue) = 238+242+115=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 115 (45.31% from 255 or 19.33% from 595); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF273 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF273 is #110D8C. Grayscale: #E2E2E2. Windows color (decimal): -1117581 or 7598830. OLE color: 7598830.
HSL color Cylindrical-coordinate representation of color #EEF273: hue angle of 61.89º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EEF273 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 115 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.05 |
| HSL | 61.89º | 0.83% | 0.7% | - |
| HSV(B) | 61.89º | 0.52% | 0.95% | - |
| XYZ | 70.11 | 82.92 | 28.53 | - |
| YUV | 226.33 | 65.17 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 115 | 0.02 | 0 | 0.52 | 0.05 | 61.89 | 0.83 | 0.7 |
| Hex | EE | F2 | 73 | 2 | 0 | 34 | 5 | 3E | 53 | 46 |
| Octal | 356 | 362 | 163 | 2 | 0 | 64 | 5 | 76 | 123 | 106 |
| Binary | 11101110 | 11110010 | 1110011 | 10 | 0 | 110100 | 101 | 111110 | 1010011 | 1000110 |
Color Harmonies of #EEF273
Complementary color
Monochromatic Colors of #EEF273
Black with #EEF273
Text Example
Text Example
White with #EEF273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF273; }
p { color: rgb(238,242,115); }
H1.HeaderClassName
{
color: #EEF273;
}
.AnyTagClassName
{
color: #EEF273;
}
</style>
background-color css
<style>
a { background-color: #EEF273; }
a { background-color: rgb(238,242,115); }
div.DivClassName
{
background-color: #EEF273;
}
.BgClassName
{
background-color: #EEF273;
}
</style>
border-color css
<style>
span { border-color: #EEF273; }
span { border-color: rgb(238,242,115); }
td.TdClassName
{
border-color: #EEF273;
}
.TagClassName
{
border-color: #EEF273;
}
</style>