#E5EDAE

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

Shades of Tusk #E5EDAE

Tints of Tusk #E5EDAE

Color information

#E5EDAE (or 0xE5EDAE) is unknown color: approx Tusk. HEX triplet: E5, ED and AE. RGB value is (229,237,174). Sum of RGB (Red+Green+Blue) = 229+237+174=640 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.78% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 174 (68.36% from 255 or 27.19% from 640); Max value from RGB is 237 - color contains mainly: green. Hex color #E5EDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5EDAE is #1A1251. Grayscale: #E3E3E3. Windows color (decimal): -1708626 or 11464165. OLE color: 11464165.

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

Color convert

RGB229237174-
CMYK0.0300.270.07
HSL67.62º63.64%80.59%-
HSV(B)67.62º26.58%92.94%-
XYZ70.2480.2851.84-
YUV227.4397.85129.12-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.78%
GREEN value IS 237 (92.97% from 255) = 37.03%
BLUE value IS 174 (68.36% from 255) = 27.19%
R=35.78%
G=37.03%
B=27.19%

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
Decimal2292371740.0300.270.0767.6263.6480.59
HexE5EDAE301B7444051
Octal34535525630337104100121
Binary11100101111011011010111011011011111100010010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EDAE; }

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

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

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

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

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

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

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

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