#E0EFAE

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

Shades of Tusk #E0EFAE

Tints of Tusk #E0EFAE

Color information

#E0EFAE (or 0xE0EFAE) is unknown color: approx Tusk. HEX triplet: E0, EF and AE. RGB value is (224,239,174). Sum of RGB (Red+Green+Blue) = 224+239+174=637 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.16% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 174 (68.36% from 255 or 27.32% from 637); Max value from RGB is 239 - color contains mainly: green. Hex color #E0EFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0EFAE is #1F1051. Grayscale: #E3E3E3. Windows color (decimal): -2035794 or 11464672. OLE color: 11464672.

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

Color convert

RGB224239174-
CMYK0.0600.270.06
HSL73.85º67.01%80.98%-
HSV(B)73.85º27.2%93.73%-
XYZ69.2580.6451.96-
YUV227.198.03125.79-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.16%
GREEN value IS 239 (93.75% from 255) = 37.52%
BLUE value IS 174 (68.36% from 255) = 27.32%
R=35.16%
G=37.52%
B=27.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2242391740.0600.270.0673.8567.0180.98
HexE0EFAE601B64a4351
Octal34035725660336112103121
Binary111000001110111110101110110011011110100101010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EFAE; }

 p { color: rgb(224,239,174); }

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

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

 a { background-color: rgb(224,239,174); }

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

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

 span { border-color: rgb(224,239,174); }

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