#E2B064

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

Shades of Equator #E2B064

Tints of Equator #E2B064

Color information

#E2B064 (or 0xE2B064) is unknown color: approx Equator. HEX triplet: E2, B0 and 64. RGB value is (226,176,100). Sum of RGB (Red+Green+Blue) = 226+176+100=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 100 (39.45% from 255 or 19.92% from 502); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2B064 is #1D4F9B. Grayscale: #B6B6B6. Windows color (decimal): -1920924 or 6598882. OLE color: 6598882.

HSL color Cylindrical-coordinate representation of color #E2B064: hue angle of 36.19º 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 #E2B064 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB226176100-
CMYK00.220.560.11
HSL36.19º68.48%63.92%-
HSV(B)36.19º55.75%88.63%-
XYZ49.1948.1418.76-
YUV182.2981.56159.18-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.02%
GREEN value IS 176 (69.14% from 255) = 35.06%
BLUE value IS 100 (39.45% from 255) = 19.92%
R=45.02%
G=35.06%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617610000.220.560.1136.1968.4863.92
HexE2B06401638B244440
Octal342260144026701344104100
Binary11100010101100001100100010110111000101110010010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B064; }

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

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

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

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

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

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

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

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