Shades of Medium Goldenrod #ECEDAB
Tints of Medium Goldenrod #ECEDAB
RGB
CMYK
RGB Variations
Color information
#ECEDAB (or 0xECEDAB) is known color: Medium Goldenrod. HEX triplet: EC, ED and AB. RGB value is (236,237,171). Sum of RGB (Red+Green+Blue) = 236+237+171=644 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.65% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 171 (67.19% from 255 or 26.55% from 644); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEDAB is #131254. Grayscale: #E5E5E5. Windows color (decimal): -1249877 or 11267564. OLE color: 11267564.
HSL color Cylindrical-coordinate representation of color #ECEDAB: hue angle of 60.91º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECEDAB is Cyan = 0.00, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 171 | - |
| CMYK | 0.00 | 0 | 0.28 | 0.07 |
| HSL | 60.91º | 0.65% | 0.8% | - |
| HSV(B) | 60.91º | 0.28% | 0.93% | - |
| XYZ | 72.23 | 81.34 | 50.42 | - |
| YUV | 229.18 | 95.17 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 171 | 0.00 | 0 | 0.28 | 0.07 | 60.91 | 0.65 | 0.8 |
| Hex | EC | ED | AB | 0 | 0 | 1C | 7 | 3D | 41 | 50 |
| Octal | 354 | 355 | 253 | 0 | 0 | 34 | 7 | 75 | 101 | 120 |
| Binary | 11101100 | 11101101 | 10101011 | 0 | 0 | 11100 | 111 | 111101 | 1000001 | 1010000 |
Color Harmonies of #ECEDAB
Complementary color
Monochromatic Colors of #ECEDAB
Black with #ECEDAB
Text Example
Text Example
White with #ECEDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEDAB; }
p { color: rgb(236,237,171); }
H1.HeaderClassName
{
color: #ECEDAB;
}
.AnyTagClassName
{
color: #ECEDAB;
}
</style>
background-color css
<style>
a { background-color: #ECEDAB; }
a { background-color: rgb(236,237,171); }
div.DivClassName
{
background-color: #ECEDAB;
}
.BgClassName
{
background-color: #ECEDAB;
}
</style>
border-color css
<style>
span { border-color: #ECEDAB; }
span { border-color: rgb(236,237,171); }
td.TdClassName
{
border-color: #ECEDAB;
}
.TagClassName
{
border-color: #ECEDAB;
}
</style>