#E5EAAA

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

Shades of Medium Goldenrod #E5EAAA

Tints of Medium Goldenrod #E5EAAA

Color information

#E5EAAA (or 0xE5EAAA) is unknown color: approx Medium Goldenrod. HEX triplet: E5, EA and AA. RGB value is (229,234,170). Sum of RGB (Red+Green+Blue) = 229+234+170=633 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.18% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 170 (66.80% from 255 or 26.86% from 633); Max value from RGB is 234 - color contains mainly: green. Hex color #E5EAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5EAAA is #1A1555. Grayscale: #E1E1E1. Windows color (decimal): -1709398 or 11201253. OLE color: 11201253.

HSL color Cylindrical-coordinate representation of color #E5EAAA: hue angle of 64.69º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E5EAAA is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB229234170-
CMYK0.0200.270.08
HSL64.69º60.38%79.22%-
HSV(B)64.69º27.35%91.76%-
XYZ68.9978.4149.53-
YUV225.2196.84130.7-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.18%
GREEN value IS 234 (91.80% from 255) = 36.97%
BLUE value IS 170 (66.80% from 255) = 26.86%
R=36.18%
G=36.97%
B=26.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2292341700.0200.270.0864.6960.3879.22
HexE5EAAA201B8413c4f
Octal34535225220331010174117
Binary11100101111010101010101010011011100010000011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EAAA; }

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

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

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

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

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

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

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

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