#E1EAAB

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

Shades of Tusk #E1EAAB

Tints of Tusk #E1EAAB

Color information

#E1EAAB (or 0xE1EAAB) is unknown color: approx Tusk. HEX triplet: E1, EA and AB. RGB value is (225,234,171). Sum of RGB (Red+Green+Blue) = 225+234+171=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 234 (91.80% from 255 or 37.14% from 630); Blue value is 171 (67.19% from 255 or 27.14% from 630); Max value from RGB is 234 - color contains mainly: green. Hex color #E1EAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1EAAB is #1E1554. Grayscale: #E0E0E0. Windows color (decimal): -1971541 or 11266785. OLE color: 11266785.

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

Color convert

RGB225234171-
CMYK0.0400.270.08
HSL68.57º60%79.41%-
HSV(B)68.57º26.92%91.76%-
XYZ67.8277.7949.97-
YUV224.1398.02128.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.71%
GREEN value IS 234 (91.80% from 255) = 37.14%
BLUE value IS 171 (67.19% from 255) = 27.14%
R=35.71%
G=37.14%
B=27.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2252341710.0400.270.0868.576079.41
HexE1EAAB401B8453c4f
Octal34135225340331010574117
Binary111000011110101010101011100011011100010001011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EAAB; }

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

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

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

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

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

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

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

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