#E2EDA6

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

Shades of Tusk #E2EDA6

Tints of Tusk #E2EDA6

Color information

#E2EDA6 (or 0xE2EDA6) is unknown color: approx Tusk. HEX triplet: E2, ED and A6. RGB value is (226,237,166). Sum of RGB (Red+Green+Blue) = 226+237+166=629 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.93% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 166 (65.23% from 255 or 26.39% from 629); Max value from RGB is 237 - color contains mainly: green. Hex color #E2EDA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2EDA6 is #1D1259. Grayscale: #E1E1E1. Windows color (decimal): -1905242 or 10939874. OLE color: 10939874.

HSL color Cylindrical-coordinate representation of color #E2EDA6: hue angle of 69.3º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2EDA6 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB226237166-
CMYK0.0500.300.07
HSL69.3º66.36%79.02%-
HSV(B)69.3º29.96%92.94%-
XYZ68.5379.4947.81-
YUV225.6294.36128.27-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.93%
GREEN value IS 237 (92.97% from 255) = 37.68%
BLUE value IS 166 (65.23% from 255) = 26.39%
R=35.93%
G=37.68%
B=26.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2262371660.0500.300.0769.366.3679.02
HexE2EDA6501E745424f
Octal34235524650367105102117
Binary111000101110110110100110101011110111100010110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EDA6; }

 p { color: rgb(226,237,166); }

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

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

 a { background-color: rgb(226,237,166); }

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

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

 span { border-color: rgb(226,237,166); }

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