#E2B365

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

Shades of Equator #E2B365

Tints of Equator #E2B365

Color information

#E2B365 (or 0xE2B365) is unknown color: approx Equator. HEX triplet: E2, B3 and 65. RGB value is (226,179,101). Sum of RGB (Red+Green+Blue) = 226+179+101=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 101 (39.84% from 255 or 19.96% from 506); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B365 is #1D4C9A. Grayscale: #B8B8B8. Windows color (decimal): -1920155 or 6665186. OLE color: 6665186.

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

Color convert

RGB226179101-
CMYK00.210.550.11
HSL37.44º68.31%64.12%-
HSV(B)37.44º55.31%88.63%-
XYZ49.8349.3519.21-
YUV184.1681.07157.84-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.66%
GREEN value IS 179 (70.31% from 255) = 35.38%
BLUE value IS 101 (39.84% from 255) = 19.96%
R=44.66%
G=35.38%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617910100.210.550.1137.4468.3164.12
HexE2B36501537B254440
Octal342263145025671345104100
Binary11100010101100111100101010101110111101110010110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B365; }

 p { color: rgb(226,179,101); }

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

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

 a { background-color: rgb(226,179,101); }

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

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

 span { border-color: rgb(226,179,101); }

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