#E4EFAE

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

Shades of Tusk #E4EFAE

Tints of Tusk #E4EFAE

Color information

#E4EFAE (or 0xE4EFAE) is unknown color: approx Tusk. HEX triplet: E4, EF and AE. RGB value is (228,239,174). Sum of RGB (Red+Green+Blue) = 228+239+174=641 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.57% from 641); Green value is 239 (93.75% from 255 or 37.29% from 641); Blue value is 174 (68.36% from 255 or 27.15% from 641); Max value from RGB is 239 - color contains mainly: green. Hex color #E4EFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4EFAE is #1B1051. Grayscale: #E4E4E4. Windows color (decimal): -1773650 or 11464676. OLE color: 11464676.

HSL color Cylindrical-coordinate representation of color #E4EFAE: hue angle of 70.15º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E4EFAE is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB228239174-
CMYK0.0500.270.06
HSL70.15º67.01%80.98%-
HSV(B)70.15º27.2%93.73%-
XYZ70.581.2852.02-
YUV228.397.36127.79-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.57%
GREEN value IS 239 (93.75% from 255) = 37.29%
BLUE value IS 174 (68.36% from 255) = 27.15%
R=35.57%
G=37.29%
B=27.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2282391740.0500.270.0670.1567.0180.98
HexE4EFAE501B6464351
Octal34435725650336106103121
Binary111001001110111110101110101011011110100011010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4EFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4EFAE; }

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

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

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

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

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

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

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

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