#EAE1A3

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

Shades of Pale Goldenrod #EAE1A3

Tints of Pale Goldenrod #EAE1A3

Color information

#EAE1A3 (or 0xEAE1A3) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E1 and A3. RGB value is (234,225,163). Sum of RGB (Red+Green+Blue) = 234+225+163=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 225 (88.28% from 255 or 36.17% from 622); Blue value is 163 (64.06% from 255 or 26.21% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE1A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE1A3 is #151E5C. Grayscale: #DCDCDC. Windows color (decimal): -1384029 or 10740202. OLE color: 10740202.

HSL color Cylindrical-coordinate representation of color #EAE1A3: hue angle of 52.39º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAE1A3 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB234225163-
CMYK00.040.300.08
HSL52.39º62.83%77.84%-
HSV(B)52.39º30.34%91.76%-
XYZ67.4773.9945.38-
YUV220.6295.48137.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.62%
GREEN value IS 225 (88.28% from 255) = 36.17%
BLUE value IS 163 (64.06% from 255) = 26.21%
R=37.62%
G=36.17%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422516300.040.300.0852.3962.8377.84
HexEAE1A3041E8343f4e
Octal3523412430436106477116
Binary11101010111000011010001101001111010001101001111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE1A3; }

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

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

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

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

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

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

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

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