Shades of Pale Goldenrod #EBE8A8
Tints of Pale Goldenrod #EBE8A8
RGB
CMYK
RGB Variations
Color information
#EBE8A8 (or 0xEBE8A8) is known color: Pale Goldenrod. HEX triplet: EB, E8 and A8. RGB value is (235,232,168). Sum of RGB (Red+Green+Blue) = 235+232+168=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 232 (91.02% from 255 or 36.54% from 635); Blue value is 168 (66.02% from 255 or 26.46% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE8A8 is #141757. Grayscale: #E1E1E1. Windows color (decimal): -1316696 or 11069675. OLE color: 11069675.
HSL color Cylindrical-coordinate representation of color #EBE8A8: hue angle of 57.31º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBE8A8 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 232 | 168 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.08 |
| HSL | 57.31º | 0.63% | 0.79% | - |
| HSV(B) | 57.31º | 0.29% | 0.92% | - |
| XYZ | 70.19 | 78.2 | 48.44 | - |
| YUV | 225.6 | 95.49 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 232 | 168 | 0 | 0.01 | 0.29 | 0.08 | 57.31 | 0.63 | 0.79 |
| Hex | EB | E8 | A8 | 0 | 1 | 1D | 8 | 39 | 3F | 4F |
| Octal | 353 | 350 | 250 | 0 | 1 | 35 | 10 | 71 | 77 | 117 |
| Binary | 11101011 | 11101000 | 10101000 | 0 | 1 | 11101 | 1000 | 111001 | 111111 | 1001111 |
Color Harmonies of #EBE8A8
Complementary color
Monochromatic Colors of #EBE8A8
Black with #EBE8A8
Text Example
Text Example
White with #EBE8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE8A8; }
p { color: rgb(235,232,168); }
H1.HeaderClassName
{
color: #EBE8A8;
}
.AnyTagClassName
{
color: #EBE8A8;
}
</style>
background-color css
<style>
a { background-color: #EBE8A8; }
a { background-color: rgb(235,232,168); }
div.DivClassName
{
background-color: #EBE8A8;
}
.BgClassName
{
background-color: #EBE8A8;
}
</style>
border-color css
<style>
span { border-color: #EBE8A8; }
span { border-color: rgb(235,232,168); }
td.TdClassName
{
border-color: #EBE8A8;
}
.TagClassName
{
border-color: #EBE8A8;
}
</style>