Shades of Dolly #ECED75
Tints of Dolly #ECED75
RGB
CMYK
RGB Variations
Color information
#ECED75 (or 0xECED75) is known color: Dolly. HEX triplet: EC, ED and 75. RGB value is (236,237,117). Sum of RGB (Red+Green+Blue) = 236+237+117=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 117 (46.09% from 255 or 19.83% from 590); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECED75 is #13128A. Grayscale: #DFDFDF. Windows color (decimal): -1249931 or 7728620. OLE color: 7728620.
HSL color Cylindrical-coordinate representation of color #ECED75: hue angle of 60.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ECED75 is Cyan = 0.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 117 | - |
| CMYK | 0.00 | 0 | 0.51 | 0.07 |
| HSL | 60.5º | 0.77% | 0.69% | - |
| HSV(B) | 60.5º | 0.51% | 0.93% | - |
| XYZ | 68.09 | 79.69 | 28.62 | - |
| YUV | 223.02 | 68.17 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 117 | 0.00 | 0 | 0.51 | 0.07 | 60.5 | 0.77 | 0.69 |
| Hex | EC | ED | 75 | 0 | 0 | 33 | 7 | 3C | 4D | 45 |
| Octal | 354 | 355 | 165 | 0 | 0 | 63 | 7 | 74 | 115 | 105 |
| Binary | 11101100 | 11101101 | 1110101 | 0 | 0 | 110011 | 111 | 111100 | 1001101 | 1000101 |
Color Harmonies of #ECED75
Complementary color
Monochromatic Colors of #ECED75
Black with #ECED75
Text Example
Text Example
White with #ECED75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECED75; }
p { color: rgb(236,237,117); }
H1.HeaderClassName
{
color: #ECED75;
}
.AnyTagClassName
{
color: #ECED75;
}
</style>
background-color css
<style>
a { background-color: #ECED75; }
a { background-color: rgb(236,237,117); }
div.DivClassName
{
background-color: #ECED75;
}
.BgClassName
{
background-color: #ECED75;
}
</style>
border-color css
<style>
span { border-color: #ECED75; }
span { border-color: rgb(236,237,117); }
td.TdClassName
{
border-color: #ECED75;
}
.TagClassName
{
border-color: #ECED75;
}
</style>