#E2B1A1

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

Shades of Shilo #E2B1A1

Tints of Shilo #E2B1A1

Color information

#E2B1A1 (or 0xE2B1A1) is unknown color: approx Shilo. HEX triplet: E2, B1 and A1. RGB value is (226,177,161). Sum of RGB (Red+Green+Blue) = 226+177+161=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 177 (69.53% from 255 or 31.38% from 564); Blue value is 161 (63.28% from 255 or 28.55% from 564); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B1A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2B1A1 is #1D4E5E. Grayscale: #BDBDBD. Windows color (decimal): -1920607 or 10596834. OLE color: 10596834.

HSL color Cylindrical-coordinate representation of color #E2B1A1: hue angle of 14.77º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E2B1A1 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB226177161-
CMYK00.220.290.11
HSL14.77º52.85%75.88%-
HSV(B)14.77º28.76%88.63%-
XYZ53.5250.1940.58-
YUV189.83111.73153.8-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.07%
GREEN value IS 177 (69.53% from 255) = 31.38%
BLUE value IS 161 (63.28% from 255) = 28.55%
R=40.07%
G=31.38%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617716100.220.290.1114.7752.8575.88
HexE2B1A10161DBf354c
Octal34226124102635131765114
Binary11100010101100011010000101011011101101111111101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B1A1; }

 p { color: rgb(226,177,161); }

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

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

 a { background-color: rgb(226,177,161); }

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

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

 span { border-color: rgb(226,177,161); }

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