Shades of Medium Goldenrod #EDECB0
Tints of Medium Goldenrod #EDECB0
RGB
CMYK
RGB Variations
Color information
#EDECB0 (or 0xEDECB0) is known color: Medium Goldenrod. HEX triplet: ED, EC and B0. RGB value is (237,236,176). Sum of RGB (Red+Green+Blue) = 237+236+176=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 176 (69.14% from 255 or 27.12% from 649); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDECB0 is #12134F. Grayscale: #E5E5E5. Windows color (decimal): -1184592 or 11594989. OLE color: 11594989.
HSL color Cylindrical-coordinate representation of color #EDECB0: hue angle of 59.02º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDECB0 is Cyan = 0, Magento = 0.00, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 236 | 176 | - |
CMYK | 0 | 0.00 | 0.26 | 0.07 |
HSL | 59.02º | 0.63% | 0.81% | - |
HSV(B) | 59.02º | 0.26% | 0.93% | - |
XYZ | 72.76 | 81.13 | 52.9 | - |
YUV | 229.46 | 97.83 | 133.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 236 | 176 | 0 | 0.00 | 0.26 | 0.07 | 59.02 | 0.63 | 0.81 |
Hex | ED | EC | B0 | 0 | 0 | 1A | 7 | 3B | 3F | 51 |
Octal | 355 | 354 | 260 | 0 | 0 | 32 | 7 | 73 | 77 | 121 |
Binary | 11101101 | 11101100 | 10110000 | 0 | 0 | 11010 | 111 | 111011 | 111111 | 1010001 |
Color Harmonies of #EDECB0
Complementary color
Monochromatic Colors of #EDECB0
Black with #EDECB0
Text Example
Text Example
White with #EDECB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDECB0; }
p { color: rgb(237,236,176); }
H1.HeaderClassName
{
color: #EDECB0;
}
.AnyTagClassName
{
color: #EDECB0;
}
</style>
background-color css
<style>
a { background-color: #EDECB0; }
a { background-color: rgb(237,236,176); }
div.DivClassName
{
background-color: #EDECB0;
}
.BgClassName
{
background-color: #EDECB0;
}
</style>
border-color css
<style>
span { border-color: #EDECB0; }
span { border-color: rgb(237,236,176); }
td.TdClassName
{
border-color: #EDECB0;
}
.TagClassName
{
border-color: #EDECB0;
}
</style>