#EAE8A3

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

Shades of Pale Goldenrod #EAE8A3

Tints of Pale Goldenrod #EAE8A3

Color information

#EAE8A3 (or 0xEAE8A3) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E8 and A3. RGB value is (234,232,163). Sum of RGB (Red+Green+Blue) = 234+232+163=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 232 (91.02% from 255 or 36.88% from 629); Blue value is 163 (64.06% from 255 or 25.91% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE8A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE8A3 is #15175C. Grayscale: #E1E1E1. Windows color (decimal): -1382237 or 10741994. OLE color: 10741994.

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

Color convert

RGB234232163-
CMYK00.010.300.08
HSL58.31º62.83%77.84%-
HSV(B)58.31º30.34%91.76%-
XYZ69.477.8546.02-
YUV224.7393.16134.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.20%
GREEN value IS 232 (91.02% from 255) = 36.88%
BLUE value IS 163 (64.06% from 255) = 25.91%
R=37.20%
G=36.88%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423216300.010.300.0858.3162.8377.84
HexEAE8A3011E83a3f4e
Octal3523502430136107277116
Binary111010101110100010100011011111010001110101111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE8A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE8A3; }

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

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

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

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

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

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

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

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