#E0DEAC

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

Shades of Tusk #E0DEAC

Tints of Tusk #E0DEAC

Color information

#E0DEAC (or 0xE0DEAC) is unknown color: approx Tusk. HEX triplet: E0, DE and AC. RGB value is (224,222,172). Sum of RGB (Red+Green+Blue) = 224+222+172=618 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.25% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 172 (67.58% from 255 or 27.83% from 618); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DEAC is #1F2153. Grayscale: #D9D9D9. Windows color (decimal): -2040148 or 11329248. OLE color: 11329248.

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

Color convert

RGB224222172-
CMYK00.010.230.12
HSL57.69º45.61%77.65%-
HSV(B)57.69º23.21%87.84%-
XYZ64.3171.0749.36-
YUV216.9102.66133.07-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.25%
GREEN value IS 222 (87.11% from 255) = 35.92%
BLUE value IS 172 (67.58% from 255) = 27.83%
R=36.25%
G=35.92%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422217200.010.230.1257.6945.6177.65
HexE0DEAC0117C3a2e4e
Octal3403362540127147256116
Binary111000001101111010101100011011111001110101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DEAC; }

 p { color: rgb(224,222,172); }

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

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

 a { background-color: rgb(224,222,172); }

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

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

 span { border-color: rgb(224,222,172); }

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