#E2AC64

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

Shades of Equator #E2AC64

Tints of Equator #E2AC64

Color information

#E2AC64 (or 0xE2AC64) is unknown color: approx Equator. HEX triplet: E2, AC and 64. RGB value is (226,172,100). Sum of RGB (Red+Green+Blue) = 226+172+100=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 100 (39.45% from 255 or 20.08% from 498); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AC64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AC64 is #1D539B. Grayscale: #B4B4B4. Windows color (decimal): -1921948 or 6597858. OLE color: 6597858.

HSL color Cylindrical-coordinate representation of color #E2AC64: hue angle of 34.29º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E2AC64 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB226172100-
CMYK00.240.560.11
HSL34.29º68.48%63.92%-
HSV(B)34.29º55.75%88.63%-
XYZ48.4246.5918.5-
YUV179.9482.89160.85-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.38%
GREEN value IS 172 (67.58% from 255) = 34.54%
BLUE value IS 100 (39.45% from 255) = 20.08%
R=45.38%
G=34.54%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617210000.240.560.1134.2968.4863.92
HexE2AC6401838B224440
Octal342254144030701342104100
Binary11100010101011001100100011000111000101110001010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AC64; }

 p { color: rgb(226,172,100); }

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

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

 a { background-color: rgb(226,172,100); }

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

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

 span { border-color: rgb(226,172,100); }

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