#E1EEAF

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

Shades of Tusk #E1EEAF

Tints of Tusk #E1EEAF

Color information

#E1EEAF (or 0xE1EEAF) is unknown color: approx Tusk. HEX triplet: E1, EE and AF. RGB value is (225,238,175). Sum of RGB (Red+Green+Blue) = 225+238+175=638 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.27% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 175 (68.75% from 255 or 27.43% from 638); Max value from RGB is 238 - color contains mainly: green. Hex color #E1EEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1EEAF is #1E1150. Grayscale: #E3E3E3. Windows color (decimal): -1970513 or 11529953. OLE color: 11529953.

HSL color Cylindrical-coordinate representation of color #E1EEAF: hue angle of 72.38º degrees, saturation: 0.65, 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 #E1EEAF is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB225238175-
CMYK0.0500.260.07
HSL72.38º64.95%80.98%-
HSV(B)72.38º26.47%93.33%-
XYZ69.3680.2552.39-
YUV226.9398.69126.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.27%
GREEN value IS 238 (93.36% from 255) = 37.30%
BLUE value IS 175 (68.75% from 255) = 27.43%
R=35.27%
G=37.30%
B=27.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2252381750.0500.260.0772.3864.9580.98
HexE1EEAF501A7484151
Octal34135625750327110101121
Binary111000011110111010101111101011010111100100010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EEAF; }

 p { color: rgb(225,238,175); }

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

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

 a { background-color: rgb(225,238,175); }

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

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

 span { border-color: rgb(225,238,175); }

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