#EAE7A9

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

Shades of Pale Goldenrod #EAE7A9

Tints of Pale Goldenrod #EAE7A9

Color information

#EAE7A9 (or 0xEAE7A9) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E7 and A9. RGB value is (234,231,169). Sum of RGB (Red+Green+Blue) = 234+231+169=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 231 (90.62% from 255 or 36.44% from 634); Blue value is 169 (66.41% from 255 or 26.66% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE7A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE7A9 is #151856. Grayscale: #E1E1E1. Windows color (decimal): -1382487 or 11134954. OLE color: 11134954.

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

Color convert

RGB234231169-
CMYK00.010.280.08
HSL57.23º60.75%79.02%-
HSV(B)57.23º27.78%91.76%-
XYZ69.6777.5148.82-
YUV224.8396.49134.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.91%
GREEN value IS 231 (90.62% from 255) = 36.44%
BLUE value IS 169 (66.41% from 255) = 26.66%
R=36.91%
G=36.44%
B=26.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423116900.010.280.0857.2360.7579.02
HexEAE7A9011C8393d4f
Octal3523472510134107175117
Binary111010101110011110101001011110010001110011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE7A9; }

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

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

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

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

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

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

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

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