#E1EAA6

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

Shades of Tusk #E1EAA6

Tints of Tusk #E1EAA6

Color information

#E1EAA6 (or 0xE1EAA6) is unknown color: approx Tusk. HEX triplet: E1, EA and A6. RGB value is (225,234,166). Sum of RGB (Red+Green+Blue) = 225+234+166=625 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 166 (65.23% from 255 or 26.56% from 625); Max value from RGB is 234 - color contains mainly: green. Hex color #E1EAA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1EAA6 is #1E1559. Grayscale: #DFDFDF. Windows color (decimal): -1971546 or 10939105. OLE color: 10939105.

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

Color convert

RGB225234166-
CMYK0.0400.290.08
HSL67.94º61.82%78.43%-
HSV(B)67.94º29.06%91.76%-
XYZ67.3677.6147.51-
YUV223.5695.52129.03-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36%
GREEN value IS 234 (91.80% from 255) = 37.44%
BLUE value IS 166 (65.23% from 255) = 26.56%
R=36%
G=37.44%
B=26.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2252341660.0400.290.0867.9461.8278.43
HexE1EAA6401D8443e4e
Octal34135224640351010476116
Binary111000011110101010100110100011101100010001001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EAA6; }

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

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

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

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

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

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

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

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