#E0EAAD

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

Shades of Tusk #E0EAAD

Tints of Tusk #E0EAAD

Color information

#E0EAAD (or 0xE0EAAD) is unknown color: approx Tusk. HEX triplet: E0, EA and AD. RGB value is (224,234,173). Sum of RGB (Red+Green+Blue) = 224+234+173=631 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.50% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 173 (67.97% from 255 or 27.42% from 631); Max value from RGB is 234 - color contains mainly: green. Hex color #E0EAAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0EAAD is #1F1552. Grayscale: #E0E0E0. Windows color (decimal): -2037075 or 11397856. OLE color: 11397856.

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

Color convert

RGB224234173-
CMYK0.0400.260.08
HSL69.84º59.22%79.8%-
HSV(B)69.84º26.07%91.76%-
XYZ67.7177.7150.97-
YUV224.0699.19127.96-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.50%
GREEN value IS 234 (91.80% from 255) = 37.08%
BLUE value IS 173 (67.97% from 255) = 27.42%
R=35.50%
G=37.08%
B=27.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2242341730.0400.260.0869.8459.2279.8
HexE0EAAD401A8463b50
Octal34035225540321010673120
Binary111000001110101010101101100011010100010001101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EAAD; }

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

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

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

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

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

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

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

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