#E1DFAC

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

Shades of Tusk #E1DFAC

Tints of Tusk #E1DFAC

Color information

#E1DFAC (or 0xE1DFAC) is unknown color: approx Tusk. HEX triplet: E1, DF and AC. RGB value is (225,223,172). Sum of RGB (Red+Green+Blue) = 225+223+172=620 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.29% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 172 (67.58% from 255 or 27.74% from 620); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DFAC is #1E2053. Grayscale: #D9D9D9. Windows color (decimal): -1974356 or 11329505. OLE color: 11329505.

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

Color convert

RGB225223172-
CMYK00.010.240.12
HSL57.74º46.9%77.84%-
HSV(B)57.74º23.56%88.24%-
XYZ64.8971.7649.46-
YUV217.78102.16133.15-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.29%
GREEN value IS 223 (87.5% from 255) = 35.97%
BLUE value IS 172 (67.58% from 255) = 27.74%
R=36.29%
G=35.97%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522317200.010.240.1257.7446.977.84
HexE1DFAC0118C3a2f4e
Octal3413372540130147257116
Binary111000011101111110101100011100011001110101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DFAC; }

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

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

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

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

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

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

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

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