#E0E1AD

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

Shades of Tusk #E0E1AD

Tints of Tusk #E0E1AD

Color information

#E0E1AD (or 0xE0E1AD) is unknown color: approx Tusk. HEX triplet: E0, E1 and AD. RGB value is (224,225,173). Sum of RGB (Red+Green+Blue) = 224+225+173=622 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.01% from 622); Green value is 225 (88.28% from 255 or 36.17% from 622); Blue value is 173 (67.97% from 255 or 27.81% from 622); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E1AD is #1F1E52. Grayscale: #DADADA. Windows color (decimal): -2039379 or 11395552. OLE color: 11395552.

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

Color convert

RGB224225173-
CMYK0.0000.230.12
HSL61.15º46.43%78.04%-
HSV(B)61.15º23.11%88.24%-
XYZ65.2172.7150.13-
YUV218.77102.17131.73-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.01%
GREEN value IS 225 (88.28% from 255) = 36.17%
BLUE value IS 173 (67.97% from 255) = 27.81%
R=36.01%
G=36.17%
B=27.81%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242251730.0000.230.1261.1546.4378.04
HexE0E1AD0017C3d2e4e
Octal3403412550027147556116
Binary111000001110000110101101001011111001111011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E1AD; }

 p { color: rgb(224,225,173); }

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

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

 a { background-color: rgb(224,225,173); }

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

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

 span { border-color: rgb(224,225,173); }

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