Shades of Dolly #ECED76
Tints of Dolly #ECED76
RGB
CMYK
RGB Variations
Color information
#ECED76 (or 0xECED76) is known color: Dolly. HEX triplet: EC, ED and 76. RGB value is (236,237,118). Sum of RGB (Red+Green+Blue) = 236+237+118=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 118 (46.48% from 255 or 19.97% from 591); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECED76 is #131289. Grayscale: #DFDFDF. Windows color (decimal): -1249930 or 7794156. OLE color: 7794156.
HSL color Cylindrical-coordinate representation of color #ECED76: hue angle of 60.5º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECED76 is Cyan = 0.00, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 118 | - |
| CMYK | 0.00 | 0 | 0.50 | 0.07 |
| HSL | 60.5º | 0.77% | 0.7% | - |
| HSV(B) | 60.5º | 0.5% | 0.93% | - |
| XYZ | 68.15 | 79.71 | 28.93 | - |
| YUV | 223.14 | 68.67 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 118 | 0.00 | 0 | 0.50 | 0.07 | 60.5 | 0.77 | 0.7 |
| Hex | EC | ED | 76 | 0 | 0 | 32 | 7 | 3D | 4D | 46 |
| Octal | 354 | 355 | 166 | 0 | 0 | 62 | 7 | 75 | 115 | 106 |
| Binary | 11101100 | 11101101 | 1110110 | 0 | 0 | 110010 | 111 | 111101 | 1001101 | 1000110 |
Color Harmonies of #ECED76
Complementary color
Monochromatic Colors of #ECED76
Black with #ECED76
Text Example
Text Example
White with #ECED76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECED76; }
p { color: rgb(236,237,118); }
H1.HeaderClassName
{
color: #ECED76;
}
.AnyTagClassName
{
color: #ECED76;
}
</style>
background-color css
<style>
a { background-color: #ECED76; }
a { background-color: rgb(236,237,118); }
div.DivClassName
{
background-color: #ECED76;
}
.BgClassName
{
background-color: #ECED76;
}
</style>
border-color css
<style>
span { border-color: #ECED76; }
span { border-color: rgb(236,237,118); }
td.TdClassName
{
border-color: #ECED76;
}
.TagClassName
{
border-color: #ECED76;
}
</style>