Shades of Dolly #EEE66F
Tints of Dolly #EEE66F
RGB
CMYK
RGB Variations
Color information
#EEE66F (or 0xEEE66F) is known color: Dolly. HEX triplet: EE, E6 and 6F. RGB value is (238,230,111). Sum of RGB (Red+Green+Blue) = 238+230+111=579 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.11% from 579); Green value is 230 (90.23% from 255 or 39.72% from 579); Blue value is 111 (43.75% from 255 or 19.17% from 579); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE66F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEE66F is #111990. Grayscale: #DBDBDB. Windows color (decimal): -1120657 or 7333614. OLE color: 7333614.
HSL color Cylindrical-coordinate representation of color #EEE66F: hue angle of 56.22º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EEE66F is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 230 | 111 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.07 |
| HSL | 56.22º | 0.79% | 0.68% | - |
| HSV(B) | 56.22º | 0.53% | 0.93% | - |
| XYZ | 66.43 | 75.92 | 26.19 | - |
| YUV | 218.83 | 67.15 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 230 | 111 | 0 | 0.03 | 0.53 | 0.07 | 56.22 | 0.79 | 0.68 |
| Hex | EE | E6 | 6F | 0 | 3 | 35 | 7 | 38 | 4F | 44 |
| Octal | 356 | 346 | 157 | 0 | 3 | 65 | 7 | 70 | 117 | 104 |
| Binary | 11101110 | 11100110 | 1101111 | 0 | 11 | 110101 | 111 | 111000 | 1001111 | 1000100 |
Color Harmonies of #EEE66F
Complementary color
Monochromatic Colors of #EEE66F
Black with #EEE66F
Text Example
Text Example
White with #EEE66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE66F; }
p { color: rgb(238,230,111); }
H1.HeaderClassName
{
color: #EEE66F;
}
.AnyTagClassName
{
color: #EEE66F;
}
</style>
background-color css
<style>
a { background-color: #EEE66F; }
a { background-color: rgb(238,230,111); }
div.DivClassName
{
background-color: #EEE66F;
}
.BgClassName
{
background-color: #EEE66F;
}
</style>
border-color css
<style>
span { border-color: #EEE66F; }
span { border-color: rgb(238,230,111); }
td.TdClassName
{
border-color: #EEE66F;
}
.TagClassName
{
border-color: #EEE66F;
}
</style>