#EAE5AA

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

Shades of Pale Goldenrod #EAE5AA

Tints of Pale Goldenrod #EAE5AA

Color information

#EAE5AA (or 0xEAE5AA) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E5 and AA. RGB value is (234,229,170). Sum of RGB (Red+Green+Blue) = 234+229+170=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 229 (89.84% from 255 or 36.18% from 633); Blue value is 170 (66.80% from 255 or 26.86% from 633); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE5AA is #151A55. Grayscale: #E0E0E0. Windows color (decimal): -1382998 or 11199978. OLE color: 11199978.

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

Color convert

RGB234229170-
CMYK00.020.270.08
HSL55.31º60.38%79.22%-
HSV(B)55.31º27.35%91.76%-
XYZ69.2176.4349.14-
YUV223.7797.66135.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.97%
GREEN value IS 229 (89.84% from 255) = 36.18%
BLUE value IS 170 (66.80% from 255) = 26.86%
R=36.97%
G=36.18%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422917000.020.270.0855.3160.3879.22
HexEAE5AA021B8373c4f
Octal3523452520233106774117
Binary1110101011100101101010100101101110001101111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE5AA; }

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

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

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

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

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

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

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

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