#eae59e

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

Shades of Pale Goldenrod #EAE59E

Tints of Pale Goldenrod #EAE59E

Color information

#EAE59E (or 0xEAE59E) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E5 and 9E. RGB value is (234,229,158). Sum of RGB (Red+Green+Blue) = 234+229+158=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 229 (89.84% from 255 or 36.88% from 621); Blue value is 158 (62.11% from 255 or 25.44% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE59E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE59E is #151A61. Grayscale: #DEDEDE. Windows color (decimal): -1383010 or 10413546. OLE color: 10413546.

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

Color convert

RGB234229158-
CMYK00.020.320.08
HSL56.05º64.41%76.86%-
HSV(B)56.05º32.48%91.76%-
XYZ68.127643.43-
YUV222.491.66136.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.68%
GREEN value IS 229 (89.84% from 255) = 36.88%
BLUE value IS 158 (62.11% from 255) = 25.44%
R=37.68%
G=36.88%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422915800.020.320.0856.0564.4176.86
HexEAE59E0220838404d
Octal35234523602401070100115
Binary111010101110010110011110010100000100011100010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eae59e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eae59e; }

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

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

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

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

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

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

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

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