Shades of Pale Goldenrod #EAE9A5
Tints of Pale Goldenrod #EAE9A5
RGB
CMYK
RGB Variations
Color information
#EAE9A5 (or 0xEAE9A5) is known color: Pale Goldenrod. HEX triplet: EA, E9 and A5. RGB value is (234,233,165). Sum of RGB (Red+Green+Blue) = 234+233+165=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 233 (91.41% from 255 or 36.87% from 632); Blue value is 165 (64.84% from 255 or 26.11% from 632); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE9A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE9A5 is #15165A. Grayscale: #E1E1E1. Windows color (decimal): -1381979 or 10873322. OLE color: 10873322.
HSL color Cylindrical-coordinate representation of color #EAE9A5: hue angle of 59.13º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAE9A5 is Cyan = 0, Magento = 0.00, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 233 | 165 | - |
| CMYK | 0 | 0.00 | 0.29 | 0.08 |
| HSL | 59.13º | 0.62% | 0.78% | - |
| HSV(B) | 59.13º | 0.29% | 0.92% | - |
| XYZ | 69.86 | 78.49 | 47.06 | - |
| YUV | 225.55 | 93.83 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 233 | 165 | 0 | 0.00 | 0.29 | 0.08 | 59.13 | 0.62 | 0.78 |
| Hex | EA | E9 | A5 | 0 | 0 | 1D | 8 | 3B | 3E | 4E |
| Octal | 352 | 351 | 245 | 0 | 0 | 35 | 10 | 73 | 76 | 116 |
| Binary | 11101010 | 11101001 | 10100101 | 0 | 0 | 11101 | 1000 | 111011 | 111110 | 1001110 |
Color Harmonies of #EAE9A5
Complementary color
Monochromatic Colors of #EAE9A5
Black with #EAE9A5
Text Example
Text Example
White with #EAE9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE9A5; }
p { color: rgb(234,233,165); }
H1.HeaderClassName
{
color: #EAE9A5;
}
.AnyTagClassName
{
color: #EAE9A5;
}
</style>
background-color css
<style>
a { background-color: #EAE9A5; }
a { background-color: rgb(234,233,165); }
div.DivClassName
{
background-color: #EAE9A5;
}
.BgClassName
{
background-color: #EAE9A5;
}
</style>
border-color css
<style>
span { border-color: #EAE9A5; }
span { border-color: rgb(234,233,165); }
td.TdClassName
{
border-color: #EAE9A5;
}
.TagClassName
{
border-color: #EAE9A5;
}
</style>