#EAE4A9

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

Shades of Pale Goldenrod #EAE4A9

Tints of Pale Goldenrod #EAE4A9

Color information

#EAE4A9 (or 0xEAE4A9) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E4 and A9. RGB value is (234,228,169). Sum of RGB (Red+Green+Blue) = 234+228+169=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 228 (89.45% from 255 or 36.13% from 631); Blue value is 169 (66.41% from 255 or 26.78% from 631); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE4A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE4A9 is #151B56. Grayscale: #DFDFDF. Windows color (decimal): -1383255 or 11134186. OLE color: 11134186.

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

Color convert

RGB234228169-
CMYK00.030.280.08
HSL54.46º60.75%79.02%-
HSV(B)54.46º27.78%91.76%-
XYZ68.8475.8448.55-
YUV223.0797.49135.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.08%
GREEN value IS 228 (89.45% from 255) = 36.13%
BLUE value IS 169 (66.41% from 255) = 26.78%
R=37.08%
G=36.13%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422816900.030.280.0854.4660.7579.02
HexEAE4A9031C8363d4f
Octal3523442510334106675117
Binary1110101011100100101010010111110010001101101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE4A9; }

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

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

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

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

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

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

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

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