#E2B19E

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

Shades of Shilo #E2B19E

Tints of Shilo #E2B19E

Color information

#E2B19E (or 0xE2B19E) is unknown color: approx Shilo. HEX triplet: E2, B1 and 9E. RGB value is (226,177,158). Sum of RGB (Red+Green+Blue) = 226+177+158=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 177 (69.53% from 255 or 31.55% from 561); Blue value is 158 (62.11% from 255 or 28.16% from 561); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2B19E is #1D4E61. Grayscale: #BDBDBD. Windows color (decimal): -1920610 or 10400226. OLE color: 10400226.

HSL color Cylindrical-coordinate representation of color #E2B19E: hue angle of 16.76º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2B19E is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB226177158-
CMYK00.220.300.11
HSL16.76º53.97%75.29%-
HSV(B)16.76º30.09%88.63%-
XYZ53.2650.0839.21-
YUV189.48110.23154.04-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.29%
GREEN value IS 177 (69.53% from 255) = 31.55%
BLUE value IS 158 (62.11% from 255) = 28.16%
R=40.29%
G=31.55%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617715800.220.300.1116.7653.9775.29
HexE2B19E0161EB11364b
Octal34226123602636132166113
Binary111000101011000110011110010110111101011100011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B19E; }

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

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

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

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

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

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

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

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