#E5EDB4

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

Shades of Tusk #E5EDB4

Tints of Tusk #E5EDB4

Color information

#E5EDB4 (or 0xE5EDB4) is unknown color: approx Tusk. HEX triplet: E5, ED and B4. RGB value is (229,237,180). Sum of RGB (Red+Green+Blue) = 229+237+180=646 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.45% from 646); Green value is 237 (92.97% from 255 or 36.69% from 646); Blue value is 180 (70.70% from 255 or 27.86% from 646); Max value from RGB is 237 - color contains mainly: green. Hex color #E5EDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5EDB4 is #1A124B. Grayscale: #E4E4E4. Windows color (decimal): -1708620 or 11857381. OLE color: 11857381.

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

Color convert

RGB229237180-
CMYK0.0300.240.07
HSL68.42º61.29%81.76%-
HSV(B)68.42º24.05%92.94%-
XYZ70.8480.5254.99-
YUV228.11100.85128.63-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.45%
GREEN value IS 237 (92.97% from 255) = 36.69%
BLUE value IS 180 (70.70% from 255) = 27.86%
R=35.45%
G=36.69%
B=27.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2292371800.0300.240.0768.4261.2981.76
HexE5EDB430187443d52
Octal3453552643030710475122
Binary1110010111101101101101001101100011110001001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EDB4; }

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

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

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

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

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

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

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

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