Shades of Pale Goldenrod #EAE3A9
Tints of Pale Goldenrod #EAE3A9
RGB
CMYK
RGB Variations
Color information
#EAE3A9 (or 0xEAE3A9) is known color: Pale Goldenrod. HEX triplet: EA, E3 and A9. RGB value is (234,227,169). Sum of RGB (Red+Green+Blue) = 234+227+169=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 227 (89.06% from 255 or 36.03% from 630); Blue value is 169 (66.41% from 255 or 26.83% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE3A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE3A9 is #151C56. Grayscale: #DEDEDE. Windows color (decimal): -1383511 or 11133930. OLE color: 11133930.
HSL color Cylindrical-coordinate representation of color #EAE3A9: hue angle of 53.54º degrees, saturation: 0.61, 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 #EAE3A9 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 227 | 169 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.08 |
| HSL | 53.54º | 0.61% | 0.79% | - |
| HSV(B) | 53.54º | 0.28% | 0.92% | - |
| XYZ | 68.56 | 75.3 | 48.46 | - |
| YUV | 222.48 | 97.82 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 227 | 169 | 0 | 0.03 | 0.28 | 0.08 | 53.54 | 0.61 | 0.79 |
| Hex | EA | E3 | A9 | 0 | 3 | 1C | 8 | 36 | 3D | 4F |
| Octal | 352 | 343 | 251 | 0 | 3 | 34 | 10 | 66 | 75 | 117 |
| Binary | 11101010 | 11100011 | 10101001 | 0 | 11 | 11100 | 1000 | 110110 | 111101 | 1001111 |
Color Harmonies of #EAE3A9
Complementary color
Monochromatic Colors of #EAE3A9
Black with #EAE3A9
Text Example
Text Example
White with #EAE3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE3A9; }
p { color: rgb(234,227,169); }
H1.HeaderClassName
{
color: #EAE3A9;
}
.AnyTagClassName
{
color: #EAE3A9;
}
</style>
background-color css
<style>
a { background-color: #EAE3A9; }
a { background-color: rgb(234,227,169); }
div.DivClassName
{
background-color: #EAE3A9;
}
.BgClassName
{
background-color: #EAE3A9;
}
</style>
border-color css
<style>
span { border-color: #EAE3A9; }
span { border-color: rgb(234,227,169); }
td.TdClassName
{
border-color: #EAE3A9;
}
.TagClassName
{
border-color: #EAE3A9;
}
</style>