#E1EDB7

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

Shades of Tusk #E1EDB7

Tints of Tusk #E1EDB7

Color information

#E1EDB7 (or 0xE1EDB7) is unknown color: approx Tusk. HEX triplet: E1, ED and B7. RGB value is (225,237,183). Sum of RGB (Red+Green+Blue) = 225+237+183=645 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.88% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 183 (71.88% from 255 or 28.37% from 645); Max value from RGB is 237 - color contains mainly: green. Hex color #E1EDB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EDB7 is #1E1248. Grayscale: #E3E3E3. Windows color (decimal): -1970761 or 12053985. OLE color: 12053985.

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

Color convert

RGB225237183-
CMYK0.0500.230.07
HSL73.33º60%82.35%-
HSV(B)73.33º22.78%92.94%-
XYZ69.8879.9956.56-
YUV227.26103.02126.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.88%
GREEN value IS 237 (92.97% from 255) = 36.74%
BLUE value IS 183 (71.88% from 255) = 28.37%
R=34.88%
G=36.74%
B=28.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2252371830.0500.230.0773.336082.35
HexE1EDB750177493c52
Octal3413552675027711174122
Binary11100001111011011011011110101011111110010011111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EDB7; }

 p { color: rgb(225,237,183); }

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

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

 a { background-color: rgb(225,237,183); }

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

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

 span { border-color: rgb(225,237,183); }

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