Shades of Dolly #EEF26E
Tints of Dolly #EEF26E
RGB
CMYK
RGB Variations
Color information
#EEF26E (or 0xEEF26E) is known color: Dolly. HEX triplet: EE, F2 and 6E. RGB value is (238,242,110). Sum of RGB (Red+Green+Blue) = 238+242+110=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 110 (43.36% from 255 or 18.64% from 590); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF26E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF26E is #110D91. Grayscale: #E2E2E2. Windows color (decimal): -1117586 or 7271150. OLE color: 7271150.
HSL color Cylindrical-coordinate representation of color #EEF26E: hue angle of 61.82º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EEF26E is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 110 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.05 |
| HSL | 61.82º | 0.84% | 0.69% | - |
| HSV(B) | 61.82º | 0.55% | 0.95% | - |
| XYZ | 69.83 | 82.81 | 27.05 | - |
| YUV | 225.76 | 62.67 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 110 | 0.02 | 0 | 0.55 | 0.05 | 61.82 | 0.84 | 0.69 |
| Hex | EE | F2 | 6E | 2 | 0 | 37 | 5 | 3E | 54 | 45 |
| Octal | 356 | 362 | 156 | 2 | 0 | 67 | 5 | 76 | 124 | 105 |
| Binary | 11101110 | 11110010 | 1101110 | 10 | 0 | 110111 | 101 | 111110 | 1010100 | 1000101 |
Color Harmonies of #EEF26E
Complementary color
Monochromatic Colors of #EEF26E
Black with #EEF26E
Text Example
Text Example
White with #EEF26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF26E; }
p { color: rgb(238,242,110); }
H1.HeaderClassName
{
color: #EEF26E;
}
.AnyTagClassName
{
color: #EEF26E;
}
</style>
background-color css
<style>
a { background-color: #EEF26E; }
a { background-color: rgb(238,242,110); }
div.DivClassName
{
background-color: #EEF26E;
}
.BgClassName
{
background-color: #EEF26E;
}
</style>
border-color css
<style>
span { border-color: #EEF26E; }
span { border-color: rgb(238,242,110); }
td.TdClassName
{
border-color: #EEF26E;
}
.TagClassName
{
border-color: #EEF26E;
}
</style>