#eae9a0

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

Shades of Pale Goldenrod #EAE9A0

Tints of Pale Goldenrod #EAE9A0

Color information

#EAE9A0 (or 0xEAE9A0) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E9 and A0. RGB value is (234,233,160). Sum of RGB (Red+Green+Blue) = 234+233+160=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 233 (91.41% from 255 or 37.16% from 627); Blue value is 160 (62.89% from 255 or 25.52% from 627); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE9A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE9A0 is #15165F. Grayscale: #E1E1E1. Windows color (decimal): -1381984 or 10545642. OLE color: 10545642.

HSL color Cylindrical-coordinate representation of color #EAE9A0: hue angle of 59.19º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAE9A0 is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB234233160-
CMYK00.000.320.08
HSL59.19º63.79%77.25%-
HSV(B)59.19º31.62%91.76%-
XYZ69.4278.3144.71-
YUV224.9891.33134.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.32%
GREEN value IS 233 (91.41% from 255) = 37.16%
BLUE value IS 160 (62.89% from 255) = 25.52%
R=37.32%
G=37.16%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423316000.000.320.0859.1963.7977.25
HexEAE9A0002083b404d
Octal35235124000401073100115
Binary11101010111010011010000000100000100011101110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eae9a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eae9a0; }

 p { color: rgb(234,233,160); }

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

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

 a { background-color: rgb(234,233,160); }

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

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

 span { border-color: rgb(234,233,160); }

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