#E0EAB6

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

Shades of Tusk #E0EAB6

Tints of Tusk #E0EAB6

Color information

#E0EAB6 (or 0xE0EAB6) is unknown color: approx Tusk. HEX triplet: E0, EA and B6. RGB value is (224,234,182). Sum of RGB (Red+Green+Blue) = 224+234+182=640 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 182 (71.48% from 255 or 28.44% from 640); Max value from RGB is 234 - color contains mainly: green. Hex color #E0EAB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EAB6 is #1F1549. Grayscale: #E1E1E1. Windows color (decimal): -2037066 or 11987680. OLE color: 11987680.

HSL color Cylindrical-coordinate representation of color #E0EAB6: hue angle of 71.54º 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 #E0EAB6 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB224234182-
CMYK0.0400.220.08
HSL71.54º55.32%81.57%-
HSV(B)71.54º22.22%91.76%-
XYZ68.6178.0755.71-
YUV225.08103.69127.23-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35%
GREEN value IS 234 (91.80% from 255) = 36.56%
BLUE value IS 182 (71.48% from 255) = 28.44%
R=35%
G=36.56%
B=28.44%

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
Decimal2242341820.0400.220.0871.5455.3281.57
HexE0EAB640168483752
Octal34035226640261011067122
Binary111000001110101010110110100010110100010010001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EAB6; }

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

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

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

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

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

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

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

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