#E5EDAF

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

Shades of Tusk #E5EDAF

Tints of Tusk #E5EDAF

Color information

#E5EDAF (or 0xE5EDAF) is unknown color: approx Tusk. HEX triplet: E5, ED and AF. RGB value is (229,237,175). Sum of RGB (Red+Green+Blue) = 229+237+175=641 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.73% from 641); Green value is 237 (92.97% from 255 or 36.97% from 641); Blue value is 175 (68.75% from 255 or 27.30% from 641); Max value from RGB is 237 - color contains mainly: green. Hex color #E5EDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5EDAF is #1A1250. Grayscale: #E3E3E3. Windows color (decimal): -1708625 or 11529701. OLE color: 11529701.

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

Color convert

RGB229237175-
CMYK0.0300.260.07
HSL67.74º63.27%80.78%-
HSV(B)67.74º26.16%92.94%-
XYZ70.3480.3252.35-
YUV227.5498.35129.04-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.73%
GREEN value IS 237 (92.97% from 255) = 36.97%
BLUE value IS 175 (68.75% from 255) = 27.30%
R=35.73%
G=36.97%
B=27.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2292371750.0300.260.0767.7463.2780.78
HexE5EDAF301A7443f51
Octal3453552573032710477121
Binary1110010111101101101011111101101011110001001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EDAF; }

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

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

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

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

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

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

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

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