#E1AA60

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

Shades of Equator #E1AA60

Tints of Equator #E1AA60

Color information

#E1AA60 (or 0xE1AA60) is unknown color: approx Equator. HEX triplet: E1, AA and 60. RGB value is (225,170,96). Sum of RGB (Red+Green+Blue) = 225+170+96=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 96 (37.89% from 255 or 19.55% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AA60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AA60 is #1E559F. Grayscale: #B2B2B2. Windows color (decimal): -1988000 or 6335201. OLE color: 6335201.

HSL color Cylindrical-coordinate representation of color #E1AA60: hue angle of 34.42º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E1AA60 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB22517096-
CMYK00.240.570.12
HSL34.42º68.25%62.94%-
HSV(B)34.42º57.33%88.24%-
XYZ47.5445.617.36-
YUV178.0181.72161.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.82%
GREEN value IS 170 (66.80% from 255) = 34.62%
BLUE value IS 96 (37.89% from 255) = 19.55%
R=45.82%
G=34.62%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251709600.240.570.1234.4268.2562.94
HexE1AA6001839C22443f
Octal34125214003071144210477
Binary1110000110101010110000001100011100111001000101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AA60; }

 p { color: rgb(225,170,96); }

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

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

 a { background-color: rgb(225,170,96); }

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

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

 span { border-color: rgb(225,170,96); }

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