Shades of Medium Goldenrod #EDEBBA
Tints of Medium Goldenrod #EDEBBA
RGB
CMYK
RGB Variations
Color information
#EDEBBA (or 0xEDEBBA) is known color: Medium Goldenrod. HEX triplet: ED, EB and BA. RGB value is (237,235,186). Sum of RGB (Red+Green+Blue) = 237+235+186=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 235 (92.19% from 255 or 35.71% from 658); Blue value is 186 (73.05% from 255 or 28.27% from 658); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBBA is #121445. Grayscale: #E6E6E6. Windows color (decimal): -1184838 or 12250093. OLE color: 12250093.
HSL color Cylindrical-coordinate representation of color #EDEBBA: hue angle of 57.65º 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 #EDEBBA is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 235 | 186 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.07 |
| HSL | 57.65º | 0.59% | 0.83% | - |
| HSV(B) | 57.65º | 0.22% | 0.93% | - |
| XYZ | 73.5 | 80.97 | 58.21 | - |
| YUV | 230.01 | 103.16 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 235 | 186 | 0 | 0.01 | 0.22 | 0.07 | 57.65 | 0.59 | 0.83 |
| Hex | ED | EB | BA | 0 | 1 | 16 | 7 | 3A | 3B | 53 |
| Octal | 355 | 353 | 272 | 0 | 1 | 26 | 7 | 72 | 73 | 123 |
| Binary | 11101101 | 11101011 | 10111010 | 0 | 1 | 10110 | 111 | 111010 | 111011 | 1010011 |
Color Harmonies of #EDEBBA
Complementary color
Monochromatic Colors of #EDEBBA
Black with #EDEBBA
Text Example
Text Example
White with #EDEBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEBBA; }
p { color: rgb(237,235,186); }
H1.HeaderClassName
{
color: #EDEBBA;
}
.AnyTagClassName
{
color: #EDEBBA;
}
</style>
background-color css
<style>
a { background-color: #EDEBBA; }
a { background-color: rgb(237,235,186); }
div.DivClassName
{
background-color: #EDEBBA;
}
.BgClassName
{
background-color: #EDEBBA;
}
</style>
border-color css
<style>
span { border-color: #EDEBBA; }
span { border-color: rgb(237,235,186); }
td.TdClassName
{
border-color: #EDEBBA;
}
.TagClassName
{
border-color: #EDEBBA;
}
</style>