#EAE49E

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

Shades of Pale Goldenrod #EAE49E

Tints of Pale Goldenrod #EAE49E

Color information

#EAE49E (or 0xEAE49E) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E4 and 9E. RGB value is (234,228,158). Sum of RGB (Red+Green+Blue) = 234+228+158=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 228 (89.45% from 255 or 36.77% from 620); Blue value is 158 (62.11% from 255 or 25.48% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE49E is #151B61. Grayscale: #DEDEDE. Windows color (decimal): -1383266 or 10413290. OLE color: 10413290.

HSL color Cylindrical-coordinate representation of color #EAE49E: hue angle of 55.26º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAE49E is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB234228158-
CMYK00.030.320.08
HSL55.26º64.41%76.86%-
HSV(B)55.26º32.48%91.76%-
XYZ67.8575.4543.33-
YUV221.8191.99136.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.74%
GREEN value IS 228 (89.45% from 255) = 36.77%
BLUE value IS 158 (62.11% from 255) = 25.48%
R=37.74%
G=36.77%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422815800.030.320.0855.2664.4176.86
HexEAE49E0320837404d
Octal35234423603401067100115
Binary111010101110010010011110011100000100011011110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE49E; }

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

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

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

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

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

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

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

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