#E1E5AF

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

Shades of Tusk #E1E5AF

Tints of Tusk #E1E5AF

Color information

#E1E5AF (or 0xE1E5AF) is unknown color: approx Tusk. HEX triplet: E1, E5 and AF. RGB value is (225,229,175). Sum of RGB (Red+Green+Blue) = 225+229+175=629 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.77% from 629); Green value is 229 (89.84% from 255 or 36.41% from 629); Blue value is 175 (68.75% from 255 or 27.82% from 629); Max value from RGB is 229 - color contains mainly: green. Hex color #E1E5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E5AF is #1E1A50. Grayscale: #DDDDDD. Windows color (decimal): -1972817 or 11527649. OLE color: 11527649.

HSL color Cylindrical-coordinate representation of color #E1E5AF: hue angle of 64.44º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1E5AF is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB225229175-
CMYK0.0200.240.10
HSL64.44º50.94%79.22%-
HSV(B)64.44º23.58%89.8%-
XYZ66.8175.1451.54-
YUV221.65101.67130.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.77%
GREEN value IS 229 (89.84% from 255) = 36.41%
BLUE value IS 175 (68.75% from 255) = 27.82%
R=35.77%
G=36.41%
B=27.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2252291750.0200.240.1064.4450.9479.22
HexE1E5AF2018A40334f
Octal34134525720301210063117
Binary11100001111001011010111110011000101010000001100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E5AF; }

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

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

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

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

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

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

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

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