Shades of Medium Goldenrod #EDECB9
Tints of Medium Goldenrod #EDECB9
RGB
CMYK
RGB Variations
Color information
#EDECB9 (or 0xEDECB9) is known color: Medium Goldenrod. HEX triplet: ED, EC and B9. RGB value is (237,236,185). Sum of RGB (Red+Green+Blue) = 237+236+185=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 236 (92.58% from 255 or 35.87% from 658); Blue value is 185 (72.66% from 255 or 28.12% from 658); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECB9 is #121346. Grayscale: #E6E6E6. Windows color (decimal): -1184583 or 12184813. OLE color: 12184813.
HSL color Cylindrical-coordinate representation of color #EDECB9: hue angle of 58.85º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDECB9 is Cyan = 0, Magento = 0.00, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 236 | 185 | - |
CMYK | 0 | 0.00 | 0.22 | 0.07 |
HSL | 58.85º | 0.59% | 0.83% | - |
HSV(B) | 58.85º | 0.22% | 0.93% | - |
XYZ | 73.68 | 81.5 | 57.75 | - |
YUV | 230.49 | 102.33 | 132.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 236 | 185 | 0 | 0.00 | 0.22 | 0.07 | 58.85 | 0.59 | 0.83 |
Hex | ED | EC | B9 | 0 | 0 | 16 | 7 | 3B | 3B | 53 |
Octal | 355 | 354 | 271 | 0 | 0 | 26 | 7 | 73 | 73 | 123 |
Binary | 11101101 | 11101100 | 10111001 | 0 | 0 | 10110 | 111 | 111011 | 111011 | 1010011 |
Color Harmonies of #EDECB9
Complementary color
Monochromatic Colors of #EDECB9
Black with #EDECB9
Text Example
Text Example
White with #EDECB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDECB9; }
p { color: rgb(237,236,185); }
H1.HeaderClassName
{
color: #EDECB9;
}
.AnyTagClassName
{
color: #EDECB9;
}
</style>
background-color css
<style>
a { background-color: #EDECB9; }
a { background-color: rgb(237,236,185); }
div.DivClassName
{
background-color: #EDECB9;
}
.BgClassName
{
background-color: #EDECB9;
}
</style>
border-color css
<style>
span { border-color: #EDECB9; }
span { border-color: rgb(237,236,185); }
td.TdClassName
{
border-color: #EDECB9;
}
.TagClassName
{
border-color: #EDECB9;
}
</style>