Shades of Pale Goldenrod #EBE5AA
Tints of Pale Goldenrod #EBE5AA
RGB
CMYK
RGB Variations
Color information
#EBE5AA (or 0xEBE5AA) is known color: Pale Goldenrod. HEX triplet: EB, E5 and AA. RGB value is (235,229,170). Sum of RGB (Red+Green+Blue) = 235+229+170=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 229 (89.84% from 255 or 36.12% from 634); Blue value is 170 (66.80% from 255 or 26.81% from 634); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE5AA is #141A55. Grayscale: #E0E0E0. Windows color (decimal): -1317462 or 11199979. OLE color: 11199979.
HSL color Cylindrical-coordinate representation of color #EBE5AA: hue angle of 54.46º 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 #EBE5AA is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 229 | 170 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.08 |
| HSL | 54.46º | 0.62% | 0.79% | - |
| HSV(B) | 54.46º | 0.28% | 0.92% | - |
| XYZ | 69.54 | 76.6 | 49.15 | - |
| YUV | 224.07 | 97.49 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 229 | 170 | 0 | 0.03 | 0.28 | 0.08 | 54.46 | 0.62 | 0.79 |
| Hex | EB | E5 | AA | 0 | 3 | 1C | 8 | 36 | 3E | 4F |
| Octal | 353 | 345 | 252 | 0 | 3 | 34 | 10 | 66 | 76 | 117 |
| Binary | 11101011 | 11100101 | 10101010 | 0 | 11 | 11100 | 1000 | 110110 | 111110 | 1001111 |
Color Harmonies of #EBE5AA
Complementary color
Monochromatic Colors of #EBE5AA
Black with #EBE5AA
Text Example
Text Example
White with #EBE5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE5AA; }
p { color: rgb(235,229,170); }
H1.HeaderClassName
{
color: #EBE5AA;
}
.AnyTagClassName
{
color: #EBE5AA;
}
</style>
background-color css
<style>
a { background-color: #EBE5AA; }
a { background-color: rgb(235,229,170); }
div.DivClassName
{
background-color: #EBE5AA;
}
.BgClassName
{
background-color: #EBE5AA;
}
</style>
border-color css
<style>
span { border-color: #EBE5AA; }
span { border-color: rgb(235,229,170); }
td.TdClassName
{
border-color: #EBE5AA;
}
.TagClassName
{
border-color: #EBE5AA;
}
</style>