Shades of Pale Goldenrod #EBE8A7
Tints of Pale Goldenrod #EBE8A7
RGB
CMYK
RGB Variations
Color information
#EBE8A7 (or 0xEBE8A7) is known color: Pale Goldenrod. HEX triplet: EB, E8 and A7. RGB value is (235,232,167). Sum of RGB (Red+Green+Blue) = 235+232+167=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 232 (91.02% from 255 or 36.59% from 634); Blue value is 167 (65.62% from 255 or 26.34% from 634); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE8A7 is #141758. Grayscale: #E1E1E1. Windows color (decimal): -1316697 or 11004139. OLE color: 11004139.
HSL color Cylindrical-coordinate representation of color #EBE8A7: hue angle of 57.35º 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 #EBE8A7 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 232 | 167 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.08 |
| HSL | 57.35º | 0.63% | 0.79% | - |
| HSV(B) | 57.35º | 0.29% | 0.92% | - |
| XYZ | 70.09 | 78.17 | 47.95 | - |
| YUV | 225.49 | 94.99 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 232 | 167 | 0 | 0.01 | 0.29 | 0.08 | 57.35 | 0.63 | 0.79 |
| Hex | EB | E8 | A7 | 0 | 1 | 1D | 8 | 39 | 3F | 4F |
| Octal | 353 | 350 | 247 | 0 | 1 | 35 | 10 | 71 | 77 | 117 |
| Binary | 11101011 | 11101000 | 10100111 | 0 | 1 | 11101 | 1000 | 111001 | 111111 | 1001111 |
Color Harmonies of #EBE8A7
Complementary color
Monochromatic Colors of #EBE8A7
Black with #EBE8A7
Text Example
Text Example
White with #EBE8A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE8A7; }
p { color: rgb(235,232,167); }
H1.HeaderClassName
{
color: #EBE8A7;
}
.AnyTagClassName
{
color: #EBE8A7;
}
</style>
background-color css
<style>
a { background-color: #EBE8A7; }
a { background-color: rgb(235,232,167); }
div.DivClassName
{
background-color: #EBE8A7;
}
.BgClassName
{
background-color: #EBE8A7;
}
</style>
border-color css
<style>
span { border-color: #EBE8A7; }
span { border-color: rgb(235,232,167); }
td.TdClassName
{
border-color: #EBE8A7;
}
.TagClassName
{
border-color: #EBE8A7;
}
</style>