Shades of Pale Goldenrod #E5E1AA
Tints of Pale Goldenrod #E5E1AA
RGB
CMYK
RGB Variations
Color information
#E5E1AA (or 0xE5E1AA) is known color: Pale Goldenrod. HEX triplet: E5, E1 and AA. RGB value is (229,225,170). Sum of RGB (Red+Green+Blue) = 229+225+170=624 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.70% from 624); Green value is 225 (88.28% from 255 or 36.06% from 624); Blue value is 170 (66.80% from 255 or 27.24% from 624); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E1AA is #1A1E55. Grayscale: #DCDCDC. Windows color (decimal): -1711702 or 11198949. OLE color: 11198949.
HSL color Cylindrical-coordinate representation of color #E5E1AA: hue angle of 55.93º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5E1AA is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 225 | 170 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.10 |
| HSL | 55.93º | 0.53% | 0.78% | - |
| HSV(B) | 55.93º | 0.26% | 0.9% | - |
| XYZ | 66.49 | 73.41 | 48.7 | - |
| YUV | 219.93 | 99.83 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 225 | 170 | 0 | 0.02 | 0.26 | 0.10 | 55.93 | 0.53 | 0.78 |
| Hex | E5 | E1 | AA | 0 | 2 | 1A | A | 38 | 35 | 4E |
| Octal | 345 | 341 | 252 | 0 | 2 | 32 | 12 | 70 | 65 | 116 |
| Binary | 11100101 | 11100001 | 10101010 | 0 | 10 | 11010 | 1010 | 111000 | 110101 | 1001110 |
Color Harmonies of #E5E1AA
Complementary color
Monochromatic Colors of #E5E1AA
Black with #E5E1AA
Text Example
Text Example
White with #E5E1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E1AA; }
p { color: rgb(229,225,170); }
H1.HeaderClassName
{
color: #E5E1AA;
}
.AnyTagClassName
{
color: #E5E1AA;
}
</style>
background-color css
<style>
a { background-color: #E5E1AA; }
a { background-color: rgb(229,225,170); }
div.DivClassName
{
background-color: #E5E1AA;
}
.BgClassName
{
background-color: #E5E1AA;
}
</style>
border-color css
<style>
span { border-color: #E5E1AA; }
span { border-color: rgb(229,225,170); }
td.TdClassName
{
border-color: #E5E1AA;
}
.TagClassName
{
border-color: #E5E1AA;
}
</style>