Shades of Medium Goldenrod #EDE9BA
Tints of Medium Goldenrod #EDE9BA
RGB
CMYK
RGB Variations
Color information
#EDE9BA (or 0xEDE9BA) is known color: Medium Goldenrod. HEX triplet: ED, E9 and BA. RGB value is (237,233,186). Sum of RGB (Red+Green+Blue) = 237+233+186=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 233 (91.41% from 255 or 35.52% from 656); Blue value is 186 (73.05% from 255 or 28.35% from 656); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE9BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE9BA is #121645. Grayscale: #E5E5E5. Windows color (decimal): -1185350 or 12249581. OLE color: 12249581.
HSL color Cylindrical-coordinate representation of color #EDE9BA: hue angle of 55.29º 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 #EDE9BA is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 233 | 186 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.07 |
| HSL | 55.29º | 0.59% | 0.83% | - |
| HSV(B) | 55.29º | 0.22% | 0.93% | - |
| XYZ | 72.93 | 79.83 | 58.02 | - |
| YUV | 228.84 | 103.83 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 233 | 186 | 0 | 0.02 | 0.22 | 0.07 | 55.29 | 0.59 | 0.83 |
| Hex | ED | E9 | BA | 0 | 2 | 16 | 7 | 37 | 3B | 53 |
| Octal | 355 | 351 | 272 | 0 | 2 | 26 | 7 | 67 | 73 | 123 |
| Binary | 11101101 | 11101001 | 10111010 | 0 | 10 | 10110 | 111 | 110111 | 111011 | 1010011 |
Color Harmonies of #EDE9BA
Complementary color
Monochromatic Colors of #EDE9BA
Black with #EDE9BA
Text Example
Text Example
White with #EDE9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE9BA; }
p { color: rgb(237,233,186); }
H1.HeaderClassName
{
color: #EDE9BA;
}
.AnyTagClassName
{
color: #EDE9BA;
}
</style>
background-color css
<style>
a { background-color: #EDE9BA; }
a { background-color: rgb(237,233,186); }
div.DivClassName
{
background-color: #EDE9BA;
}
.BgClassName
{
background-color: #EDE9BA;
}
</style>
border-color css
<style>
span { border-color: #EDE9BA; }
span { border-color: rgb(237,233,186); }
td.TdClassName
{
border-color: #EDE9BA;
}
.TagClassName
{
border-color: #EDE9BA;
}
</style>