Shades of Pale Goldenrod #EBE7A8
Tints of Pale Goldenrod #EBE7A8
RGB
CMYK
RGB Variations
Color information
#EBE7A8 (or 0xEBE7A8) is known color: Pale Goldenrod. HEX triplet: EB, E7 and A8. RGB value is (235,231,168). Sum of RGB (Red+Green+Blue) = 235+231+168=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 231 (90.62% from 255 or 36.44% from 634); Blue value is 168 (66.02% from 255 or 26.50% from 634); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE7A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE7A8 is #141857. Grayscale: #E1E1E1. Windows color (decimal): -1316952 or 11069419. OLE color: 11069419.
HSL color Cylindrical-coordinate representation of color #EBE7A8: hue angle of 56.42º 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 #EBE7A8 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 231 | 168 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.08 |
| HSL | 56.42º | 0.63% | 0.79% | - |
| HSV(B) | 56.42º | 0.29% | 0.92% | - |
| XYZ | 69.9 | 77.64 | 48.35 | - |
| YUV | 225.01 | 95.83 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 231 | 168 | 0 | 0.02 | 0.29 | 0.08 | 56.42 | 0.63 | 0.79 |
| Hex | EB | E7 | A8 | 0 | 2 | 1D | 8 | 38 | 3F | 4F |
| Octal | 353 | 347 | 250 | 0 | 2 | 35 | 10 | 70 | 77 | 117 |
| Binary | 11101011 | 11100111 | 10101000 | 0 | 10 | 11101 | 1000 | 111000 | 111111 | 1001111 |
Color Harmonies of #EBE7A8
Complementary color
Monochromatic Colors of #EBE7A8
Black with #EBE7A8
Text Example
Text Example
White with #EBE7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE7A8; }
p { color: rgb(235,231,168); }
H1.HeaderClassName
{
color: #EBE7A8;
}
.AnyTagClassName
{
color: #EBE7A8;
}
</style>
background-color css
<style>
a { background-color: #EBE7A8; }
a { background-color: rgb(235,231,168); }
div.DivClassName
{
background-color: #EBE7A8;
}
.BgClassName
{
background-color: #EBE7A8;
}
</style>
border-color css
<style>
span { border-color: #EBE7A8; }
span { border-color: rgb(235,231,168); }
td.TdClassName
{
border-color: #EBE7A8;
}
.TagClassName
{
border-color: #EBE7A8;
}
</style>