Shades of Medium Goldenrod #EDEBB9
Tints of Medium Goldenrod #EDEBB9
RGB
CMYK
RGB Variations
Color information
#EDEBB9 (or 0xEDEBB9) is known color: Medium Goldenrod. HEX triplet: ED, EB and B9. RGB value is (237,235,185). Sum of RGB (Red+Green+Blue) = 237+235+185=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 235 (92.19% from 255 or 35.77% from 657); Blue value is 185 (72.66% from 255 or 28.16% from 657); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBB9 is #121446. Grayscale: #E6E6E6. Windows color (decimal): -1184839 or 12184557. OLE color: 12184557.
HSL color Cylindrical-coordinate representation of color #EDEBB9: hue angle of 57.69º 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 #EDEBB9 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 235 | 185 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.07 |
| HSL | 57.69º | 0.59% | 0.83% | - |
| HSV(B) | 57.69º | 0.22% | 0.93% | - |
| XYZ | 73.39 | 80.92 | 57.65 | - |
| YUV | 229.9 | 102.66 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 235 | 185 | 0 | 0.01 | 0.22 | 0.07 | 57.69 | 0.59 | 0.83 |
| Hex | ED | EB | B9 | 0 | 1 | 16 | 7 | 3A | 3B | 53 |
| Octal | 355 | 353 | 271 | 0 | 1 | 26 | 7 | 72 | 73 | 123 |
| Binary | 11101101 | 11101011 | 10111001 | 0 | 1 | 10110 | 111 | 111010 | 111011 | 1010011 |
Color Harmonies of #EDEBB9
Complementary color
Monochromatic Colors of #EDEBB9
Black with #EDEBB9
Text Example
Text Example
White with #EDEBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEBB9; }
p { color: rgb(237,235,185); }
H1.HeaderClassName
{
color: #EDEBB9;
}
.AnyTagClassName
{
color: #EDEBB9;
}
</style>
background-color css
<style>
a { background-color: #EDEBB9; }
a { background-color: rgb(237,235,185); }
div.DivClassName
{
background-color: #EDEBB9;
}
.BgClassName
{
background-color: #EDEBB9;
}
</style>
border-color css
<style>
span { border-color: #EDEBB9; }
span { border-color: rgb(237,235,185); }
td.TdClassName
{
border-color: #EDEBB9;
}
.TagClassName
{
border-color: #EDEBB9;
}
</style>