#EAE79E

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

Shades of Pale Goldenrod #EAE79E

Tints of Pale Goldenrod #EAE79E

Color information

#EAE79E (or 0xEAE79E) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E7 and 9E. RGB value is (234,231,158). Sum of RGB (Red+Green+Blue) = 234+231+158=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 231 (90.62% from 255 or 37.08% from 623); Blue value is 158 (62.11% from 255 or 25.36% from 623); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE79E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE79E is #151861. Grayscale: #DFDFDF. Windows color (decimal): -1382498 or 10414058. OLE color: 10414058.

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

Color convert

RGB234231158-
CMYK00.010.320.08
HSL57.63º64.41%76.86%-
HSV(B)57.63º32.48%91.76%-
XYZ68.6877.1143.61-
YUV223.5890.99135.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.56%
GREEN value IS 231 (90.62% from 255) = 37.08%
BLUE value IS 158 (62.11% from 255) = 25.36%
R=37.56%
G=37.08%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423115800.010.320.0857.6364.4176.86
HexEAE79E012083a404d
Octal35234723601401072100115
Binary11101010111001111001111001100000100011101010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE79E; }

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

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

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

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

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

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

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

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