#EAE5AD

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

Shades of Pale Goldenrod #EAE5AD

Tints of Pale Goldenrod #EAE5AD

Color information

#EAE5AD (or 0xEAE5AD) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E5 and AD. RGB value is (234,229,173). Sum of RGB (Red+Green+Blue) = 234+229+173=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 229 (89.84% from 255 or 36.01% from 636); Blue value is 173 (67.97% from 255 or 27.20% from 636); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE5AD is #151A52. Grayscale: #E0E0E0. Windows color (decimal): -1382995 or 11396586. OLE color: 11396586.

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

Color convert

RGB234229173-
CMYK00.020.260.08
HSL55.08º59.22%79.8%-
HSV(B)55.08º26.07%91.76%-
XYZ69.4976.5550.65-
YUV224.1199.16135.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.79%
GREEN value IS 229 (89.84% from 255) = 36.01%
BLUE value IS 173 (67.97% from 255) = 27.20%
R=36.79%
G=36.01%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422917300.020.260.0855.0859.2279.8
HexEAE5AD021A8373b50
Octal3523452550232106773120
Binary1110101011100101101011010101101010001101111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE5AD; }

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

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

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

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

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

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

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

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