Shades of Medium Goldenrod #ECEDB7
Tints of Medium Goldenrod #ECEDB7
RGB
CMYK
RGB Variations
Color information
#ECEDB7 (or 0xECEDB7) is known color: Medium Goldenrod. HEX triplet: EC, ED and B7. RGB value is (236,237,183). Sum of RGB (Red+Green+Blue) = 236+237+183=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 183 (71.88% from 255 or 27.90% from 656); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDB7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEDB7 is #131248. Grayscale: #E6E6E6. Windows color (decimal): -1249865 or 12053996. OLE color: 12053996.
HSL color Cylindrical-coordinate representation of color #ECEDB7: hue angle of 61.11º 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 #ECEDB7 is Cyan = 0.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 237 | 183 | - |
CMYK | 0.00 | 0 | 0.23 | 0.07 |
HSL | 61.11º | 0.6% | 0.82% | - |
HSV(B) | 61.11º | 0.23% | 0.93% | - |
XYZ | 73.42 | 81.82 | 56.72 | - |
YUV | 230.55 | 101.17 | 131.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 237 | 183 | 0.00 | 0 | 0.23 | 0.07 | 61.11 | 0.6 | 0.82 |
Hex | EC | ED | B7 | 0 | 0 | 17 | 7 | 3D | 3C | 52 |
Octal | 354 | 355 | 267 | 0 | 0 | 27 | 7 | 75 | 74 | 122 |
Binary | 11101100 | 11101101 | 10110111 | 0 | 0 | 10111 | 111 | 111101 | 111100 | 1010010 |
Color Harmonies of #ECEDB7
Complementary color
Monochromatic Colors of #ECEDB7
Black with #ECEDB7
Text Example
Text Example
White with #ECEDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEDB7; }
p { color: rgb(236,237,183); }
H1.HeaderClassName
{
color: #ECEDB7;
}
.AnyTagClassName
{
color: #ECEDB7;
}
</style>
background-color css
<style>
a { background-color: #ECEDB7; }
a { background-color: rgb(236,237,183); }
div.DivClassName
{
background-color: #ECEDB7;
}
.BgClassName
{
background-color: #ECEDB7;
}
</style>
border-color css
<style>
span { border-color: #ECEDB7; }
span { border-color: rgb(236,237,183); }
td.TdClassName
{
border-color: #ECEDB7;
}
.TagClassName
{
border-color: #ECEDB7;
}
</style>