#E2EBAA

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

Shades of Tusk #E2EBAA

Tints of Tusk #E2EBAA

Color information

#E2EBAA (or 0xE2EBAA) is unknown color: approx Tusk. HEX triplet: E2, EB and AA. RGB value is (226,235,170). Sum of RGB (Red+Green+Blue) = 226+235+170=631 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.82% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 170 (66.80% from 255 or 26.94% from 631); Max value from RGB is 235 - color contains mainly: green. Hex color #E2EBAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2EBAA is #1D1455. Grayscale: #E1E1E1. Windows color (decimal): -1905750 or 11201506. OLE color: 11201506.

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

Color convert

RGB226235170-
CMYK0.0400.280.08
HSL68.31º61.9%79.41%-
HSV(B)68.31º27.66%92.16%-
XYZ68.3378.4949.58-
YUV224.997.02128.79-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.82%
GREEN value IS 235 (92.19% from 255) = 37.24%
BLUE value IS 170 (66.80% from 255) = 26.94%
R=35.82%
G=37.24%
B=26.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2262351700.0400.280.0868.3161.979.41
HexE2EBAA401C8443e4f
Octal34235325240341010476117
Binary111000101110101110101010100011100100010001001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EBAA; }

 p { color: rgb(226,235,170); }

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

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

 a { background-color: rgb(226,235,170); }

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

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

 span { border-color: rgb(226,235,170); }

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