#E1EDA3

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

Shades of Tusk #E1EDA3

Tints of Tusk #E1EDA3

Color information

#E1EDA3 (or 0xE1EDA3) is unknown color: approx Tusk. HEX triplet: E1, ED and A3. RGB value is (225,237,163). Sum of RGB (Red+Green+Blue) = 225+237+163=625 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 163 (64.06% from 255 or 26.08% from 625); Max value from RGB is 237 - color contains mainly: green. Hex color #E1EDA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1EDA3 is #1E125C. Grayscale: #E1E1E1. Windows color (decimal): -1970781 or 10743265. OLE color: 10743265.

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

Color convert

RGB225237163-
CMYK0.0500.310.07
HSL69.73º67.27%78.43%-
HSV(B)69.73º31.22%92.94%-
XYZ67.9579.2246.36-
YUV224.9893.02128.02-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36%
GREEN value IS 237 (92.97% from 255) = 37.92%
BLUE value IS 163 (64.06% from 255) = 26.08%
R=36%
G=37.92%
B=26.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2252371630.0500.310.0769.7367.2778.43
HexE1EDA3501F746434e
Octal34135524350377106103116
Binary111000011110110110100011101011111111100011010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EDA3; }

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

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

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

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

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

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

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

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