#E1E0BA

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

Shades of Tusk #E1E0BA

Tints of Tusk #E1E0BA

Color information

#E1E0BA (or 0xE1E0BA) is unknown color: approx Tusk. HEX triplet: E1, E0 and BA. RGB value is (225,224,186). Sum of RGB (Red+Green+Blue) = 225+224+186=635 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.43% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 186 (73.05% from 255 or 29.29% from 635); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E0BA is #1E1F45. Grayscale: #DCDCDC. Windows color (decimal): -1974086 or 12247265. OLE color: 12247265.

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

Color convert

RGB225224186-
CMYK00.000.170.12
HSL58.46º39.39%80.59%-
HSV(B)58.46º17.33%88.24%-
XYZ66.5772.8657.01-
YUV219.97108.83131.59-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.43%
GREEN value IS 224 (87.89% from 255) = 35.28%
BLUE value IS 186 (73.05% from 255) = 29.29%
R=35.43%
G=35.28%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522418600.000.170.1258.4639.3980.59
HexE1E0BA0011C3a2751
Octal3413402720021147247121
Binary111000011110000010111010001000111001110101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E0BA; }

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

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

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

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

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

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

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

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