#E5E7A2

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

Shades of Medium Goldenrod #E5E7A2

Tints of Medium Goldenrod #E5E7A2

Color information

#E5E7A2 (or 0xE5E7A2) is unknown color: approx Medium Goldenrod. HEX triplet: E5, E7 and A2. RGB value is (229,231,162). Sum of RGB (Red+Green+Blue) = 229+231+162=622 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.82% from 622); Green value is 231 (90.62% from 255 or 37.14% from 622); Blue value is 162 (63.67% from 255 or 26.05% from 622); Max value from RGB is 231 - color contains mainly: green. Hex color #E5E7A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5E7A2 is #1A185D. Grayscale: #DEDEDE. Windows color (decimal): -1710174 or 10676197. OLE color: 10676197.

HSL color Cylindrical-coordinate representation of color #E5E7A2: hue angle of 61.74º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E5E7A2 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB229231162-
CMYK0.0100.300.09
HSL61.74º58.97%77.06%-
HSV(B)61.74º29.87%90.59%-
XYZ67.4176.4245.38-
YUV222.5493.84132.61-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.82%
GREEN value IS 231 (90.62% from 255) = 37.14%
BLUE value IS 162 (63.67% from 255) = 26.05%
R=36.82%
G=37.14%
B=26.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2292311620.0100.300.0961.7458.9777.06
HexE5E7A2101E93e3b4d
Octal3453472421036117673115
Binary111001011110011110100010101111010011111101110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E7A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E7A2; }

 p { color: rgb(229,231,162); }

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

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

 a { background-color: rgb(229,231,162); }

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

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

 span { border-color: rgb(229,231,162); }

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