#E1EAB6

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

Shades of Tusk #E1EAB6

Tints of Tusk #E1EAB6

Color information

#E1EAB6 (or 0xE1EAB6) is unknown color: approx Tusk. HEX triplet: E1, EA and B6. RGB value is (225,234,182). Sum of RGB (Red+Green+Blue) = 225+234+182=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 182 (71.48% from 255 or 28.39% from 641); Max value from RGB is 234 - color contains mainly: green. Hex color #E1EAB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EAB6 is #1E1549. Grayscale: #E1E1E1. Windows color (decimal): -1971530 or 11987681. OLE color: 11987681.

HSL color Cylindrical-coordinate representation of color #E1EAB6: hue angle of 70.38º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1EAB6 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB225234182-
CMYK0.0400.220.08
HSL70.38º55.32%81.57%-
HSV(B)70.38º22.22%91.76%-
XYZ68.9278.2355.72-
YUV225.38103.52127.73-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.10%
GREEN value IS 234 (91.80% from 255) = 36.51%
BLUE value IS 182 (71.48% from 255) = 28.39%
R=35.10%
G=36.51%
B=28.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2252341820.0400.220.0870.3855.3281.57
HexE1EAB640168463752
Octal34135226640261010667122
Binary111000011110101010110110100010110100010001101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EAB6; }

 p { color: rgb(225,234,182); }

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

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

 a { background-color: rgb(225,234,182); }

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

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

 span { border-color: rgb(225,234,182); }

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