Shades of Pale Goldenrod #EAE5AF
Tints of Pale Goldenrod #EAE5AF
RGB
CMYK
RGB Variations
Color information
#EAE5AF (or 0xEAE5AF) is known color: Pale Goldenrod. HEX triplet: EA, E5 and AF. RGB value is (234,229,175). Sum of RGB (Red+Green+Blue) = 234+229+175=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 229 (89.84% from 255 or 35.89% from 638); Blue value is 175 (68.75% from 255 or 27.43% from 638); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE5AF is #151A50. Grayscale: #E0E0E0. Windows color (decimal): -1382993 or 11527658. OLE color: 11527658.
HSL color Cylindrical-coordinate representation of color #EAE5AF: hue angle of 54.92º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAE5AF is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 229 | 175 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.08 |
| HSL | 54.92º | 0.58% | 0.8% | - |
| HSV(B) | 54.92º | 0.25% | 0.92% | - |
| XYZ | 69.69 | 76.63 | 51.67 | - |
| YUV | 224.34 | 100.16 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 229 | 175 | 0 | 0.02 | 0.25 | 0.08 | 54.92 | 0.58 | 0.8 |
| Hex | EA | E5 | AF | 0 | 2 | 19 | 8 | 37 | 3A | 50 |
| Octal | 352 | 345 | 257 | 0 | 2 | 31 | 10 | 67 | 72 | 120 |
| Binary | 11101010 | 11100101 | 10101111 | 0 | 10 | 11001 | 1000 | 110111 | 111010 | 1010000 |
Color Harmonies of #EAE5AF
Complementary color
Monochromatic Colors of #EAE5AF
Black with #EAE5AF
Text Example
Text Example
White with #EAE5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE5AF; }
p { color: rgb(234,229,175); }
H1.HeaderClassName
{
color: #EAE5AF;
}
.AnyTagClassName
{
color: #EAE5AF;
}
</style>
background-color css
<style>
a { background-color: #EAE5AF; }
a { background-color: rgb(234,229,175); }
div.DivClassName
{
background-color: #EAE5AF;
}
.BgClassName
{
background-color: #EAE5AF;
}
</style>
border-color css
<style>
span { border-color: #EAE5AF; }
span { border-color: rgb(234,229,175); }
td.TdClassName
{
border-color: #EAE5AF;
}
.TagClassName
{
border-color: #EAE5AF;
}
</style>