Shades of Pale Goldenrod #EBE9A1
Tints of Pale Goldenrod #EBE9A1
RGB
CMYK
RGB Variations
Color information
#EBE9A1 (or 0xEBE9A1) is known color: Pale Goldenrod. HEX triplet: EB, E9 and A1. RGB value is (235,233,161). Sum of RGB (Red+Green+Blue) = 235+233+161=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 233 (91.41% from 255 or 37.04% from 629); Blue value is 161 (63.28% from 255 or 25.60% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE9A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE9A1 is #14165E. Grayscale: #E1E1E1. Windows color (decimal): -1316447 or 10611179. OLE color: 10611179.
HSL color Cylindrical-coordinate representation of color #EBE9A1: hue angle of 58.38º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBE9A1 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 233 | 161 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.08 |
| HSL | 58.38º | 0.65% | 0.78% | - |
| HSV(B) | 58.38º | 0.31% | 0.92% | - |
| XYZ | 69.83 | 78.51 | 45.19 | - |
| YUV | 225.39 | 91.66 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 233 | 161 | 0 | 0.01 | 0.31 | 0.08 | 58.38 | 0.65 | 0.78 |
| Hex | EB | E9 | A1 | 0 | 1 | 1F | 8 | 3A | 41 | 4E |
| Octal | 353 | 351 | 241 | 0 | 1 | 37 | 10 | 72 | 101 | 116 |
| Binary | 11101011 | 11101001 | 10100001 | 0 | 1 | 11111 | 1000 | 111010 | 1000001 | 1001110 |
Color Harmonies of #EBE9A1
Complementary color
Monochromatic Colors of #EBE9A1
Black with #EBE9A1
Text Example
Text Example
White with #EBE9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE9A1; }
p { color: rgb(235,233,161); }
H1.HeaderClassName
{
color: #EBE9A1;
}
.AnyTagClassName
{
color: #EBE9A1;
}
</style>
background-color css
<style>
a { background-color: #EBE9A1; }
a { background-color: rgb(235,233,161); }
div.DivClassName
{
background-color: #EBE9A1;
}
.BgClassName
{
background-color: #EBE9A1;
}
</style>
border-color css
<style>
span { border-color: #EBE9A1; }
span { border-color: rgb(235,233,161); }
td.TdClassName
{
border-color: #EBE9A1;
}
.TagClassName
{
border-color: #EBE9A1;
}
</style>