#E4EDA9

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

Shades of Tusk #E4EDA9

Tints of Tusk #E4EDA9

Color information

#E4EDA9 (or 0xE4EDA9) is unknown color: approx Tusk. HEX triplet: E4, ED and A9. RGB value is (228,237,169). Sum of RGB (Red+Green+Blue) = 228+237+169=634 (83% of max value = 765). Red value is 228 (89.45% from 255 or 35.96% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 169 (66.41% from 255 or 26.66% from 634); Max value from RGB is 237 - color contains mainly: green. Hex color #E4EDA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4EDA9 is #1B1256. Grayscale: #E2E2E2. Windows color (decimal): -1774167 or 11136484. OLE color: 11136484.

HSL color Cylindrical-coordinate representation of color #E4EDA9: hue angle of 67.94º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E4EDA9 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB228237169-
CMYK0.0400.290.07
HSL67.94º65.38%79.61%-
HSV(B)67.94º28.69%92.94%-
XYZ69.4479.9349.3-
YUV226.5695.52129.03-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.96%
GREEN value IS 237 (92.97% from 255) = 37.38%
BLUE value IS 169 (66.41% from 255) = 26.66%
R=35.96%
G=37.38%
B=26.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2282371690.0400.290.0767.9465.3879.61
HexE4EDA9401D7444150
Octal34435525140357104101120
Binary111001001110110110101001100011101111100010010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4EDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4EDA9; }

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

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

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

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

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

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

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

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