Shades of Pale Goldenrod #EBE8AA
Tints of Pale Goldenrod #EBE8AA
RGB
CMYK
RGB Variations
Color information
#EBE8AA (or 0xEBE8AA) is known color: Pale Goldenrod. HEX triplet: EB, E8 and AA. RGB value is (235,232,170). Sum of RGB (Red+Green+Blue) = 235+232+170=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 232 (91.02% from 255 or 36.42% from 637); Blue value is 170 (66.80% from 255 or 26.69% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE8AA is #141755. Grayscale: #E2E2E2. Windows color (decimal): -1316694 or 11200747. OLE color: 11200747.
HSL color Cylindrical-coordinate representation of color #EBE8AA: hue angle of 57.23º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBE8AA is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 232 | 170 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.08 |
| HSL | 57.23º | 0.62% | 0.79% | - |
| HSV(B) | 57.23º | 0.28% | 0.92% | - |
| XYZ | 70.37 | 78.28 | 49.43 | - |
| YUV | 225.83 | 96.49 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 232 | 170 | 0 | 0.01 | 0.28 | 0.08 | 57.23 | 0.62 | 0.79 |
| Hex | EB | E8 | AA | 0 | 1 | 1C | 8 | 39 | 3E | 4F |
| Octal | 353 | 350 | 252 | 0 | 1 | 34 | 10 | 71 | 76 | 117 |
| Binary | 11101011 | 11101000 | 10101010 | 0 | 1 | 11100 | 1000 | 111001 | 111110 | 1001111 |
Color Harmonies of #EBE8AA
Complementary color
Monochromatic Colors of #EBE8AA
Black with #EBE8AA
Text Example
Text Example
White with #EBE8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE8AA; }
p { color: rgb(235,232,170); }
H1.HeaderClassName
{
color: #EBE8AA;
}
.AnyTagClassName
{
color: #EBE8AA;
}
</style>
background-color css
<style>
a { background-color: #EBE8AA; }
a { background-color: rgb(235,232,170); }
div.DivClassName
{
background-color: #EBE8AA;
}
.BgClassName
{
background-color: #EBE8AA;
}
</style>
border-color css
<style>
span { border-color: #EBE8AA; }
span { border-color: rgb(235,232,170); }
td.TdClassName
{
border-color: #EBE8AA;
}
.TagClassName
{
border-color: #EBE8AA;
}
</style>