#E2EAB6

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

Shades of Tusk #E2EAB6

Tints of Tusk #E2EAB6

Color information

#E2EAB6 (or 0xE2EAB6) is unknown color: approx Tusk. HEX triplet: E2, EA and B6. RGB value is (226,234,182). Sum of RGB (Red+Green+Blue) = 226+234+182=642 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.20% from 642); Green value is 234 (91.80% from 255 or 36.45% from 642); Blue value is 182 (71.48% from 255 or 28.35% from 642); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EAB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EAB6 is #1D1549. Grayscale: #E1E1E1. Windows color (decimal): -1905994 or 11987682. OLE color: 11987682.

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

Color convert

RGB226234182-
CMYK0.0300.220.08
HSL69.23º55.32%81.57%-
HSV(B)69.23º22.22%91.76%-
XYZ69.2378.3955.74-
YUV225.68103.35128.23-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.20%
GREEN value IS 234 (91.80% from 255) = 36.45%
BLUE value IS 182 (71.48% from 255) = 28.35%
R=35.20%
G=36.45%
B=28.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2262341820.0300.220.0869.2355.3281.57
HexE2EAB630168453752
Octal34235226630261010567122
Binary11100010111010101011011011010110100010001011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EAB6; }

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

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

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

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

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

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

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

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