Shades of Medium Goldenrod #ECEDB1
Tints of Medium Goldenrod #ECEDB1
RGB
CMYK
RGB Variations
Color information
#ECEDB1 (or 0xECEDB1) is known color: Medium Goldenrod. HEX triplet: EC, ED and B1. RGB value is (236,237,177). Sum of RGB (Red+Green+Blue) = 236+237+177=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 177 (69.53% from 255 or 27.23% from 650); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEDB1 is #13124E. Grayscale: #E6E6E6. Windows color (decimal): -1249871 or 11660780. OLE color: 11660780.
HSL color Cylindrical-coordinate representation of color #ECEDB1: hue angle of 61º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECEDB1 is Cyan = 0.00, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 177 | - |
| CMYK | 0.00 | 0 | 0.25 | 0.07 |
| HSL | 61º | 0.63% | 0.81% | - |
| HSV(B) | 61º | 0.25% | 0.93% | - |
| XYZ | 72.81 | 81.58 | 53.5 | - |
| YUV | 229.86 | 98.17 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 177 | 0.00 | 0 | 0.25 | 0.07 | 61 | 0.63 | 0.81 |
| Hex | EC | ED | B1 | 0 | 0 | 19 | 7 | 3D | 3E | 51 |
| Octal | 354 | 355 | 261 | 0 | 0 | 31 | 7 | 75 | 76 | 121 |
| Binary | 11101100 | 11101101 | 10110001 | 0 | 0 | 11001 | 111 | 111101 | 111110 | 1010001 |
Color Harmonies of #ECEDB1
Complementary color
Monochromatic Colors of #ECEDB1
Black with #ECEDB1
Text Example
Text Example
White with #ECEDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEDB1; }
p { color: rgb(236,237,177); }
H1.HeaderClassName
{
color: #ECEDB1;
}
.AnyTagClassName
{
color: #ECEDB1;
}
</style>
background-color css
<style>
a { background-color: #ECEDB1; }
a { background-color: rgb(236,237,177); }
div.DivClassName
{
background-color: #ECEDB1;
}
.BgClassName
{
background-color: #ECEDB1;
}
</style>
border-color css
<style>
span { border-color: #ECEDB1; }
span { border-color: rgb(236,237,177); }
td.TdClassName
{
border-color: #ECEDB1;
}
.TagClassName
{
border-color: #ECEDB1;
}
</style>