#E0E2A3

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

Shades of Tusk #E0E2A3

Tints of Tusk #E0E2A3

Color information

#E0E2A3 (or 0xE0E2A3) is unknown color: approx Tusk. HEX triplet: E0, E2 and A3. RGB value is (224,226,163). Sum of RGB (Red+Green+Blue) = 224+226+163=613 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.54% from 613); Green value is 226 (88.67% from 255 or 36.87% from 613); Blue value is 163 (64.06% from 255 or 26.59% from 613); Max value from RGB is 226 - color contains mainly: green. Hex color #E0E2A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E2A3 is #1F1D5C. Grayscale: #DADADA. Windows color (decimal): -2039133 or 10740448. OLE color: 10740448.

HSL color Cylindrical-coordinate representation of color #E0E2A3: hue angle of 61.9º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E0E2A3 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.11.

Color convert

RGB224226163-
CMYK0.0100.280.11
HSL61.9º52.07%76.27%-
HSV(B)61.9º27.88%88.63%-
XYZ64.5572.8845.32-
YUV218.2296.84132.12-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.54%
GREEN value IS 226 (88.67% from 255) = 36.87%
BLUE value IS 163 (64.06% from 255) = 26.59%
R=36.54%
G=36.87%
B=26.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2242261630.0100.280.1161.952.0776.27
HexE0E2A3101CB3e344c
Octal3403422431034137664114
Binary111000001110001010100011101110010111111101101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E2A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E2A3; }

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

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

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

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

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

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

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

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