#E1E3BA

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

Shades of Tusk #E1E3BA

Tints of Tusk #E1E3BA

Color information

#E1E3BA (or 0xE1E3BA) is unknown color: approx Tusk. HEX triplet: E1, E3 and BA. RGB value is (225,227,186). Sum of RGB (Red+Green+Blue) = 225+227+186=638 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.27% from 638); Green value is 227 (89.06% from 255 or 35.58% from 638); Blue value is 186 (73.05% from 255 or 29.15% from 638); Max value from RGB is 227 - color contains mainly: green. Hex color #E1E3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E3BA is #1E1C45. Grayscale: #DDDDDD. Windows color (decimal): -1973318 or 12248033. OLE color: 12248033.

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

Color convert

RGB225227186-
CMYK0.0100.180.11
HSL62.93º42.27%80.98%-
HSV(B)62.93º18.06%89.02%-
XYZ67.3874.4957.28-
YUV221.73107.84130.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.27%
GREEN value IS 227 (89.06% from 255) = 35.58%
BLUE value IS 186 (73.05% from 255) = 29.15%
R=35.27%
G=35.58%
B=29.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2252271860.0100.180.1162.9342.2780.98
HexE1E3BA1012B3f2a51
Octal3413432721022137752121
Binary111000011110001110111010101001010111111111010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E3BA; }

 p { color: rgb(225,227,186); }

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

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

 a { background-color: rgb(225,227,186); }

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

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

 span { border-color: rgb(225,227,186); }

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