Shades of Medium Goldenrod #ECEDB6
Tints of Medium Goldenrod #ECEDB6
RGB
CMYK
RGB Variations
Color information
#ECEDB6 (or 0xECEDB6) is known color: Medium Goldenrod. HEX triplet: EC, ED and B6. RGB value is (236,237,182). Sum of RGB (Red+Green+Blue) = 236+237+182=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 182 (71.48% from 255 or 27.79% from 655); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEDB6 is #131249. Grayscale: #E6E6E6. Windows color (decimal): -1249866 or 11988460. OLE color: 11988460.
HSL color Cylindrical-coordinate representation of color #ECEDB6: hue angle of 61.09º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECEDB6 is Cyan = 0.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 182 | - |
| CMYK | 0.00 | 0 | 0.23 | 0.07 |
| HSL | 61.09º | 0.6% | 0.82% | - |
| HSV(B) | 61.09º | 0.23% | 0.93% | - |
| XYZ | 73.32 | 81.78 | 56.18 | - |
| YUV | 230.43 | 100.67 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 182 | 0.00 | 0 | 0.23 | 0.07 | 61.09 | 0.6 | 0.82 |
| Hex | EC | ED | B6 | 0 | 0 | 17 | 7 | 3D | 3C | 52 |
| Octal | 354 | 355 | 266 | 0 | 0 | 27 | 7 | 75 | 74 | 122 |
| Binary | 11101100 | 11101101 | 10110110 | 0 | 0 | 10111 | 111 | 111101 | 111100 | 1010010 |
Color Harmonies of #ECEDB6
Complementary color
Monochromatic Colors of #ECEDB6
Black with #ECEDB6
Text Example
Text Example
White with #ECEDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEDB6; }
p { color: rgb(236,237,182); }
H1.HeaderClassName
{
color: #ECEDB6;
}
.AnyTagClassName
{
color: #ECEDB6;
}
</style>
background-color css
<style>
a { background-color: #ECEDB6; }
a { background-color: rgb(236,237,182); }
div.DivClassName
{
background-color: #ECEDB6;
}
.BgClassName
{
background-color: #ECEDB6;
}
</style>
border-color css
<style>
span { border-color: #ECEDB6; }
span { border-color: rgb(236,237,182); }
td.TdClassName
{
border-color: #ECEDB6;
}
.TagClassName
{
border-color: #ECEDB6;
}
</style>