#E2DFAC

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

Shades of Tusk #E2DFAC

Tints of Tusk #E2DFAC

Color information

#E2DFAC (or 0xE2DFAC) is unknown color: approx Tusk. HEX triplet: E2, DF and AC. RGB value is (226,223,172). Sum of RGB (Red+Green+Blue) = 226+223+172=621 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.39% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 172 (67.58% from 255 or 27.70% from 621); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DFAC is #1D2053. Grayscale: #DADADA. Windows color (decimal): -1908820 or 11329506. OLE color: 11329506.

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

Color convert

RGB226223172-
CMYK00.010.240.11
HSL56.67º48.21%78.04%-
HSV(B)56.67º23.89%88.63%-
XYZ65.271.9249.48-
YUV218.08101.99133.65-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.39%
GREEN value IS 223 (87.5% from 255) = 35.91%
BLUE value IS 172 (67.58% from 255) = 27.70%
R=36.39%
G=35.91%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622317200.010.240.1156.6748.2178.04
HexE2DFAC0118B39304e
Octal3423372540130137160116
Binary111000101101111110101100011100010111110011100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DFAC; }

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

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

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

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

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

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

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

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