Shades of Pale Goldenrod #EBE9A0
Tints of Pale Goldenrod #EBE9A0
RGB
CMYK
RGB Variations
Color information
#EBE9A0 (or 0xEBE9A0) is known color: Pale Goldenrod. HEX triplet: EB, E9 and A0. RGB value is (235,233,160). Sum of RGB (Red+Green+Blue) = 235+233+160=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 233 (91.41% from 255 or 37.10% from 628); Blue value is 160 (62.89% from 255 or 25.48% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE9A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE9A0 is #14165F. Grayscale: #E1E1E1. Windows color (decimal): -1316448 or 10545643. OLE color: 10545643.
HSL color Cylindrical-coordinate representation of color #EBE9A0: hue angle of 58.4º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBE9A0 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 233 | 160 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.08 |
| HSL | 58.4º | 0.65% | 0.77% | - |
| HSV(B) | 58.4º | 0.32% | 0.92% | - |
| XYZ | 69.75 | 78.48 | 44.73 | - |
| YUV | 225.28 | 91.16 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 233 | 160 | 0 | 0.01 | 0.32 | 0.08 | 58.4 | 0.65 | 0.77 |
| Hex | EB | E9 | A0 | 0 | 1 | 20 | 8 | 3A | 41 | 4D |
| Octal | 353 | 351 | 240 | 0 | 1 | 40 | 10 | 72 | 101 | 115 |
| Binary | 11101011 | 11101001 | 10100000 | 0 | 1 | 100000 | 1000 | 111010 | 1000001 | 1001101 |
Color Harmonies of #EBE9A0
Complementary color
Monochromatic Colors of #EBE9A0
Black with #EBE9A0
Text Example
Text Example
White with #EBE9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE9A0; }
p { color: rgb(235,233,160); }
H1.HeaderClassName
{
color: #EBE9A0;
}
.AnyTagClassName
{
color: #EBE9A0;
}
</style>
background-color css
<style>
a { background-color: #EBE9A0; }
a { background-color: rgb(235,233,160); }
div.DivClassName
{
background-color: #EBE9A0;
}
.BgClassName
{
background-color: #EBE9A0;
}
</style>
border-color css
<style>
span { border-color: #EBE9A0; }
span { border-color: rgb(235,233,160); }
td.TdClassName
{
border-color: #EBE9A0;
}
.TagClassName
{
border-color: #EBE9A0;
}
</style>