Shades of Medium Goldenrod #EBEDAF
Tints of Medium Goldenrod #EBEDAF
RGB
CMYK
RGB Variations
Color information
#EBEDAF (or 0xEBEDAF) is known color: Medium Goldenrod. HEX triplet: EB, ED and AF. RGB value is (235,237,175). Sum of RGB (Red+Green+Blue) = 235+237+175=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 175 (68.75% from 255 or 27.05% from 647); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEDAF is #141250. Grayscale: #E5E5E5. Windows color (decimal): -1315409 or 11529707. OLE color: 11529707.
HSL color Cylindrical-coordinate representation of color #EBEDAF: hue angle of 61.94º 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 #EBEDAF is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 175 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.07 |
| HSL | 61.94º | 0.63% | 0.81% | - |
| HSV(B) | 61.94º | 0.26% | 0.93% | - |
| XYZ | 72.28 | 81.33 | 52.45 | - |
| YUV | 229.33 | 97.34 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 175 | 0.01 | 0 | 0.26 | 0.07 | 61.94 | 0.63 | 0.81 |
| Hex | EB | ED | AF | 1 | 0 | 1A | 7 | 3E | 3F | 51 |
| Octal | 353 | 355 | 257 | 1 | 0 | 32 | 7 | 76 | 77 | 121 |
| Binary | 11101011 | 11101101 | 10101111 | 1 | 0 | 11010 | 111 | 111110 | 111111 | 1010001 |
Color Harmonies of #EBEDAF
Complementary color
Monochromatic Colors of #EBEDAF
Black with #EBEDAF
Text Example
Text Example
White with #EBEDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEDAF; }
p { color: rgb(235,237,175); }
H1.HeaderClassName
{
color: #EBEDAF;
}
.AnyTagClassName
{
color: #EBEDAF;
}
</style>
background-color css
<style>
a { background-color: #EBEDAF; }
a { background-color: rgb(235,237,175); }
div.DivClassName
{
background-color: #EBEDAF;
}
.BgClassName
{
background-color: #EBEDAF;
}
</style>
border-color css
<style>
span { border-color: #EBEDAF; }
span { border-color: rgb(235,237,175); }
td.TdClassName
{
border-color: #EBEDAF;
}
.TagClassName
{
border-color: #EBEDAF;
}
</style>