#E0DFAB

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

Shades of Tusk #E0DFAB

Tints of Tusk #E0DFAB

Color information

#E0DFAB (or 0xE0DFAB) is unknown color: approx Tusk. HEX triplet: E0, DF and AB. RGB value is (224,223,171). Sum of RGB (Red+Green+Blue) = 224+223+171=618 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.25% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 171 (67.19% from 255 or 27.67% from 618); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DFAB is #1F2054. Grayscale: #D9D9D9. Windows color (decimal): -2039893 or 11263968. OLE color: 11263968.

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

Color convert

RGB224223171-
CMYK00.000.240.12
HSL58.87º46.09%77.45%-
HSV(B)58.87º23.66%87.84%-
XYZ64.4871.5648.94-
YUV217.37101.83132.73-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.25%
GREEN value IS 223 (87.5% from 255) = 36.08%
BLUE value IS 171 (67.19% from 255) = 27.67%
R=36.25%
G=36.08%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422317100.000.240.1258.8746.0977.45
HexE0DFAB0018C3b2e4d
Octal3403372530030147356115
Binary111000001101111110101011001100011001110111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DFAB; }

 p { color: rgb(224,223,171); }

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

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

 a { background-color: rgb(224,223,171); }

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

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

 span { border-color: rgb(224,223,171); }

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