#EAE0A9

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

Shades of Pale Goldenrod #EAE0A9

Tints of Pale Goldenrod #EAE0A9

Color information

#EAE0A9 (or 0xEAE0A9) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E0 and A9. RGB value is (234,224,169). Sum of RGB (Red+Green+Blue) = 234+224+169=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 224 (87.89% from 255 or 35.73% from 627); Blue value is 169 (66.41% from 255 or 26.95% from 627); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE0A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE0A9 is #151F56. Grayscale: #DCDCDC. Windows color (decimal): -1384279 or 11133162. OLE color: 11133162.

HSL color Cylindrical-coordinate representation of color #EAE0A9: hue angle of 50.77º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAE0A9 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB234224169-
CMYK00.040.280.08
HSL50.77º60.75%79.02%-
HSV(B)50.77º27.78%91.76%-
XYZ67.7573.6748.18-
YUV220.7298.81137.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.32%
GREEN value IS 224 (87.89% from 255) = 35.73%
BLUE value IS 169 (66.41% from 255) = 26.95%
R=37.32%
G=35.73%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422416900.040.280.0850.7760.7579.02
HexEAE0A9041C8333d4f
Octal3523402510434106375117
Binary11101010111000001010100101001110010001100111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE0A9; }

 p { color: rgb(234,224,169); }

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

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

 a { background-color: rgb(234,224,169); }

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

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

 span { border-color: rgb(234,224,169); }

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