#EAE29F

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

Shades of Pale Goldenrod #EAE29F

Tints of Pale Goldenrod #EAE29F

Color information

#EAE29F (or 0xEAE29F) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E2 and 9F. RGB value is (234,226,159). Sum of RGB (Red+Green+Blue) = 234+226+159=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 226 (88.67% from 255 or 36.51% from 619); Blue value is 159 (62.5% from 255 or 25.69% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE29F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE29F is #151D60. Grayscale: #DDDDDD. Windows color (decimal): -1383777 or 10478314. OLE color: 10478314.

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

Color convert

RGB234226159-
CMYK00.030.320.08
HSL53.6º64.1%77.06%-
HSV(B)53.6º32.05%91.76%-
XYZ67.3974.3943.61-
YUV220.7593.15137.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.80%
GREEN value IS 226 (88.67% from 255) = 36.51%
BLUE value IS 159 (62.5% from 255) = 25.69%
R=37.80%
G=36.51%
B=25.69%

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
Decimal23422615900.030.320.0853.664.177.06
HexEAE29F0320836404d
Octal35234223703401066100115
Binary111010101110001010011111011100000100011011010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE29F; }

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

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

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

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

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

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

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

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