#E0AA65

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

Shades of Equator #E0AA65

Tints of Equator #E0AA65

Color information

#E0AA65 (or 0xE0AA65) is unknown color: approx Equator. HEX triplet: E0, AA and 65. RGB value is (224,170,101). Sum of RGB (Red+Green+Blue) = 224+170+101=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 101 (39.84% from 255 or 20.40% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AA65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AA65 is #1F559A. Grayscale: #B2B2B2. Windows color (decimal): -2053531 or 6662880. OLE color: 6662880.

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

Color convert

RGB224170101-
CMYK00.240.550.12
HSL33.66º66.49%63.73%-
HSV(B)33.66º54.91%87.84%-
XYZ47.4645.5418.6-
YUV178.2884.39160.61-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.25%
GREEN value IS 170 (66.80% from 255) = 34.34%
BLUE value IS 101 (39.84% from 255) = 20.40%
R=45.25%
G=34.34%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417010100.240.550.1233.6666.4963.73
HexE0AA6501837C224240
Octal340252145030671442102100
Binary11100000101010101100101011000110111110010001010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AA65; }

 p { color: rgb(224,170,101); }

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

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

 a { background-color: rgb(224,170,101); }

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

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

 span { border-color: rgb(224,170,101); }

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