#EAE4AE

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

Shades of Pale Goldenrod #EAE4AE

Tints of Pale Goldenrod #EAE4AE

Color information

#EAE4AE (or 0xEAE4AE) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E4 and AE. RGB value is (234,228,174). Sum of RGB (Red+Green+Blue) = 234+228+174=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 228 (89.45% from 255 or 35.85% from 636); Blue value is 174 (68.36% from 255 or 27.36% from 636); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE4AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE4AE is #151B51. Grayscale: #DFDFDF. Windows color (decimal): -1383250 or 11461866. OLE color: 11461866.

HSL color Cylindrical-coordinate representation of color #EAE4AE: hue angle of 54º 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 #EAE4AE is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB234228174-
CMYK00.030.260.08
HSL54º58.82%80%-
HSV(B)54º25.64%91.76%-
XYZ69.3276.0451.07-
YUV223.6499.99135.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.79%
GREEN value IS 228 (89.45% from 255) = 35.85%
BLUE value IS 174 (68.36% from 255) = 27.36%
R=36.79%
G=35.85%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422817400.030.260.085458.8280
HexEAE4AE031A8363b50
Octal3523442560332106673120
Binary1110101011100100101011100111101010001101101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE4AE; }

 p { color: rgb(234,228,174); }

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

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

 a { background-color: rgb(234,228,174); }

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

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

 span { border-color: rgb(234,228,174); }

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