#E0DFAE

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

Shades of Tusk #E0DFAE

Tints of Tusk #E0DFAE

Color information

#E0DFAE (or 0xE0DFAE) is unknown color: approx Tusk. HEX triplet: E0, DF and AE. RGB value is (224,223,174). Sum of RGB (Red+Green+Blue) = 224+223+174=621 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.07% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 174 (68.36% from 255 or 28.02% from 621); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DFAE is #1F2051. Grayscale: #D9D9D9. Windows color (decimal): -2039890 or 11460576. OLE color: 11460576.

HSL color Cylindrical-coordinate representation of color #E0DFAE: hue angle of 58.8º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0DFAE is Cyan = 0, Magento = 0.00, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB224223174-
CMYK00.000.220.12
HSL58.8º44.64%78.04%-
HSV(B)58.8º22.32%87.84%-
XYZ64.7771.6850.47-
YUV217.71103.33132.48-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.07%
GREEN value IS 223 (87.5% from 255) = 35.91%
BLUE value IS 174 (68.36% from 255) = 28.02%
R=36.07%
G=35.91%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422317400.000.220.1258.844.6478.04
HexE0DFAE0016C3b2d4e
Octal3403372560026147355116
Binary111000001101111110101110001011011001110111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DFAE; }

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

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

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

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

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

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

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

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