Shades of Dolly #EEE770
Tints of Dolly #EEE770
RGB
CMYK
RGB Variations
Color information
#EEE770 (or 0xEEE770) is known color: Dolly. HEX triplet: EE, E7 and 70. RGB value is (238,231,112). Sum of RGB (Red+Green+Blue) = 238+231+112=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 231 (90.62% from 255 or 39.76% from 581); Blue value is 112 (44.14% from 255 or 19.28% from 581); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE770 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEE770 is #11188F. Grayscale: #DCDCDC. Windows color (decimal): -1120400 or 7399406. OLE color: 7399406.
HSL color Cylindrical-coordinate representation of color #EEE770: hue angle of 56.67º 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 #EEE770 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 231 | 112 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.07 |
| HSL | 56.67º | 0.79% | 0.69% | - |
| HSV(B) | 56.67º | 0.53% | 0.93% | - |
| XYZ | 66.76 | 76.5 | 26.58 | - |
| YUV | 219.53 | 67.32 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 231 | 112 | 0 | 0.03 | 0.53 | 0.07 | 56.67 | 0.79 | 0.69 |
| Hex | EE | E7 | 70 | 0 | 3 | 35 | 7 | 39 | 4F | 45 |
| Octal | 356 | 347 | 160 | 0 | 3 | 65 | 7 | 71 | 117 | 105 |
| Binary | 11101110 | 11100111 | 1110000 | 0 | 11 | 110101 | 111 | 111001 | 1001111 | 1000101 |
Color Harmonies of #EEE770
Complementary color
Monochromatic Colors of #EEE770
Black with #EEE770
Text Example
Text Example
White with #EEE770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE770; }
p { color: rgb(238,231,112); }
H1.HeaderClassName
{
color: #EEE770;
}
.AnyTagClassName
{
color: #EEE770;
}
</style>
background-color css
<style>
a { background-color: #EEE770; }
a { background-color: rgb(238,231,112); }
div.DivClassName
{
background-color: #EEE770;
}
.BgClassName
{
background-color: #EEE770;
}
</style>
border-color css
<style>
span { border-color: #EEE770; }
span { border-color: rgb(238,231,112); }
td.TdClassName
{
border-color: #EEE770;
}
.TagClassName
{
border-color: #EEE770;
}
</style>