#E1B2A9

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

Shades of Shilo #E1B2A9

Tints of Shilo #E1B2A9

Color information

#E1B2A9 (or 0xE1B2A9) is unknown color: approx Shilo. HEX triplet: E1, B2 and A9. RGB value is (225,178,169). Sum of RGB (Red+Green+Blue) = 225+178+169=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 178 (69.92% from 255 or 31.12% from 572); Blue value is 169 (66.41% from 255 or 29.55% from 572); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B2A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B2A9 is #1E4D56. Grayscale: #BFBFBF. Windows color (decimal): -1985879 or 11121377. OLE color: 11121377.

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

Color convert

RGB225178169-
CMYK00.210.250.12
HSL9.64º48.28%77.25%-
HSV(B)9.64º24.89%88.24%-
XYZ54.1350.7144.47-
YUV191.03115.57152.23-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.34%
GREEN value IS 178 (69.92% from 255) = 31.12%
BLUE value IS 169 (66.41% from 255) = 29.55%
R=39.34%
G=31.12%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517816900.210.250.129.6448.2877.25
HexE1B2A901519Ca304d
Octal34126225102531141260115
Binary11100001101100101010100101010111001110010101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B2A9; }

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

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

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

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

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

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

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

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