Shades of Medium Goldenrod #EBE9AF
Tints of Medium Goldenrod #EBE9AF
RGB
CMYK
RGB Variations
Color information
#EBE9AF (or 0xEBE9AF) is known color: Medium Goldenrod. HEX triplet: EB, E9 and AF. RGB value is (235,233,175). Sum of RGB (Red+Green+Blue) = 235+233+175=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 233 (91.41% from 255 or 36.24% from 643); Blue value is 175 (68.75% from 255 or 27.22% from 643); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE9AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE9AF is #141650. Grayscale: #E3E3E3. Windows color (decimal): -1316433 or 11528683. OLE color: 11528683.
HSL color Cylindrical-coordinate representation of color #EBE9AF: hue angle of 58º 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 #EBE9AF is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 233 | 175 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.08 |
| HSL | 58º | 0.6% | 0.8% | - |
| HSV(B) | 58º | 0.26% | 0.92% | - |
| XYZ | 71.14 | 79.04 | 52.06 | - |
| YUV | 226.99 | 98.66 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 233 | 175 | 0 | 0.01 | 0.26 | 0.08 | 58 | 0.6 | 0.8 |
| Hex | EB | E9 | AF | 0 | 1 | 1A | 8 | 3A | 3C | 50 |
| Octal | 353 | 351 | 257 | 0 | 1 | 32 | 10 | 72 | 74 | 120 |
| Binary | 11101011 | 11101001 | 10101111 | 0 | 1 | 11010 | 1000 | 111010 | 111100 | 1010000 |
Color Harmonies of #EBE9AF
Complementary color
Monochromatic Colors of #EBE9AF
Black with #EBE9AF
Text Example
Text Example
White with #EBE9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE9AF; }
p { color: rgb(235,233,175); }
H1.HeaderClassName
{
color: #EBE9AF;
}
.AnyTagClassName
{
color: #EBE9AF;
}
</style>
background-color css
<style>
a { background-color: #EBE9AF; }
a { background-color: rgb(235,233,175); }
div.DivClassName
{
background-color: #EBE9AF;
}
.BgClassName
{
background-color: #EBE9AF;
}
</style>
border-color css
<style>
span { border-color: #EBE9AF; }
span { border-color: rgb(235,233,175); }
td.TdClassName
{
border-color: #EBE9AF;
}
.TagClassName
{
border-color: #EBE9AF;
}
</style>