#EAE49C

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

Shades of Pale Goldenrod #EAE49C

Tints of Pale Goldenrod #EAE49C

Color information

#EAE49C (or 0xEAE49C) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E4 and 9C. RGB value is (234,228,156). Sum of RGB (Red+Green+Blue) = 234+228+156=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 228 (89.45% from 255 or 36.89% from 618); Blue value is 156 (61.33% from 255 or 25.24% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE49C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE49C is #151B63. Grayscale: #DDDDDD. Windows color (decimal): -1383268 or 10282218. OLE color: 10282218.

HSL color Cylindrical-coordinate representation of color #EAE49C: hue angle of 55.38º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EAE49C is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB234228156-
CMYK00.030.330.08
HSL55.38º65%76.47%-
HSV(B)55.38º33.33%91.76%-
XYZ67.6875.3842.44-
YUV221.5990.99136.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.86%
GREEN value IS 228 (89.45% from 255) = 36.89%
BLUE value IS 156 (61.33% from 255) = 25.24%
R=37.86%
G=36.89%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422815600.030.330.0855.386576.47
HexEAE49C0321837414c
Octal35234423403411067101114
Binary111010101110010010011100011100001100011011110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE49C; }

 p { color: rgb(234,228,156); }

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

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

 a { background-color: rgb(234,228,156); }

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

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

 span { border-color: rgb(234,228,156); }

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