#EAE1A9

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

Shades of Pale Goldenrod #EAE1A9

Tints of Pale Goldenrod #EAE1A9

Color information

#EAE1A9 (or 0xEAE1A9) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E1 and A9. RGB value is (234,225,169). Sum of RGB (Red+Green+Blue) = 234+225+169=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 225 (88.28% from 255 or 35.83% from 628); Blue value is 169 (66.41% from 255 or 26.91% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE1A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE1A9 is #151E56. Grayscale: #DDDDDD. Windows color (decimal): -1384023 or 11133418. OLE color: 11133418.

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

Color convert

RGB234225169-
CMYK00.040.280.08
HSL51.69º60.75%79.02%-
HSV(B)51.69º27.78%91.76%-
XYZ68.0274.2148.27-
YUV221.3198.48137.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.26%
GREEN value IS 225 (88.28% from 255) = 35.83%
BLUE value IS 169 (66.41% from 255) = 26.91%
R=37.26%
G=35.83%
B=26.91%

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
Decimal23422516900.040.280.0851.6960.7579.02
HexEAE1A9041C8343d4f
Octal3523412510434106475117
Binary11101010111000011010100101001110010001101001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE1A9; }

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

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

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

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

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

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

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

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