Shades of Pale Goldenrod #EBE9A4
Tints of Pale Goldenrod #EBE9A4
RGB
CMYK
RGB Variations
Color information
#EBE9A4 (or 0xEBE9A4) is known color: Pale Goldenrod. HEX triplet: EB, E9 and A4. RGB value is (235,233,164). Sum of RGB (Red+Green+Blue) = 235+233+164=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 233 (91.41% from 255 or 36.87% from 632); Blue value is 164 (64.45% from 255 or 25.95% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE9A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE9A4 is #14165B. Grayscale: #E2E2E2. Windows color (decimal): -1316444 or 10807787. OLE color: 10807787.
HSL color Cylindrical-coordinate representation of color #EBE9A4: hue angle of 58.31º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBE9A4 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 233 | 164 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.08 |
| HSL | 58.31º | 0.64% | 0.78% | - |
| HSV(B) | 58.31º | 0.3% | 0.92% | - |
| XYZ | 70.1 | 78.62 | 46.6 | - |
| YUV | 225.73 | 93.16 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 233 | 164 | 0 | 0.01 | 0.30 | 0.08 | 58.31 | 0.64 | 0.78 |
| Hex | EB | E9 | A4 | 0 | 1 | 1E | 8 | 3A | 40 | 4E |
| Octal | 353 | 351 | 244 | 0 | 1 | 36 | 10 | 72 | 100 | 116 |
| Binary | 11101011 | 11101001 | 10100100 | 0 | 1 | 11110 | 1000 | 111010 | 1000000 | 1001110 |
Color Harmonies of #EBE9A4
Complementary color
Monochromatic Colors of #EBE9A4
Black with #EBE9A4
Text Example
Text Example
White with #EBE9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE9A4; }
p { color: rgb(235,233,164); }
H1.HeaderClassName
{
color: #EBE9A4;
}
.AnyTagClassName
{
color: #EBE9A4;
}
</style>
background-color css
<style>
a { background-color: #EBE9A4; }
a { background-color: rgb(235,233,164); }
div.DivClassName
{
background-color: #EBE9A4;
}
.BgClassName
{
background-color: #EBE9A4;
}
</style>
border-color css
<style>
span { border-color: #EBE9A4; }
span { border-color: rgb(235,233,164); }
td.TdClassName
{
border-color: #EBE9A4;
}
.TagClassName
{
border-color: #EBE9A4;
}
</style>