#EAE4AA

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

Shades of Pale Goldenrod #EAE4AA

Tints of Pale Goldenrod #EAE4AA

Color information

#EAE4AA (or 0xEAE4AA) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E4 and AA. RGB value is (234,228,170). Sum of RGB (Red+Green+Blue) = 234+228+170=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 228 (89.45% from 255 or 36.08% from 632); Blue value is 170 (66.80% from 255 or 26.90% from 632); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE4AA is #151B55. Grayscale: #DFDFDF. Windows color (decimal): -1383254 or 11199722. OLE color: 11199722.

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

Color convert

RGB234228170-
CMYK00.030.270.08
HSL54.38º60.38%79.22%-
HSV(B)54.38º27.35%91.76%-
XYZ68.9375.8849.04-
YUV223.1897.99135.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.03%
GREEN value IS 228 (89.45% from 255) = 36.08%
BLUE value IS 170 (66.80% from 255) = 26.90%
R=37.03%
G=36.08%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422817000.030.270.0854.3860.3879.22
HexEAE4AA031B8363c4f
Octal3523442520333106674117
Binary1110101011100100101010100111101110001101101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE4AA; }

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

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

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

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

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

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

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

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