Shades of Pale Goldenrod #EAE8A2
Tints of Pale Goldenrod #EAE8A2
RGB
CMYK
RGB Variations
Color information
#EAE8A2 (or 0xEAE8A2) is known color: Pale Goldenrod. HEX triplet: EA, E8 and A2. RGB value is (234,232,162). Sum of RGB (Red+Green+Blue) = 234+232+162=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 232 (91.02% from 255 or 36.94% from 628); Blue value is 162 (63.67% from 255 or 25.80% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE8A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE8A2 is #15175D. Grayscale: #E0E0E0. Windows color (decimal): -1382238 or 10676458. OLE color: 10676458.
HSL color Cylindrical-coordinate representation of color #EAE8A2: hue angle of 58.33º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAE8A2 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 232 | 162 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.08 |
| HSL | 58.33º | 0.63% | 0.78% | - |
| HSV(B) | 58.33º | 0.31% | 0.92% | - |
| XYZ | 69.31 | 77.81 | 45.55 | - |
| YUV | 224.62 | 92.66 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 232 | 162 | 0 | 0.01 | 0.31 | 0.08 | 58.33 | 0.63 | 0.78 |
| Hex | EA | E8 | A2 | 0 | 1 | 1F | 8 | 3A | 3F | 4E |
| Octal | 352 | 350 | 242 | 0 | 1 | 37 | 10 | 72 | 77 | 116 |
| Binary | 11101010 | 11101000 | 10100010 | 0 | 1 | 11111 | 1000 | 111010 | 111111 | 1001110 |
Color Harmonies of #EAE8A2
Complementary color
Monochromatic Colors of #EAE8A2
Black with #EAE8A2
Text Example
Text Example
White with #EAE8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE8A2; }
p { color: rgb(234,232,162); }
H1.HeaderClassName
{
color: #EAE8A2;
}
.AnyTagClassName
{
color: #EAE8A2;
}
</style>
background-color css
<style>
a { background-color: #EAE8A2; }
a { background-color: rgb(234,232,162); }
div.DivClassName
{
background-color: #EAE8A2;
}
.BgClassName
{
background-color: #EAE8A2;
}
</style>
border-color css
<style>
span { border-color: #EAE8A2; }
span { border-color: rgb(234,232,162); }
td.TdClassName
{
border-color: #EAE8A2;
}
.TagClassName
{
border-color: #EAE8A2;
}
</style>