Shades of Dolly #EEE670
Tints of Dolly #EEE670
RGB
CMYK
RGB Variations
Color information
#EEE670 (or 0xEEE670) is known color: Dolly. HEX triplet: EE, E6 and 70. RGB value is (238,230,112). Sum of RGB (Red+Green+Blue) = 238+230+112=580 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.03% from 580); Green value is 230 (90.23% from 255 or 39.66% from 580); Blue value is 112 (44.14% from 255 or 19.31% from 580); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE670 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEE670 is #11198F. Grayscale: #DBDBDB. Windows color (decimal): -1120656 or 7399150. OLE color: 7399150.
HSL color Cylindrical-coordinate representation of color #EEE670: hue angle of 56.19º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EEE670 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 230 | 112 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.07 |
| HSL | 56.19º | 0.79% | 0.69% | - |
| HSV(B) | 56.19º | 0.53% | 0.93% | - |
| XYZ | 66.48 | 75.94 | 26.48 | - |
| YUV | 218.94 | 67.65 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 230 | 112 | 0 | 0.03 | 0.53 | 0.07 | 56.19 | 0.79 | 0.69 |
| Hex | EE | E6 | 70 | 0 | 3 | 35 | 7 | 38 | 4F | 45 |
| Octal | 356 | 346 | 160 | 0 | 3 | 65 | 7 | 70 | 117 | 105 |
| Binary | 11101110 | 11100110 | 1110000 | 0 | 11 | 110101 | 111 | 111000 | 1001111 | 1000101 |
Color Harmonies of #EEE670
Complementary color
Monochromatic Colors of #EEE670
Black with #EEE670
Text Example
Text Example
White with #EEE670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE670; }
p { color: rgb(238,230,112); }
H1.HeaderClassName
{
color: #EEE670;
}
.AnyTagClassName
{
color: #EEE670;
}
</style>
background-color css
<style>
a { background-color: #EEE670; }
a { background-color: rgb(238,230,112); }
div.DivClassName
{
background-color: #EEE670;
}
.BgClassName
{
background-color: #EEE670;
}
</style>
border-color css
<style>
span { border-color: #EEE670; }
span { border-color: rgb(238,230,112); }
td.TdClassName
{
border-color: #EEE670;
}
.TagClassName
{
border-color: #EEE670;
}
</style>