Shades of Medium Goldenrod #EDECB5
Tints of Medium Goldenrod #EDECB5
RGB
CMYK
RGB Variations
Color information
#EDECB5 (or 0xEDECB5) is known color: Medium Goldenrod. HEX triplet: ED, EC and B5. RGB value is (237,236,181). Sum of RGB (Red+Green+Blue) = 237+236+181=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 236 (92.58% from 255 or 36.09% from 654); Blue value is 181 (71.09% from 255 or 27.68% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECB5 is #12134A. Grayscale: #E6E6E6. Windows color (decimal): -1184587 or 11922669. OLE color: 11922669.
HSL color Cylindrical-coordinate representation of color #EDECB5: hue angle of 58.93º degrees, saturation: 0.61, 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 #EDECB5 is Cyan = 0, Magento = 0.00, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 236 | 181 | - |
CMYK | 0 | 0.00 | 0.24 | 0.07 |
HSL | 58.93º | 0.61% | 0.82% | - |
HSV(B) | 58.93º | 0.24% | 0.93% | - |
XYZ | 73.26 | 81.33 | 55.55 | - |
YUV | 230.03 | 100.33 | 132.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 236 | 181 | 0 | 0.00 | 0.24 | 0.07 | 58.93 | 0.61 | 0.82 |
Hex | ED | EC | B5 | 0 | 0 | 18 | 7 | 3B | 3D | 52 |
Octal | 355 | 354 | 265 | 0 | 0 | 30 | 7 | 73 | 75 | 122 |
Binary | 11101101 | 11101100 | 10110101 | 0 | 0 | 11000 | 111 | 111011 | 111101 | 1010010 |
Color Harmonies of #EDECB5
Complementary color
Monochromatic Colors of #EDECB5
Black with #EDECB5
Text Example
Text Example
White with #EDECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDECB5; }
p { color: rgb(237,236,181); }
H1.HeaderClassName
{
color: #EDECB5;
}
.AnyTagClassName
{
color: #EDECB5;
}
</style>
background-color css
<style>
a { background-color: #EDECB5; }
a { background-color: rgb(237,236,181); }
div.DivClassName
{
background-color: #EDECB5;
}
.BgClassName
{
background-color: #EDECB5;
}
</style>
border-color css
<style>
span { border-color: #EDECB5; }
span { border-color: rgb(237,236,181); }
td.TdClassName
{
border-color: #EDECB5;
}
.TagClassName
{
border-color: #EDECB5;
}
</style>