Shades of Pale Goldenrod #EBE8A0
Tints of Pale Goldenrod #EBE8A0
RGB
CMYK
RGB Variations
Color information
#EBE8A0 (or 0xEBE8A0) is known color: Pale Goldenrod. HEX triplet: EB, E8 and A0. RGB value is (235,232,160). Sum of RGB (Red+Green+Blue) = 235+232+160=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 232 (91.02% from 255 or 37.00% from 627); Blue value is 160 (62.89% from 255 or 25.52% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE8A0 is #14175F. Grayscale: #E0E0E0. Windows color (decimal): -1316704 or 10545387. OLE color: 10545387.
HSL color Cylindrical-coordinate representation of color #EBE8A0: hue angle of 57.6º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBE8A0 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 232 | 160 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.08 |
| HSL | 57.6º | 0.65% | 0.77% | - |
| HSV(B) | 57.6º | 0.32% | 0.92% | - |
| XYZ | 69.46 | 77.91 | 44.64 | - |
| YUV | 224.69 | 91.49 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 232 | 160 | 0 | 0.01 | 0.32 | 0.08 | 57.6 | 0.65 | 0.77 |
| Hex | EB | E8 | A0 | 0 | 1 | 20 | 8 | 3A | 41 | 4D |
| Octal | 353 | 350 | 240 | 0 | 1 | 40 | 10 | 72 | 101 | 115 |
| Binary | 11101011 | 11101000 | 10100000 | 0 | 1 | 100000 | 1000 | 111010 | 1000001 | 1001101 |
Color Harmonies of #EBE8A0
Complementary color
Monochromatic Colors of #EBE8A0
Black with #EBE8A0
Text Example
Text Example
White with #EBE8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE8A0; }
p { color: rgb(235,232,160); }
H1.HeaderClassName
{
color: #EBE8A0;
}
.AnyTagClassName
{
color: #EBE8A0;
}
</style>
background-color css
<style>
a { background-color: #EBE8A0; }
a { background-color: rgb(235,232,160); }
div.DivClassName
{
background-color: #EBE8A0;
}
.BgClassName
{
background-color: #EBE8A0;
}
</style>
border-color css
<style>
span { border-color: #EBE8A0; }
span { border-color: rgb(235,232,160); }
td.TdClassName
{
border-color: #EBE8A0;
}
.TagClassName
{
border-color: #EBE8A0;
}
</style>