#E0EDB3

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

Shades of Tusk #E0EDB3

Tints of Tusk #E0EDB3

Color information

#E0EDB3 (or 0xE0EDB3) is unknown color: approx Tusk. HEX triplet: E0, ED and B3. RGB value is (224,237,179). Sum of RGB (Red+Green+Blue) = 224+237+179=640 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 179 (70.31% from 255 or 27.97% from 640); Max value from RGB is 237 - color contains mainly: green. Hex color #E0EDB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EDB3 is #1F124C. Grayscale: #E2E2E2. Windows color (decimal): -2036301 or 11791840. OLE color: 11791840.

HSL color Cylindrical-coordinate representation of color #E0EDB3: hue angle of 73.45º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0EDB3 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB224237179-
CMYK0.0500.240.07
HSL73.45º61.7%81.57%-
HSV(B)73.45º24.47%92.94%-
XYZ69.1679.6754.38-
YUV226.5101.19126.22-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35%
GREEN value IS 237 (92.97% from 255) = 37.03%
BLUE value IS 179 (70.31% from 255) = 27.97%
R=35%
G=37.03%
B=27.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242371790.0500.240.0773.4561.781.57
HexE0EDB350187493e52
Octal3403552635030711176122
Binary11100000111011011011001110101100011110010011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EDB3; }

 p { color: rgb(224,237,179); }

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

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

 a { background-color: rgb(224,237,179); }

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

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

 span { border-color: rgb(224,237,179); }

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