#EAE5A1

Color #EAE5A1 Pale Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Goldenrod #EAE5A1

Tints of Pale Goldenrod #EAE5A1

Color information

#EAE5A1 (or 0xEAE5A1) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E5 and A1. RGB value is (234,229,161). Sum of RGB (Red+Green+Blue) = 234+229+161=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 229 (89.84% from 255 or 36.70% from 624); Blue value is 161 (63.28% from 255 or 25.80% from 624); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE5A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE5A1 is #151A5E. Grayscale: #DFDFDF. Windows color (decimal): -1383007 or 10610154. OLE color: 10610154.

HSL color Cylindrical-coordinate representation of color #EAE5A1: hue angle of 55.89º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAE5A1 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB234229161-
CMYK00.020.310.08
HSL55.89º63.48%77.45%-
HSV(B)55.89º31.2%91.76%-
XYZ68.3876.144.8-
YUV222.7493.16136.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 37.5%
GREEN value IS 229 (89.84% from 255) = 36.70%
BLUE value IS 161 (63.28% from 255) = 25.80%
R=37.5%
G=36.70%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422916100.020.310.0855.8963.4877.45
HexEAE5A1021F8383f4d
Octal3523452410237107077115
Binary1110101011100101101000010101111110001110001111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE5A1; }

 p { color: rgb(234,229,161); }

 H1.HeaderClassName
 {
   color: #EAE5A1;
 }
 .AnyTagClassName
 {
   color: #EAE5A1;
 }
</style>
background-color css

<style>
 a { background-color: #EAE5A1; }

 a { background-color: rgb(234,229,161); }

 div.DivClassName
 {
   background-color: #EAE5A1;
 }
 .BgClassName
 {
   background-color: #EAE5A1;
 }
</style>
border-color css

<style>
 span { border-color: #EAE5A1; }

 span { border-color: rgb(234,229,161); }

 td.TdClassName
 {
   border-color: #EAE5A1;
 }
 .TagClassName
 {
   border-color: #EAE5A1;
 }
</style>