Shades of Dolly #ECEE73
Tints of Dolly #ECEE73
RGB
CMYK
RGB Variations
Color information
#ECEE73 (or 0xECEE73) is known color: Dolly. HEX triplet: EC, EE and 73. RGB value is (236,238,115). Sum of RGB (Red+Green+Blue) = 236+238+115=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 238 (93.36% from 255 or 40.41% from 589); Blue value is 115 (45.31% from 255 or 19.52% from 589); Max value from RGB is 238 - color contains mainly: green. Hex color #ECEE73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECEE73 is #13118C. Grayscale: #DFDFDF. Windows color (decimal): -1249677 or 7597804. OLE color: 7597804.
HSL color Cylindrical-coordinate representation of color #ECEE73: hue angle of 60.98º 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 #ECEE73 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 238 | 115 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.07 |
| HSL | 60.98º | 0.78% | 0.69% | - |
| HSV(B) | 60.98º | 0.52% | 0.93% | - |
| XYZ | 68.26 | 80.22 | 28.11 | - |
| YUV | 223.38 | 66.84 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 238 | 115 | 0.01 | 0 | 0.52 | 0.07 | 60.98 | 0.78 | 0.69 |
| Hex | EC | EE | 73 | 1 | 0 | 34 | 7 | 3D | 4E | 45 |
| Octal | 354 | 356 | 163 | 1 | 0 | 64 | 7 | 75 | 116 | 105 |
| Binary | 11101100 | 11101110 | 1110011 | 1 | 0 | 110100 | 111 | 111101 | 1001110 | 1000101 |
Color Harmonies of #ECEE73
Complementary color
Monochromatic Colors of #ECEE73
Black with #ECEE73
Text Example
Text Example
White with #ECEE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEE73; }
p { color: rgb(236,238,115); }
H1.HeaderClassName
{
color: #ECEE73;
}
.AnyTagClassName
{
color: #ECEE73;
}
</style>
background-color css
<style>
a { background-color: #ECEE73; }
a { background-color: rgb(236,238,115); }
div.DivClassName
{
background-color: #ECEE73;
}
.BgClassName
{
background-color: #ECEE73;
}
</style>
border-color css
<style>
span { border-color: #ECEE73; }
span { border-color: rgb(236,238,115); }
td.TdClassName
{
border-color: #ECEE73;
}
.TagClassName
{
border-color: #ECEE73;
}
</style>