#EAE5A4

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

Shades of Pale Goldenrod #EAE5A4

Tints of Pale Goldenrod #EAE5A4

Color information

#EAE5A4 (or 0xEAE5A4) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E5 and A4. RGB value is (234,229,164). Sum of RGB (Red+Green+Blue) = 234+229+164=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 229 (89.84% from 255 or 36.52% from 627); Blue value is 164 (64.45% from 255 or 26.16% from 627); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE5A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE5A4 is #151A5B. Grayscale: #DFDFDF. Windows color (decimal): -1383004 or 10806762. OLE color: 10806762.

HSL color Cylindrical-coordinate representation of color #EAE5A4: hue angle of 55.71º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAE5A4 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB234229164-
CMYK00.020.300.08
HSL55.71º62.5%78.04%-
HSV(B)55.71º29.91%91.76%-
XYZ68.6576.2146.21-
YUV223.0894.66135.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.32%
GREEN value IS 229 (89.84% from 255) = 36.52%
BLUE value IS 164 (64.45% from 255) = 26.16%
R=37.32%
G=36.52%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422916400.020.300.0855.7162.578.04
HexEAE5A4021E8383e4e
Octal3523452440236107076116
Binary1110101011100101101001000101111010001110001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE5A4; }

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

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

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

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

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

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

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

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