#E2DFAE

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

Shades of Tusk #E2DFAE

Tints of Tusk #E2DFAE

Color information

#E2DFAE (or 0xE2DFAE) is unknown color: approx Tusk. HEX triplet: E2, DF and AE. RGB value is (226,223,174). Sum of RGB (Red+Green+Blue) = 226+223+174=623 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.28% from 623); Green value is 223 (87.5% from 255 or 35.79% from 623); Blue value is 174 (68.36% from 255 or 27.93% from 623); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DFAE is #1D2051. Grayscale: #DADADA. Windows color (decimal): -1908818 or 11460578. OLE color: 11460578.

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

Color convert

RGB226223174-
CMYK00.010.230.11
HSL56.54º47.27%78.43%-
HSV(B)56.54º23.01%88.63%-
XYZ65.397250.5-
YUV218.31102.99133.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.28%
GREEN value IS 223 (87.5% from 255) = 35.79%
BLUE value IS 174 (68.36% from 255) = 27.93%
R=36.28%
G=35.79%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622317400.010.230.1156.5447.2778.43
HexE2DFAE0117B392f4e
Octal3423372560127137157116
Binary111000101101111110101110011011110111110011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DFAE; }

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

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

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

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

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

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

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

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