Shades of Pale Goldenrod #EAE1A3
Tints of Pale Goldenrod #EAE1A3
RGB
CMYK
RGB Variations
Color information
#EAE1A3 (or 0xEAE1A3) is known color: Pale Goldenrod. HEX triplet: EA, E1 and A3. RGB value is (234,225,163). Sum of RGB (Red+Green+Blue) = 234+225+163=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 225 (88.28% from 255 or 36.17% from 622); Blue value is 163 (64.06% from 255 or 26.21% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE1A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE1A3 is #151E5C. Grayscale: #DCDCDC. Windows color (decimal): -1384029 or 10740202. OLE color: 10740202.
HSL color Cylindrical-coordinate representation of color #EAE1A3: hue angle of 52.39º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAE1A3 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 225 | 163 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.08 |
| HSL | 52.39º | 0.63% | 0.78% | - |
| HSV(B) | 52.39º | 0.3% | 0.92% | - |
| XYZ | 67.47 | 73.99 | 45.38 | - |
| YUV | 220.62 | 95.48 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 225 | 163 | 0 | 0.04 | 0.30 | 0.08 | 52.39 | 0.63 | 0.78 |
| Hex | EA | E1 | A3 | 0 | 4 | 1E | 8 | 34 | 3F | 4E |
| Octal | 352 | 341 | 243 | 0 | 4 | 36 | 10 | 64 | 77 | 116 |
| Binary | 11101010 | 11100001 | 10100011 | 0 | 100 | 11110 | 1000 | 110100 | 111111 | 1001110 |
Color Harmonies of #EAE1A3
Complementary color
Monochromatic Colors of #EAE1A3
Black with #EAE1A3
Text Example
Text Example
White with #EAE1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE1A3; }
p { color: rgb(234,225,163); }
H1.HeaderClassName
{
color: #EAE1A3;
}
.AnyTagClassName
{
color: #EAE1A3;
}
</style>
background-color css
<style>
a { background-color: #EAE1A3; }
a { background-color: rgb(234,225,163); }
div.DivClassName
{
background-color: #EAE1A3;
}
.BgClassName
{
background-color: #EAE1A3;
}
</style>
border-color css
<style>
span { border-color: #EAE1A3; }
span { border-color: rgb(234,225,163); }
td.TdClassName
{
border-color: #EAE1A3;
}
.TagClassName
{
border-color: #EAE1A3;
}
</style>