#EAE39F

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

Shades of Pale Goldenrod #EAE39F

Tints of Pale Goldenrod #EAE39F

Color information

#EAE39F (or 0xEAE39F) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E3 and 9F. RGB value is (234,227,159). Sum of RGB (Red+Green+Blue) = 234+227+159=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 227 (89.06% from 255 or 36.61% from 620); Blue value is 159 (62.5% from 255 or 25.65% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE39F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE39F is #151C60. Grayscale: #DDDDDD. Windows color (decimal): -1383521 or 10478570. OLE color: 10478570.

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

Color convert

RGB234227159-
CMYK00.030.320.08
HSL54.4º64.1%77.06%-
HSV(B)54.4º32.05%91.76%-
XYZ67.6674.9343.7-
YUV221.3492.82137.03-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.74%
GREEN value IS 227 (89.06% from 255) = 36.61%
BLUE value IS 159 (62.5% from 255) = 25.65%
R=37.74%
G=36.61%
B=25.65%

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
Decimal23422715900.030.320.0854.464.177.06
HexEAE39F0320836404d
Octal35234323703401066100115
Binary111010101110001110011111011100000100011011010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE39F; }

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

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

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

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

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

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

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

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