#E5BAAA

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

Shades of Shilo #E5BAAA

Tints of Shilo #E5BAAA

Color information

#E5BAAA (or 0xE5BAAA) is unknown color: approx Shilo. HEX triplet: E5, BA and AA. RGB value is (229,186,170). Sum of RGB (Red+Green+Blue) = 229+186+170=585 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.15% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BAAA is #1A4555. Grayscale: #C5C5C5. Windows color (decimal): -1721686 or 11188965. OLE color: 11188965.

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

Color convert

RGB229186170-
CMYK00.190.260.10
HSL16.27º53.15%78.24%-
HSV(B)16.27º25.76%89.8%-
XYZ57.1354.6845.57-
YUV197.03112.75150.8-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.15%
GREEN value IS 186 (73.05% from 255) = 31.79%
BLUE value IS 170 (66.80% from 255) = 29.06%
R=39.15%
G=31.79%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918617000.190.260.1016.2753.1578.24
HexE5BAAA0131AA10354e
Octal34527225202332122065116
Binary111001011011101010101010010011110101010100001101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BAAA; }

 p { color: rgb(229,186,170); }

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

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

 a { background-color: rgb(229,186,170); }

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

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

 span { border-color: rgb(229,186,170); }

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