Shades of Pale Goldenrod #EAE1A6
Tints of Pale Goldenrod #EAE1A6
RGB
CMYK
RGB Variations
Color information
#EAE1A6 (or 0xEAE1A6) is known color: Pale Goldenrod. HEX triplet: EA, E1 and A6. RGB value is (234,225,166). Sum of RGB (Red+Green+Blue) = 234+225+166=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 225 (88.28% from 255 or 36% from 625); Blue value is 166 (65.23% from 255 or 26.56% from 625); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE1A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE1A6 is #151E59. Grayscale: #DDDDDD. Windows color (decimal): -1384026 or 10936810. OLE color: 10936810.
HSL color Cylindrical-coordinate representation of color #EAE1A6: hue angle of 52.06º 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 #EAE1A6 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 225 | 166 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.08 |
| HSL | 52.06º | 0.62% | 0.78% | - |
| HSV(B) | 52.06º | 0.29% | 0.92% | - |
| XYZ | 67.74 | 74.1 | 46.81 | - |
| YUV | 220.97 | 96.98 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 225 | 166 | 0 | 0.04 | 0.29 | 0.08 | 52.06 | 0.62 | 0.78 |
| Hex | EA | E1 | A6 | 0 | 4 | 1D | 8 | 34 | 3E | 4E |
| Octal | 352 | 341 | 246 | 0 | 4 | 35 | 10 | 64 | 76 | 116 |
| Binary | 11101010 | 11100001 | 10100110 | 0 | 100 | 11101 | 1000 | 110100 | 111110 | 1001110 |
Color Harmonies of #EAE1A6
Complementary color
Monochromatic Colors of #EAE1A6
Black with #EAE1A6
Text Example
Text Example
White with #EAE1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE1A6; }
p { color: rgb(234,225,166); }
H1.HeaderClassName
{
color: #EAE1A6;
}
.AnyTagClassName
{
color: #EAE1A6;
}
</style>
background-color css
<style>
a { background-color: #EAE1A6; }
a { background-color: rgb(234,225,166); }
div.DivClassName
{
background-color: #EAE1A6;
}
.BgClassName
{
background-color: #EAE1A6;
}
</style>
border-color css
<style>
span { border-color: #EAE1A6; }
span { border-color: rgb(234,225,166); }
td.TdClassName
{
border-color: #EAE1A6;
}
.TagClassName
{
border-color: #EAE1A6;
}
</style>