Shades of Pale Goldenrod #EBE8A3
Tints of Pale Goldenrod #EBE8A3
RGB
CMYK
RGB Variations
Color information
#EBE8A3 (or 0xEBE8A3) is known color: Pale Goldenrod. HEX triplet: EB, E8 and A3. RGB value is (235,232,163). Sum of RGB (Red+Green+Blue) = 235+232+163=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 232 (91.02% from 255 or 36.83% from 630); Blue value is 163 (64.06% from 255 or 25.87% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE8A3 is #14175C. Grayscale: #E1E1E1. Windows color (decimal): -1316701 or 10741995. OLE color: 10741995.
HSL color Cylindrical-coordinate representation of color #EBE8A3: hue angle of 57.5º degrees, saturation: 0.64, 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 #EBE8A3 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 232 | 163 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.08 |
| HSL | 57.5º | 0.64% | 0.78% | - |
| HSV(B) | 57.5º | 0.31% | 0.92% | - |
| XYZ | 69.73 | 78.02 | 46.03 | - |
| YUV | 225.03 | 92.99 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 232 | 163 | 0 | 0.01 | 0.31 | 0.08 | 57.5 | 0.64 | 0.78 |
| Hex | EB | E8 | A3 | 0 | 1 | 1F | 8 | 3A | 40 | 4E |
| Octal | 353 | 350 | 243 | 0 | 1 | 37 | 10 | 72 | 100 | 116 |
| Binary | 11101011 | 11101000 | 10100011 | 0 | 1 | 11111 | 1000 | 111010 | 1000000 | 1001110 |
Color Harmonies of #EBE8A3
Complementary color
Monochromatic Colors of #EBE8A3
Black with #EBE8A3
Text Example
Text Example
White with #EBE8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE8A3; }
p { color: rgb(235,232,163); }
H1.HeaderClassName
{
color: #EBE8A3;
}
.AnyTagClassName
{
color: #EBE8A3;
}
</style>
background-color css
<style>
a { background-color: #EBE8A3; }
a { background-color: rgb(235,232,163); }
div.DivClassName
{
background-color: #EBE8A3;
}
.BgClassName
{
background-color: #EBE8A3;
}
</style>
border-color css
<style>
span { border-color: #EBE8A3; }
span { border-color: rgb(235,232,163); }
td.TdClassName
{
border-color: #EBE8A3;
}
.TagClassName
{
border-color: #EBE8A3;
}
</style>