Shades of Dolly #EEF16F
Tints of Dolly #EEF16F
RGB
CMYK
RGB Variations
Color information
#EEF16F (or 0xEEF16F) is known color: Dolly. HEX triplet: EE, F1 and 6F. RGB value is (238,241,111). Sum of RGB (Red+Green+Blue) = 238+241+111=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 241 (94.53% from 255 or 40.85% from 590); Blue value is 111 (43.75% from 255 or 18.81% from 590); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF16F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF16F is #110E90. Grayscale: #E1E1E1. Windows color (decimal): -1117841 or 7336430. OLE color: 7336430.
HSL color Cylindrical-coordinate representation of color #EEF16F: hue angle of 61.38º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EEF16F is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 111 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.05 |
| HSL | 61.38º | 0.82% | 0.69% | - |
| HSV(B) | 61.38º | 0.54% | 0.95% | - |
| XYZ | 69.58 | 82.24 | 27.24 | - |
| YUV | 225.28 | 63.51 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 111 | 0.01 | 0 | 0.54 | 0.05 | 61.38 | 0.82 | 0.69 |
| Hex | EE | F1 | 6F | 1 | 0 | 36 | 5 | 3D | 52 | 45 |
| Octal | 356 | 361 | 157 | 1 | 0 | 66 | 5 | 75 | 122 | 105 |
| Binary | 11101110 | 11110001 | 1101111 | 1 | 0 | 110110 | 101 | 111101 | 1010010 | 1000101 |
Color Harmonies of #EEF16F
Complementary color
Monochromatic Colors of #EEF16F
Black with #EEF16F
Text Example
Text Example
White with #EEF16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF16F; }
p { color: rgb(238,241,111); }
H1.HeaderClassName
{
color: #EEF16F;
}
.AnyTagClassName
{
color: #EEF16F;
}
</style>
background-color css
<style>
a { background-color: #EEF16F; }
a { background-color: rgb(238,241,111); }
div.DivClassName
{
background-color: #EEF16F;
}
.BgClassName
{
background-color: #EEF16F;
}
</style>
border-color css
<style>
span { border-color: #EEF16F; }
span { border-color: rgb(238,241,111); }
td.TdClassName
{
border-color: #EEF16F;
}
.TagClassName
{
border-color: #EEF16F;
}
</style>