#E0E7A0

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

Shades of Tusk #E0E7A0

Tints of Tusk #E0E7A0

Color information

#E0E7A0 (or 0xE0E7A0) is unknown color: approx Tusk. HEX triplet: E0, E7 and A0. RGB value is (224,231,160). Sum of RGB (Red+Green+Blue) = 224+231+160=615 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.42% from 615); Green value is 231 (90.62% from 255 or 37.56% from 615); Blue value is 160 (62.89% from 255 or 26.02% from 615); Max value from RGB is 231 - color contains mainly: green. Hex color #E0E7A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0E7A0 is #1F185F. Grayscale: #DDDDDD. Windows color (decimal): -2037856 or 10545120. OLE color: 10545120.

HSL color Cylindrical-coordinate representation of color #E0E7A0: hue angle of 65.92º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0E7A0 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB224231160-
CMYK0.0300.310.09
HSL65.92º59.66%76.67%-
HSV(B)65.92º30.74%90.59%-
XYZ65.6675.5444.38-
YUV220.8193.68130.27-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.42%
GREEN value IS 231 (90.62% from 255) = 37.56%
BLUE value IS 160 (62.89% from 255) = 26.02%
R=36.42%
G=37.56%
B=26.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2242311600.0300.310.0965.9259.6676.67
HexE0E7A0301F9423c4d
Octal34034724030371110274115
Binary11100000111001111010000011011111100110000101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E7A0; }

 p { color: rgb(224,231,160); }

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

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

 a { background-color: rgb(224,231,160); }

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

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

 span { border-color: rgb(224,231,160); }

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