#E1ECAD

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

Shades of Tusk #E1ECAD

Tints of Tusk #E1ECAD

Color information

#E1ECAD (or 0xE1ECAD) is unknown color: approx Tusk. HEX triplet: E1, EC and AD. RGB value is (225,236,173). Sum of RGB (Red+Green+Blue) = 225+236+173=634 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.49% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 173 (67.97% from 255 or 27.29% from 634); Max value from RGB is 236 - color contains mainly: green. Hex color #E1ECAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1ECAD is #1E1352. Grayscale: #E1E1E1. Windows color (decimal): -1971027 or 11398369. OLE color: 11398369.

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

Color convert

RGB225236173-
CMYK0.0500.270.07
HSL70.48º62.38%80.2%-
HSV(B)70.48º26.69%92.55%-
XYZ68.5979.0251.17-
YUV225.5398.36127.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.49%
GREEN value IS 236 (92.58% from 255) = 37.22%
BLUE value IS 173 (67.97% from 255) = 27.29%
R=35.49%
G=37.22%
B=27.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2252361730.0500.270.0770.4862.3880.2
HexE1ECAD501B7463e50
Octal3413542555033710676120
Binary11100001111011001010110110101101111110001101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ECAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ECAD; }

 p { color: rgb(225,236,173); }

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

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

 a { background-color: rgb(225,236,173); }

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

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

 span { border-color: rgb(225,236,173); }

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