Shades of Medium Goldenrod #ECEDB3
Tints of Medium Goldenrod #ECEDB3
RGB
CMYK
RGB Variations
Color information
#ECEDB3 (or 0xECEDB3) is known color: Medium Goldenrod. HEX triplet: EC, ED and B3. RGB value is (236,237,179). Sum of RGB (Red+Green+Blue) = 236+237+179=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 237 (92.97% from 255 or 36.35% from 652); Blue value is 179 (70.31% from 255 or 27.45% from 652); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEDB3 is #13124C. Grayscale: #E6E6E6. Windows color (decimal): -1249869 or 11791852. OLE color: 11791852.
HSL color Cylindrical-coordinate representation of color #ECEDB3: hue angle of 61.03º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECEDB3 is Cyan = 0.00, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 179 | - |
| CMYK | 0.00 | 0 | 0.24 | 0.07 |
| HSL | 61.03º | 0.62% | 0.82% | - |
| HSV(B) | 61.03º | 0.24% | 0.93% | - |
| XYZ | 73.01 | 81.66 | 54.56 | - |
| YUV | 230.09 | 99.17 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 179 | 0.00 | 0 | 0.24 | 0.07 | 61.03 | 0.62 | 0.82 |
| Hex | EC | ED | B3 | 0 | 0 | 18 | 7 | 3D | 3E | 52 |
| Octal | 354 | 355 | 263 | 0 | 0 | 30 | 7 | 75 | 76 | 122 |
| Binary | 11101100 | 11101101 | 10110011 | 0 | 0 | 11000 | 111 | 111101 | 111110 | 1010010 |
Color Harmonies of #ECEDB3
Complementary color
Monochromatic Colors of #ECEDB3
Black with #ECEDB3
Text Example
Text Example
White with #ECEDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEDB3; }
p { color: rgb(236,237,179); }
H1.HeaderClassName
{
color: #ECEDB3;
}
.AnyTagClassName
{
color: #ECEDB3;
}
</style>
background-color css
<style>
a { background-color: #ECEDB3; }
a { background-color: rgb(236,237,179); }
div.DivClassName
{
background-color: #ECEDB3;
}
.BgClassName
{
background-color: #ECEDB3;
}
</style>
border-color css
<style>
span { border-color: #ECEDB3; }
span { border-color: rgb(236,237,179); }
td.TdClassName
{
border-color: #ECEDB3;
}
.TagClassName
{
border-color: #ECEDB3;
}
</style>