#E4EDAE

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

Shades of Tusk #E4EDAE

Tints of Tusk #E4EDAE

Color information

#E4EDAE (or 0xE4EDAE) is unknown color: approx Tusk. HEX triplet: E4, ED and AE. RGB value is (228,237,174). Sum of RGB (Red+Green+Blue) = 228+237+174=639 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.68% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 174 (68.36% from 255 or 27.23% from 639); Max value from RGB is 237 - color contains mainly: green. Hex color #E4EDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4EDAE is #1B1251. Grayscale: #E3E3E3. Windows color (decimal): -1774162 or 11464164. OLE color: 11464164.

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

Color convert

RGB228237174-
CMYK0.0400.270.07
HSL68.57º63.64%80.59%-
HSV(B)68.57º26.58%92.94%-
XYZ69.9280.1251.82-
YUV227.1398.02128.62-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.68%
GREEN value IS 237 (92.97% from 255) = 37.09%
BLUE value IS 174 (68.36% from 255) = 27.23%
R=35.68%
G=37.09%
B=27.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2282371740.0400.270.0768.5763.6480.59
HexE4EDAE401B7454051
Octal34435525640337105100121
Binary111001001110110110101110100011011111100010110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4EDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4EDAE; }

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

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

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

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

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

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

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

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