#E0EAAB

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

Shades of Tusk #E0EAAB

Tints of Tusk #E0EAAB

Color information

#E0EAAB (or 0xE0EAAB) is unknown color: approx Tusk. HEX triplet: E0, EA and AB. RGB value is (224,234,171). Sum of RGB (Red+Green+Blue) = 224+234+171=629 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.61% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 171 (67.19% from 255 or 27.19% from 629); Max value from RGB is 234 - color contains mainly: green. Hex color #E0EAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0EAAB is #1F1554. Grayscale: #E0E0E0. Windows color (decimal): -2037077 or 11266784. OLE color: 11266784.

HSL color Cylindrical-coordinate representation of color #E0EAAB: hue angle of 69.52º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E0EAAB is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB224234171-
CMYK0.0400.270.08
HSL69.52º60%79.41%-
HSV(B)69.52º26.92%91.76%-
XYZ67.5177.6349.95-
YUV223.8398.19128.12-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.61%
GREEN value IS 234 (91.80% from 255) = 37.20%
BLUE value IS 171 (67.19% from 255) = 27.19%
R=35.61%
G=37.20%
B=27.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2242341710.0400.270.0869.526079.41
HexE0EAAB401B8463c4f
Octal34035225340331010674117
Binary111000001110101010101011100011011100010001101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EAAB; }

 p { color: rgb(224,234,171); }

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

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

 a { background-color: rgb(224,234,171); }

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

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

 span { border-color: rgb(224,234,171); }

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