#E1EDB4

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

Shades of Tusk #E1EDB4

Tints of Tusk #E1EDB4

Color information

#E1EDB4 (or 0xE1EDB4) is unknown color: approx Tusk. HEX triplet: E1, ED and B4. RGB value is (225,237,180). Sum of RGB (Red+Green+Blue) = 225+237+180=642 (85% of max value = 765). Red value is 225 (88.28% from 255 or 35.05% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 180 (70.70% from 255 or 28.04% from 642); Max value from RGB is 237 - color contains mainly: green. Hex color #E1EDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EDB4 is #1E124B. Grayscale: #E3E3E3. Windows color (decimal): -1970764 or 11857377. OLE color: 11857377.

HSL color Cylindrical-coordinate representation of color #E1EDB4: hue angle of 72.63º degrees, saturation: 0.61, 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 #E1EDB4 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB225237180-
CMYK0.0500.240.07
HSL72.63º61.29%81.76%-
HSV(B)72.63º24.05%92.94%-
XYZ69.5779.8754.93-
YUV226.91101.52126.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.05%
GREEN value IS 237 (92.97% from 255) = 36.92%
BLUE value IS 180 (70.70% from 255) = 28.04%
R=35.05%
G=36.92%
B=28.04%

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
Decimal2252371800.0500.240.0772.6361.2981.76
HexE1EDB450187493d52
Octal3413552645030711175122
Binary11100001111011011011010010101100011110010011111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EDB4; }

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

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

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

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

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

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

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

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