#E9B1A5

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

Shades of Shilo #E9B1A5

Tints of Shilo #E9B1A5

Color information

#E9B1A5 (or 0xE9B1A5) is unknown color: approx Shilo. HEX triplet: E9, B1 and A5. RGB value is (233,177,165). Sum of RGB (Red+Green+Blue) = 233+177+165=575 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.52% from 575); Green value is 177 (69.53% from 255 or 30.78% from 575); Blue value is 165 (64.84% from 255 or 28.70% from 575); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B1A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9B1A5 is #164E5A. Grayscale: #C0C0C0. Windows color (decimal): -1461851 or 10858985. OLE color: 10858985.

HSL color Cylindrical-coordinate representation of color #E9B1A5: hue angle of 10.59º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E9B1A5 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB233177165-
CMYK00.240.290.09
HSL10.59º60.71%78.04%-
HSV(B)10.59º29.18%91.37%-
XYZ56.1251.4842.58-
YUV192.38112.55156.98-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.52%
GREEN value IS 177 (69.53% from 255) = 30.78%
BLUE value IS 165 (64.84% from 255) = 28.70%
R=40.52%
G=30.78%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317716500.240.290.0910.5960.7178.04
HexE9B1A50181D9b3d4e
Octal35126124503035111375116
Binary11101001101100011010010101100011101100110111111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B1A5; }

 p { color: rgb(233,177,165); }

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

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

 a { background-color: rgb(233,177,165); }

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

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

 span { border-color: rgb(233,177,165); }

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