Shades of Pale Goldenrod #E5E2A4
Tints of Pale Goldenrod #E5E2A4
RGB
CMYK
RGB Variations
Color information
#E5E2A4 (or 0xE5E2A4) is known color: Pale Goldenrod. HEX triplet: E5, E2 and A4. RGB value is (229,226,164). Sum of RGB (Red+Green+Blue) = 229+226+164=619 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.00% from 619); Green value is 226 (88.67% from 255 or 36.51% from 619); Blue value is 164 (64.45% from 255 or 26.49% from 619); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E2A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E2A4 is #1A1D5B. Grayscale: #DCDCDC. Windows color (decimal): -1711452 or 10805989. OLE color: 10805989.
HSL color Cylindrical-coordinate representation of color #E5E2A4: hue angle of 57.23º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E5E2A4 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 226 | 164 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.10 |
| HSL | 57.23º | 0.56% | 0.77% | - |
| HSV(B) | 57.23º | 0.28% | 0.9% | - |
| XYZ | 66.21 | 73.73 | 45.86 | - |
| YUV | 219.83 | 96.49 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 226 | 164 | 0 | 0.01 | 0.28 | 0.10 | 57.23 | 0.56 | 0.77 |
| Hex | E5 | E2 | A4 | 0 | 1 | 1C | A | 39 | 38 | 4D |
| Octal | 345 | 342 | 244 | 0 | 1 | 34 | 12 | 71 | 70 | 115 |
| Binary | 11100101 | 11100010 | 10100100 | 0 | 1 | 11100 | 1010 | 111001 | 111000 | 1001101 |
Color Harmonies of #E5E2A4
Complementary color
Monochromatic Colors of #E5E2A4
Black with #E5E2A4
Text Example
Text Example
White with #E5E2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E2A4; }
p { color: rgb(229,226,164); }
H1.HeaderClassName
{
color: #E5E2A4;
}
.AnyTagClassName
{
color: #E5E2A4;
}
</style>
background-color css
<style>
a { background-color: #E5E2A4; }
a { background-color: rgb(229,226,164); }
div.DivClassName
{
background-color: #E5E2A4;
}
.BgClassName
{
background-color: #E5E2A4;
}
</style>
border-color css
<style>
span { border-color: #E5E2A4; }
span { border-color: rgb(229,226,164); }
td.TdClassName
{
border-color: #E5E2A4;
}
.TagClassName
{
border-color: #E5E2A4;
}
</style>