#E1A99B

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

Shades of Shilo #E1A99B

Tints of Shilo #E1A99B

Color information

#E1A99B (or 0xE1A99B) is unknown color: approx Shilo. HEX triplet: E1, A9 and 9B. RGB value is (225,169,155). Sum of RGB (Red+Green+Blue) = 225+169+155=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 169 (66.41% from 255 or 30.78% from 549); Blue value is 155 (60.94% from 255 or 28.23% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A99B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A99B is #1E5664. Grayscale: #B8B8B8. Windows color (decimal): -1988197 or 10201569. OLE color: 10201569.

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

Color convert

RGB225169155-
CMYK00.250.310.12
HSL12º53.85%74.51%-
HSV(B)12º31.11%88.24%-
XYZ51.1646.7537.34-
YUV184.15111.55157.14-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.98%
GREEN value IS 169 (66.41% from 255) = 30.78%
BLUE value IS 155 (60.94% from 255) = 28.23%
R=40.98%
G=30.78%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516915500.250.310.121253.8574.51
HexE1A99B0191FCc364b
Octal34125123303137141466113
Binary11100001101010011001101101100111111110011001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A99B; }

 p { color: rgb(225,169,155); }

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

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

 a { background-color: rgb(225,169,155); }

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

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

 span { border-color: rgb(225,169,155); }

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