#E1AE9F

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

Shades of Shilo #E1AE9F

Tints of Shilo #E1AE9F

Color information

#E1AE9F (or 0xE1AE9F) is unknown color: approx Shilo. HEX triplet: E1, AE and 9F. RGB value is (225,174,159). Sum of RGB (Red+Green+Blue) = 225+174+159=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 159 (62.5% from 255 or 28.49% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AE9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AE9F is #1E5160. Grayscale: #BBBBBB. Windows color (decimal): -1986913 or 10464993. OLE color: 10464993.

HSL color Cylindrical-coordinate representation of color #E1AE9F: hue angle of 13.64º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E1AE9F is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB225174159-
CMYK00.230.290.12
HSL13.64º52.38%75.29%-
HSV(B)13.64º29.33%88.24%-
XYZ52.4548.7839.45-
YUV187.54111.9154.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.32%
GREEN value IS 174 (68.36% from 255) = 31.18%
BLUE value IS 159 (62.5% from 255) = 28.49%
R=40.32%
G=31.18%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517415900.230.290.1213.6452.3875.29
HexE1AE9F0171DCe344b
Octal34125623702735141664113
Binary11100001101011101001111101011111101110011101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AE9F; }

 p { color: rgb(225,174,159); }

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

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

 a { background-color: rgb(225,174,159); }

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

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

 span { border-color: rgb(225,174,159); }

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