#E1AA61

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

Shades of Equator #E1AA61

Tints of Equator #E1AA61

Color information

#E1AA61 (or 0xE1AA61) is unknown color: approx Equator. HEX triplet: E1, AA and 61. RGB value is (225,170,97). Sum of RGB (Red+Green+Blue) = 225+170+97=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 97 (38.28% from 255 or 19.72% from 492); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AA61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AA61 is #1E559E. Grayscale: #B2B2B2. Windows color (decimal): -1987999 or 6400737. OLE color: 6400737.

HSL color Cylindrical-coordinate representation of color #E1AA61: hue angle of 34.22º 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 #E1AA61 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB22517097-
CMYK00.240.570.12
HSL34.22º68.09%63.14%-
HSV(B)34.22º56.89%88.24%-
XYZ47.5845.6217.61-
YUV178.1282.22161.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.73%
GREEN value IS 170 (66.80% from 255) = 34.55%
BLUE value IS 97 (38.28% from 255) = 19.72%
R=45.73%
G=34.55%
B=19.72%

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
Decimal2251709700.240.570.1234.2268.0963.14
HexE1AA6101839C22443f
Octal34125214103071144210477
Binary1110000110101010110000101100011100111001000101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AA61; }

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

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

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

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

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

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

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

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