#EAE3AA

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

Shades of Pale Goldenrod #EAE3AA

Tints of Pale Goldenrod #EAE3AA

Color information

#EAE3AA (or 0xEAE3AA) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E3 and AA. RGB value is (234,227,170). Sum of RGB (Red+Green+Blue) = 234+227+170=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 227 (89.06% from 255 or 35.97% from 631); Blue value is 170 (66.80% from 255 or 26.94% from 631); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE3AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE3AA is #151C55. Grayscale: #DEDEDE. Windows color (decimal): -1383510 or 11199466. OLE color: 11199466.

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

Color convert

RGB234227170-
CMYK00.030.270.08
HSL53.44º60.38%79.22%-
HSV(B)53.44º27.35%91.76%-
XYZ68.6675.3348.95-
YUV222.5998.32136.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.08%
GREEN value IS 227 (89.06% from 255) = 35.97%
BLUE value IS 170 (66.80% from 255) = 26.94%
R=37.08%
G=35.97%
B=26.94%

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
Decimal23422717000.030.270.0853.4460.3879.22
HexEAE3AA031B8353c4f
Octal3523432520333106574117
Binary1110101011100011101010100111101110001101011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE3AA; }

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

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

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

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

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

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

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

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