#E4EAAF

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

Shades of Tusk #E4EAAF

Tints of Tusk #E4EAAF

Color information

#E4EAAF (or 0xE4EAAF) is unknown color: approx Tusk. HEX triplet: E4, EA and AF. RGB value is (228,234,175). Sum of RGB (Red+Green+Blue) = 228+234+175=637 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.79% from 637); Green value is 234 (91.80% from 255 or 36.73% from 637); Blue value is 175 (68.75% from 255 or 27.47% from 637); Max value from RGB is 234 - color contains mainly: green. Hex color #E4EAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4EAAF is #1B1550. Grayscale: #E1E1E1. Windows color (decimal): -1774929 or 11528932. OLE color: 11528932.

HSL color Cylindrical-coordinate representation of color #E4EAAF: hue angle of 66.1º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E4EAAF is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB228234175-
CMYK0.0300.250.08
HSL66.1º58.42%80.2%-
HSV(B)66.1º25.21%91.76%-
XYZ69.1678.4352.05-
YUV225.4899.51129.8-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.79%
GREEN value IS 234 (91.80% from 255) = 36.73%
BLUE value IS 175 (68.75% from 255) = 27.47%
R=35.79%
G=36.73%
B=27.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2282341750.0300.250.0866.158.4280.2
HexE4EAAF30198423a50
Octal34435225730311010272120
Binary11100100111010101010111111011001100010000101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4EAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4EAAF; }

 p { color: rgb(228,234,175); }

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

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

 a { background-color: rgb(228,234,175); }

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

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

 span { border-color: rgb(228,234,175); }

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