#E2E1AF

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

Shades of Tusk #E2E1AF

Tints of Tusk #E2E1AF

Color information

#E2E1AF (or 0xE2E1AF) is unknown color: approx Tusk. HEX triplet: E2, E1 and AF. RGB value is (226,225,175). Sum of RGB (Red+Green+Blue) = 226+225+175=626 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.10% from 626); Green value is 225 (88.28% from 255 or 35.94% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E1AF is #1D1E50. Grayscale: #DBDBDB. Windows color (decimal): -1908305 or 11526626. OLE color: 11526626.

HSL color Cylindrical-coordinate representation of color #E2E1AF: hue angle of 58.82º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2E1AF is Cyan = 0, Magento = 0.00, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB226225175-
CMYK00.000.230.11
HSL58.82º46.79%78.63%-
HSV(B)58.82º22.57%88.63%-
XYZ66.0373.1151.19-
YUV219.6102.83132.57-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.10%
GREEN value IS 225 (88.28% from 255) = 35.94%
BLUE value IS 175 (68.75% from 255) = 27.96%
R=36.10%
G=35.94%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622517500.000.230.1158.8246.7978.63
HexE2E1AF0017B3b2f4f
Octal3423412570027137357117
Binary111000101110000110101111001011110111110111011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E1AF; }

 p { color: rgb(226,225,175); }

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

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

 a { background-color: rgb(226,225,175); }

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

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

 span { border-color: rgb(226,225,175); }

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