Shades of Pale Goldenrod #EAE3A1
Tints of Pale Goldenrod #EAE3A1
RGB
CMYK
RGB Variations
Color information
#EAE3A1 (or 0xEAE3A1) is known color: Pale Goldenrod. HEX triplet: EA, E3 and A1. RGB value is (234,227,161). Sum of RGB (Red+Green+Blue) = 234+227+161=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 227 (89.06% from 255 or 36.50% from 622); Blue value is 161 (63.28% from 255 or 25.88% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE3A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE3A1 is #151C5E. Grayscale: #DDDDDD. Windows color (decimal): -1383519 or 10609642. OLE color: 10609642.
HSL color Cylindrical-coordinate representation of color #EAE3A1: hue angle of 54.25º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAE3A1 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 227 | 161 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.08 |
| HSL | 54.25º | 0.63% | 0.77% | - |
| HSV(B) | 54.25º | 0.31% | 0.92% | - |
| XYZ | 67.83 | 75 | 44.62 | - |
| YUV | 221.57 | 93.82 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 227 | 161 | 0 | 0.03 | 0.31 | 0.08 | 54.25 | 0.63 | 0.77 |
| Hex | EA | E3 | A1 | 0 | 3 | 1F | 8 | 36 | 3F | 4D |
| Octal | 352 | 343 | 241 | 0 | 3 | 37 | 10 | 66 | 77 | 115 |
| Binary | 11101010 | 11100011 | 10100001 | 0 | 11 | 11111 | 1000 | 110110 | 111111 | 1001101 |
Color Harmonies of #EAE3A1
Complementary color
Monochromatic Colors of #EAE3A1
Black with #EAE3A1
Text Example
Text Example
White with #EAE3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE3A1; }
p { color: rgb(234,227,161); }
H1.HeaderClassName
{
color: #EAE3A1;
}
.AnyTagClassName
{
color: #EAE3A1;
}
</style>
background-color css
<style>
a { background-color: #EAE3A1; }
a { background-color: rgb(234,227,161); }
div.DivClassName
{
background-color: #EAE3A1;
}
.BgClassName
{
background-color: #EAE3A1;
}
</style>
border-color css
<style>
span { border-color: #EAE3A1; }
span { border-color: rgb(234,227,161); }
td.TdClassName
{
border-color: #EAE3A1;
}
.TagClassName
{
border-color: #EAE3A1;
}
</style>