Shades of Medium Goldenrod #EBE8AF
Tints of Medium Goldenrod #EBE8AF
RGB
CMYK
RGB Variations
Color information
#EBE8AF (or 0xEBE8AF) is known color: Medium Goldenrod. HEX triplet: EB, E8 and AF. RGB value is (235,232,175). Sum of RGB (Red+Green+Blue) = 235+232+175=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 232 (91.02% from 255 or 36.14% from 642); Blue value is 175 (68.75% from 255 or 27.26% from 642); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE8AF is #141750. Grayscale: #E2E2E2. Windows color (decimal): -1316689 or 11528427. OLE color: 11528427.
HSL color Cylindrical-coordinate representation of color #EBE8AF: hue angle of 57º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBE8AF is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 232 | 175 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.08 |
| HSL | 57º | 0.6% | 0.8% | - |
| HSV(B) | 57º | 0.26% | 0.92% | - |
| XYZ | 70.86 | 78.47 | 51.97 | - |
| YUV | 226.4 | 98.99 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 232 | 175 | 0 | 0.01 | 0.26 | 0.08 | 57 | 0.6 | 0.8 |
| Hex | EB | E8 | AF | 0 | 1 | 1A | 8 | 39 | 3C | 50 |
| Octal | 353 | 350 | 257 | 0 | 1 | 32 | 10 | 71 | 74 | 120 |
| Binary | 11101011 | 11101000 | 10101111 | 0 | 1 | 11010 | 1000 | 111001 | 111100 | 1010000 |
Color Harmonies of #EBE8AF
Complementary color
Monochromatic Colors of #EBE8AF
Black with #EBE8AF
Text Example
Text Example
White with #EBE8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE8AF; }
p { color: rgb(235,232,175); }
H1.HeaderClassName
{
color: #EBE8AF;
}
.AnyTagClassName
{
color: #EBE8AF;
}
</style>
background-color css
<style>
a { background-color: #EBE8AF; }
a { background-color: rgb(235,232,175); }
div.DivClassName
{
background-color: #EBE8AF;
}
.BgClassName
{
background-color: #EBE8AF;
}
</style>
border-color css
<style>
span { border-color: #EBE8AF; }
span { border-color: rgb(235,232,175); }
td.TdClassName
{
border-color: #EBE8AF;
}
.TagClassName
{
border-color: #EBE8AF;
}
</style>