#e3dfaf

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

Shades of Tusk #E3DFAF

Tints of Tusk #E3DFAF

Color information

#E3DFAF (or 0xE3DFAF) is unknown color: approx Tusk. HEX triplet: E3, DF and AF. RGB value is (227,223,175). Sum of RGB (Red+Green+Blue) = 227+223+175=625 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.32% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 175 (68.75% from 255 or 28% from 625); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3DFAF is #1C2050. Grayscale: #DADADA. Windows color (decimal): -1843281 or 11526115. OLE color: 11526115.

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

Color convert

RGB227223175-
CMYK00.020.230.11
HSL55.38º48.15%78.82%-
HSV(B)55.38º22.91%89.02%-
XYZ65.872.251.03-
YUV218.72103.33133.9-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 36.32%
GREEN value IS 223 (87.5% from 255) = 35.68%
BLUE value IS 175 (68.75% from 255) = 28%
R=36.32%
G=35.68%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22722317500.020.230.1155.3848.1578.82
HexE3DFAF0217B37304f
Octal3433372570227136760117
Binary1110001111011111101011110101011110111101111100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e3dfaf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e3dfaf; }

 p { color: rgb(227,223,175); }

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

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

 a { background-color: rgb(227,223,175); }

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

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

 span { border-color: rgb(227,223,175); }

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