Shades of Medium Goldenrod #EDEBAB
Tints of Medium Goldenrod #EDEBAB
RGB
CMYK
RGB Variations
Color information
#EDEBAB (or 0xEDEBAB) is known color: Medium Goldenrod. HEX triplet: ED, EB and AB. RGB value is (237,235,171). Sum of RGB (Red+Green+Blue) = 237+235+171=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 171 (67.19% from 255 or 26.59% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEBAB is #121454. Grayscale: #E4E4E4. Windows color (decimal): -1184853 or 11267053. OLE color: 11267053.
HSL color Cylindrical-coordinate representation of color #EDEBAB: hue angle of 58.18º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDEBAB is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 235 | 171 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.07 |
| HSL | 58.18º | 0.65% | 0.8% | - |
| HSV(B) | 58.18º | 0.28% | 0.93% | - |
| XYZ | 71.98 | 80.36 | 50.25 | - |
| YUV | 228.3 | 95.66 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 235 | 171 | 0 | 0.01 | 0.28 | 0.07 | 58.18 | 0.65 | 0.8 |
| Hex | ED | EB | AB | 0 | 1 | 1C | 7 | 3A | 41 | 50 |
| Octal | 355 | 353 | 253 | 0 | 1 | 34 | 7 | 72 | 101 | 120 |
| Binary | 11101101 | 11101011 | 10101011 | 0 | 1 | 11100 | 111 | 111010 | 1000001 | 1010000 |
Color Harmonies of #EDEBAB
Complementary color
Monochromatic Colors of #EDEBAB
Black with #EDEBAB
Text Example
Text Example
White with #EDEBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEBAB; }
p { color: rgb(237,235,171); }
H1.HeaderClassName
{
color: #EDEBAB;
}
.AnyTagClassName
{
color: #EDEBAB;
}
</style>
background-color css
<style>
a { background-color: #EDEBAB; }
a { background-color: rgb(237,235,171); }
div.DivClassName
{
background-color: #EDEBAB;
}
.BgClassName
{
background-color: #EDEBAB;
}
</style>
border-color css
<style>
span { border-color: #EDEBAB; }
span { border-color: rgb(237,235,171); }
td.TdClassName
{
border-color: #EDEBAB;
}
.TagClassName
{
border-color: #EDEBAB;
}
</style>