#E2E0AF

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

Shades of Tusk #E2E0AF

Tints of Tusk #E2E0AF

Color information

#E2E0AF (or 0xE2E0AF) is unknown color: approx Tusk. HEX triplet: E2, E0 and AF. RGB value is (226,224,175). Sum of RGB (Red+Green+Blue) = 226+224+175=625 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.16% from 625); Green value is 224 (87.89% from 255 or 35.84% from 625); Blue value is 175 (68.75% from 255 or 28% from 625); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E0AF is #1D1F50. Grayscale: #DBDBDB. Windows color (decimal): -1908561 or 11526370. OLE color: 11526370.

HSL color Cylindrical-coordinate representation of color #E2E0AF: hue angle of 57.65º 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 #E2E0AF is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB226224175-
CMYK00.010.230.11
HSL57.65º46.79%78.63%-
HSV(B)57.65º22.57%88.63%-
XYZ65.7672.5851.1-
YUV219.01103.16132.98-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.16%
GREEN value IS 224 (87.89% from 255) = 35.84%
BLUE value IS 175 (68.75% from 255) = 28%
R=36.16%
G=35.84%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622417500.010.230.1157.6546.7978.63
HexE2E0AF0117B3a2f4f
Octal3423402570127137257117
Binary111000101110000010101111011011110111110101011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E0AF; }

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

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

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

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

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

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

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

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