Shades of Dolly #EEEC73
Tints of Dolly #EEEC73
RGB
CMYK
RGB Variations
Color information
#EEEC73 (or 0xEEEC73) is known color: Dolly. HEX triplet: EE, EC and 73. RGB value is (238,236,115). Sum of RGB (Red+Green+Blue) = 238+236+115=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 236 (92.58% from 255 or 40.07% from 589); Blue value is 115 (45.31% from 255 or 19.52% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEC73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEEC73 is #11138C. Grayscale: #DFDFDF. Windows color (decimal): -1119117 or 7597294. OLE color: 7597294.
HSL color Cylindrical-coordinate representation of color #EEEC73: hue angle of 59.02º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EEEC73 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 236 | 115 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.07 |
| HSL | 59.02º | 0.78% | 0.69% | - |
| HSV(B) | 59.02º | 0.52% | 0.93% | - |
| XYZ | 68.35 | 79.41 | 27.94 | - |
| YUV | 222.8 | 67.16 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 236 | 115 | 0 | 0.01 | 0.52 | 0.07 | 59.02 | 0.78 | 0.69 |
| Hex | EE | EC | 73 | 0 | 1 | 34 | 7 | 3B | 4E | 45 |
| Octal | 356 | 354 | 163 | 0 | 1 | 64 | 7 | 73 | 116 | 105 |
| Binary | 11101110 | 11101100 | 1110011 | 0 | 1 | 110100 | 111 | 111011 | 1001110 | 1000101 |
Color Harmonies of #EEEC73
Complementary color
Monochromatic Colors of #EEEC73
Black with #EEEC73
Text Example
Text Example
White with #EEEC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEC73; }
p { color: rgb(238,236,115); }
H1.HeaderClassName
{
color: #EEEC73;
}
.AnyTagClassName
{
color: #EEEC73;
}
</style>
background-color css
<style>
a { background-color: #EEEC73; }
a { background-color: rgb(238,236,115); }
div.DivClassName
{
background-color: #EEEC73;
}
.BgClassName
{
background-color: #EEEC73;
}
</style>
border-color css
<style>
span { border-color: #EEEC73; }
span { border-color: rgb(238,236,115); }
td.TdClassName
{
border-color: #EEEC73;
}
.TagClassName
{
border-color: #EEEC73;
}
</style>