#E0E3A4

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

Shades of Tusk #E0E3A4

Tints of Tusk #E0E3A4

Color information

#E0E3A4 (or 0xE0E3A4) is unknown color: approx Tusk. HEX triplet: E0, E3 and A4. RGB value is (224,227,164). Sum of RGB (Red+Green+Blue) = 224+227+164=615 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.42% from 615); Green value is 227 (89.06% from 255 or 36.91% from 615); Blue value is 164 (64.45% from 255 or 26.67% from 615); Max value from RGB is 227 - color contains mainly: green. Hex color #E0E3A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E3A4 is #1F1C5B. Grayscale: #DBDBDB. Windows color (decimal): -2038876 or 10806240. OLE color: 10806240.

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

Color convert

RGB224227164-
CMYK0.0100.280.11
HSL62.86º52.94%76.67%-
HSV(B)62.86º27.75%89.02%-
XYZ64.9173.4745.88-
YUV218.9297.01131.62-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.42%
GREEN value IS 227 (89.06% from 255) = 36.91%
BLUE value IS 164 (64.45% from 255) = 26.67%
R=36.42%
G=36.91%
B=26.67%

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
Decimal2242271640.0100.280.1162.8652.9476.67
HexE0E3A4101CB3f354d
Octal3403432441034137765115
Binary111000001110001110100100101110010111111111101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E3A4; }

 p { color: rgb(224,227,164); }

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

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

 a { background-color: rgb(224,227,164); }

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

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

 span { border-color: rgb(224,227,164); }

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