#E0DFB5

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

Shades of Tusk #E0DFB5

Tints of Tusk #E0DFB5

Color information

#E0DFB5 (or 0xE0DFB5) is unknown color: approx Tusk. HEX triplet: E0, DF and B5. RGB value is (224,223,181). Sum of RGB (Red+Green+Blue) = 224+223+181=628 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.67% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 181 (71.09% from 255 or 28.82% from 628); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DFB5 is #1F204A. Grayscale: #DADADA. Windows color (decimal): -2039883 or 11919328. OLE color: 11919328.

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

Color convert

RGB224223181-
CMYK00.000.190.12
HSL58.6º40.95%79.41%-
HSV(B)58.6º19.2%87.84%-
XYZ65.4771.9654.15-
YUV218.51106.83131.92-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.67%
GREEN value IS 223 (87.5% from 255) = 35.51%
BLUE value IS 181 (71.09% from 255) = 28.82%
R=35.67%
G=35.51%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422318100.000.190.1258.640.9579.41
HexE0DFB50013C3b294f
Octal3403372650023147351117
Binary111000001101111110110101001001111001110111010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DFB5; }

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

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

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

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

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

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

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

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