Shades of Medium Goldenrod #EDEBAF
Tints of Medium Goldenrod #EDEBAF
RGB
CMYK
RGB Variations
Color information
#EDEBAF (or 0xEDEBAF) is known color: Medium Goldenrod. HEX triplet: ED, EB and AF. RGB value is (237,235,175). Sum of RGB (Red+Green+Blue) = 237+235+175=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 235 (92.19% from 255 or 36.32% from 647); Blue value is 175 (68.75% from 255 or 27.05% from 647); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEBAF is #121450. Grayscale: #E5E5E5. Windows color (decimal): -1184849 or 11529197. OLE color: 11529197.
HSL color Cylindrical-coordinate representation of color #EDEBAF: hue angle of 58.06º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDEBAF is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 235 | 175 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.07 |
| HSL | 58.06º | 0.63% | 0.81% | - |
| HSV(B) | 58.06º | 0.26% | 0.93% | - |
| XYZ | 72.37 | 80.52 | 52.28 | - |
| YUV | 228.76 | 97.66 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 235 | 175 | 0 | 0.01 | 0.26 | 0.07 | 58.06 | 0.63 | 0.81 |
| Hex | ED | EB | AF | 0 | 1 | 1A | 7 | 3A | 3F | 51 |
| Octal | 355 | 353 | 257 | 0 | 1 | 32 | 7 | 72 | 77 | 121 |
| Binary | 11101101 | 11101011 | 10101111 | 0 | 1 | 11010 | 111 | 111010 | 111111 | 1010001 |
Color Harmonies of #EDEBAF
Complementary color
Monochromatic Colors of #EDEBAF
Black with #EDEBAF
Text Example
Text Example
White with #EDEBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEBAF; }
p { color: rgb(237,235,175); }
H1.HeaderClassName
{
color: #EDEBAF;
}
.AnyTagClassName
{
color: #EDEBAF;
}
</style>
background-color css
<style>
a { background-color: #EDEBAF; }
a { background-color: rgb(237,235,175); }
div.DivClassName
{
background-color: #EDEBAF;
}
.BgClassName
{
background-color: #EDEBAF;
}
</style>
border-color css
<style>
span { border-color: #EDEBAF; }
span { border-color: rgb(237,235,175); }
td.TdClassName
{
border-color: #EDEBAF;
}
.TagClassName
{
border-color: #EDEBAF;
}
</style>