#E5A99B

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

Shades of Shilo #E5A99B

Tints of Shilo #E5A99B

Color information

#E5A99B (or 0xE5A99B) is unknown color: approx Shilo. HEX triplet: E5, A9 and 9B. RGB value is (229,169,155). Sum of RGB (Red+Green+Blue) = 229+169+155=553 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.41% from 553); Green value is 169 (66.41% from 255 or 30.56% from 553); Blue value is 155 (60.94% from 255 or 28.03% from 553); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A99B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A99B is #1A5664. Grayscale: #B9B9B9. Windows color (decimal): -1726053 or 10201573. OLE color: 10201573.

HSL color Cylindrical-coordinate representation of color #E5A99B: hue angle of 11.35º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E5A99B is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB229169155-
CMYK00.260.320.10
HSL11.35º58.73%75.29%-
HSV(B)11.35º32.31%89.8%-
XYZ52.4247.437.4-
YUV185.34110.88159.14-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.41%
GREEN value IS 169 (66.41% from 255) = 30.56%
BLUE value IS 155 (60.94% from 255) = 28.03%
R=41.41%
G=30.56%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916915500.260.320.1011.3558.7375.29
HexE5A99B01A20Ab3b4b
Octal34525123303240121373113
Binary111001011010100110011011011010100000101010111110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A99B; }

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

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

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

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

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

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

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

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