#E1EBAA

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

Shades of Tusk #E1EBAA

Tints of Tusk #E1EBAA

Color information

#E1EBAA (or 0xE1EBAA) is unknown color: approx Tusk. HEX triplet: E1, EB and AA. RGB value is (225,235,170). Sum of RGB (Red+Green+Blue) = 225+235+170=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 170 (66.80% from 255 or 26.98% from 630); Max value from RGB is 235 - color contains mainly: green. Hex color #E1EBAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1EBAA is #1E1455. Grayscale: #E0E0E0. Windows color (decimal): -1971286 or 11201505. OLE color: 11201505.

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

Color convert

RGB225235170-
CMYK0.0400.280.08
HSL69.23º61.9%79.41%-
HSV(B)69.23º27.66%92.16%-
XYZ68.0278.3349.56-
YUV224.697.19128.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.71%
GREEN value IS 235 (92.19% from 255) = 37.30%
BLUE value IS 170 (66.80% from 255) = 26.98%
R=35.71%
G=37.30%
B=26.98%

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
Decimal2252351700.0400.280.0869.2361.979.41
HexE1EBAA401C8453e4f
Octal34135325240341010576117
Binary111000011110101110101010100011100100010001011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EBAA; }

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

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

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

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

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

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

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

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