#E0EEAD

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

Shades of Tusk #E0EEAD

Tints of Tusk #E0EEAD

Color information

#E0EEAD (or 0xE0EEAD) is unknown color: approx Tusk. HEX triplet: E0, EE and AD. RGB value is (224,238,173). Sum of RGB (Red+Green+Blue) = 224+238+173=635 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.28% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 173 (67.97% from 255 or 27.24% from 635); Max value from RGB is 238 - color contains mainly: green. Hex color #E0EEAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0EEAD is #1F1152. Grayscale: #E2E2E2. Windows color (decimal): -2036051 or 11398880. OLE color: 11398880.

HSL color Cylindrical-coordinate representation of color #E0EEAD: hue angle of 72.92º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E0EEAD is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB224238173-
CMYK0.0600.270.07
HSL72.92º65.66%80.59%-
HSV(B)72.92º27.31%93.33%-
XYZ68.8680.0151.35-
YUV226.497.86126.29-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.28%
GREEN value IS 238 (93.36% from 255) = 37.48%
BLUE value IS 173 (67.97% from 255) = 27.24%
R=35.28%
G=37.48%
B=27.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242381730.0600.270.0772.9265.6680.59
HexE0EEAD601B7494251
Octal34035625560337111102121
Binary111000001110111010101101110011011111100100110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EEAD; }

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

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

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

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

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

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

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

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