#E0AF64

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

Shades of Equator #E0AF64

Tints of Equator #E0AF64

Color information

#E0AF64 (or 0xE0AF64) is unknown color: approx Equator. HEX triplet: E0, AF and 64. RGB value is (224,175,100). Sum of RGB (Red+Green+Blue) = 224+175+100=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 100 (39.45% from 255 or 20.04% from 499); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AF64 is #1F509B. Grayscale: #B5B5B5. Windows color (decimal): -2052252 or 6598624. OLE color: 6598624.

HSL color Cylindrical-coordinate representation of color #E0AF64: hue angle of 36.29º degrees, saturation: 0.67, 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 #E0AF64 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB224175100-
CMYK00.220.550.12
HSL36.29º66.67%63.53%-
HSV(B)36.29º55.36%87.84%-
XYZ48.3747.4318.66-
YUV181.182.23158.6-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.89%
GREEN value IS 175 (68.75% from 255) = 35.07%
BLUE value IS 100 (39.45% from 255) = 20.04%
R=44.89%
G=35.07%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417510000.220.550.1236.2966.6763.53
HexE0AF6401637C244340
Octal340257144026671444103100
Binary11100000101011111100100010110110111110010010010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AF64; }

 p { color: rgb(224,175,100); }

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

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

 a { background-color: rgb(224,175,100); }

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

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

 span { border-color: rgb(224,175,100); }

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