#E5EDAD

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

Shades of Tusk #E5EDAD

Tints of Tusk #E5EDAD

Color information

#E5EDAD (or 0xE5EDAD) is unknown color: approx Tusk. HEX triplet: E5, ED and AD. RGB value is (229,237,173). Sum of RGB (Red+Green+Blue) = 229+237+173=639 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.84% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 173 (67.97% from 255 or 27.07% from 639); Max value from RGB is 237 - color contains mainly: green. Hex color #E5EDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5EDAD is #1A1252. Grayscale: #E3E3E3. Windows color (decimal): -1708627 or 11398629. OLE color: 11398629.

HSL color Cylindrical-coordinate representation of color #E5EDAD: hue angle of 67.5º degrees, saturation: 0.64, 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 #E5EDAD is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB229237173-
CMYK0.0300.270.07
HSL67.5º64%80.39%-
HSV(B)67.5º27%92.94%-
XYZ70.1480.2451.33-
YUV227.3197.35129.2-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.84%
GREEN value IS 237 (92.97% from 255) = 37.09%
BLUE value IS 173 (67.97% from 255) = 27.07%
R=35.84%
G=37.09%
B=27.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2292371730.0300.270.0767.56480.39
HexE5EDAD301B7444050
Octal34535525530337104100120
Binary11100101111011011010110111011011111100010010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EDAD; }

 p { color: rgb(229,237,173); }

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

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

 a { background-color: rgb(229,237,173); }

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

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

 span { border-color: rgb(229,237,173); }

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