Shades of Pale Goldenrod #E9E5A5
Tints of Pale Goldenrod #E9E5A5
RGB
CMYK
RGB Variations
Color information
#E9E5A5 (or 0xE9E5A5) is known color: Pale Goldenrod. HEX triplet: E9, E5 and A5. RGB value is (233,229,165). Sum of RGB (Red+Green+Blue) = 233+229+165=627 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.16% from 627); Green value is 229 (89.84% from 255 or 36.52% from 627); Blue value is 165 (64.84% from 255 or 26.32% from 627); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E5A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9E5A5 is #161A5A. Grayscale: #DFDFDF. Windows color (decimal): -1448539 or 10872297. OLE color: 10872297.
HSL color Cylindrical-coordinate representation of color #E9E5A5: hue angle of 56.47º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E9E5A5 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 229 | 165 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.09 |
| HSL | 56.47º | 0.61% | 0.78% | - |
| HSV(B) | 56.47º | 0.29% | 0.91% | - |
| XYZ | 68.42 | 76.08 | 46.68 | - |
| YUV | 222.9 | 95.33 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 229 | 165 | 0 | 0.02 | 0.29 | 0.09 | 56.47 | 0.61 | 0.78 |
| Hex | E9 | E5 | A5 | 0 | 2 | 1D | 9 | 38 | 3D | 4E |
| Octal | 351 | 345 | 245 | 0 | 2 | 35 | 11 | 70 | 75 | 116 |
| Binary | 11101001 | 11100101 | 10100101 | 0 | 10 | 11101 | 1001 | 111000 | 111101 | 1001110 |
Color Harmonies of #E9E5A5
Complementary color
Monochromatic Colors of #E9E5A5
Black with #E9E5A5
Text Example
Text Example
White with #E9E5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E5A5; }
p { color: rgb(233,229,165); }
H1.HeaderClassName
{
color: #E9E5A5;
}
.AnyTagClassName
{
color: #E9E5A5;
}
</style>
background-color css
<style>
a { background-color: #E9E5A5; }
a { background-color: rgb(233,229,165); }
div.DivClassName
{
background-color: #E9E5A5;
}
.BgClassName
{
background-color: #E9E5A5;
}
</style>
border-color css
<style>
span { border-color: #E9E5A5; }
span { border-color: rgb(233,229,165); }
td.TdClassName
{
border-color: #E9E5A5;
}
.TagClassName
{
border-color: #E9E5A5;
}
</style>