#EAE79F

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

Shades of Pale Goldenrod #EAE79F

Tints of Pale Goldenrod #EAE79F

Color information

#EAE79F (or 0xEAE79F) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E7 and 9F. RGB value is (234,231,159). Sum of RGB (Red+Green+Blue) = 234+231+159=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 231 (90.62% from 255 or 37.02% from 624); Blue value is 159 (62.5% from 255 or 25.48% from 624); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE79F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE79F is #151860. Grayscale: #DFDFDF. Windows color (decimal): -1382497 or 10479594. OLE color: 10479594.

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

Color convert

RGB234231159-
CMYK00.010.320.08
HSL57.6º64.1%77.06%-
HSV(B)57.6º32.05%91.76%-
XYZ68.7777.1544.07-
YUV223.6991.49135.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.5%
GREEN value IS 231 (90.62% from 255) = 37.02%
BLUE value IS 159 (62.5% from 255) = 25.48%
R=37.5%
G=37.02%
B=25.48%

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
Decimal23423115900.010.320.0857.664.177.06
HexEAE79F012083a404d
Octal35234723701401072100115
Binary11101010111001111001111101100000100011101010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE79F; }

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

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

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

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

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

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

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

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