#E1EBAD

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

Shades of Tusk #E1EBAD

Tints of Tusk #E1EBAD

Color information

#E1EBAD (or 0xE1EBAD) is unknown color: approx Tusk. HEX triplet: E1, EB and AD. RGB value is (225,235,173). Sum of RGB (Red+Green+Blue) = 225+235+173=633 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.55% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 173 (67.97% from 255 or 27.33% from 633); Max value from RGB is 235 - color contains mainly: green. Hex color #E1EBAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1EBAD is #1E1452. Grayscale: #E1E1E1. Windows color (decimal): -1971283 or 11398113. OLE color: 11398113.

HSL color Cylindrical-coordinate representation of color #E1EBAD: hue angle of 69.68º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E1EBAD is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB225235173-
CMYK0.0400.260.08
HSL69.68º60.78%80%-
HSV(B)69.68º26.38%92.16%-
XYZ68.378.4451.08-
YUV224.9498.69128.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.55%
GREEN value IS 235 (92.19% from 255) = 37.12%
BLUE value IS 173 (67.97% from 255) = 27.33%
R=35.55%
G=37.12%
B=27.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2252351730.0400.260.0869.6860.7880
HexE1EBAD401A8463d50
Octal34135325540321010675120
Binary111000011110101110101101100011010100010001101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EBAD; }

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

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

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

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

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

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

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

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