#E5EAA0

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

Shades of Medium Goldenrod #E5EAA0

Tints of Medium Goldenrod #E5EAA0

Color information

#E5EAA0 (or 0xE5EAA0) is unknown color: approx Medium Goldenrod. HEX triplet: E5, EA and A0. RGB value is (229,234,160). Sum of RGB (Red+Green+Blue) = 229+234+160=623 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.76% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 160 (62.89% from 255 or 25.68% from 623); Max value from RGB is 234 - color contains mainly: green. Hex color #E5EAA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5EAA0 is #1A155F. Grayscale: #E0E0E0. Windows color (decimal): -1709408 or 10545893. OLE color: 10545893.

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

Color convert

RGB229234160-
CMYK0.0200.320.08
HSL64.05º63.79%77.25%-
HSV(B)64.05º31.62%91.76%-
XYZ68.0878.0444.73-
YUV224.0791.84131.52-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.76%
GREEN value IS 234 (91.80% from 255) = 37.56%
BLUE value IS 160 (62.89% from 255) = 25.68%
R=36.76%
G=37.56%
B=25.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2292341600.0200.320.0864.0563.7977.25
HexE5EAA02020840404d
Octal345352240204010100100115
Binary1110010111101010101000001001000001000100000010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EAA0; }

 p { color: rgb(229,234,160); }

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

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

 a { background-color: rgb(229,234,160); }

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

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

 span { border-color: rgb(229,234,160); }

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