#E2E1BC

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

Shades of Tusk #E2E1BC

Tints of Tusk #E2E1BC

Color information

#E2E1BC (or 0xE2E1BC) is unknown color: approx Tusk. HEX triplet: E2, E1 and BC. RGB value is (226,225,188). Sum of RGB (Red+Green+Blue) = 226+225+188=639 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.37% from 639); Green value is 225 (88.28% from 255 or 35.21% from 639); Blue value is 188 (73.83% from 255 or 29.42% from 639); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E1BC is #1D1E43. Grayscale: #DDDDDD. Windows color (decimal): -1908292 or 12378594. OLE color: 12378594.

HSL color Cylindrical-coordinate representation of color #E2E1BC: hue angle of 58.42º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2E1BC is Cyan = 0, Magento = 0.00, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB226225188-
CMYK00.000.170.11
HSL58.42º39.58%81.18%-
HSV(B)58.42º16.81%88.63%-
XYZ67.3773.6558.24-
YUV221.08109.33131.51-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.37%
GREEN value IS 225 (88.28% from 255) = 35.21%
BLUE value IS 188 (73.83% from 255) = 29.42%
R=35.37%
G=35.21%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622518800.000.170.1158.4239.5881.18
HexE2E1BC0011B3a2851
Octal3423412740021137250121
Binary111000101110000110111100001000110111110101010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E1BC; }

 p { color: rgb(226,225,188); }

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

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

 a { background-color: rgb(226,225,188); }

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

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

 span { border-color: rgb(226,225,188); }

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