#E3B0A4

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

Shades of Shilo #E3B0A4

Tints of Shilo #E3B0A4

Color information

#E3B0A4 (or 0xE3B0A4) is unknown color: approx Shilo. HEX triplet: E3, B0 and A4. RGB value is (227,176,164). Sum of RGB (Red+Green+Blue) = 227+176+164=567 (75% of max value = 765). Red value is 227 (89.06% from 255 or 40.04% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 164 (64.45% from 255 or 28.92% from 567); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B0A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3B0A4 is #1C4F5B. Grayscale: #BDBDBD. Windows color (decimal): -1855324 or 10793187. OLE color: 10793187.

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

Color convert

RGB227176164-
CMYK00.220.280.11
HSL11.43º52.94%76.67%-
HSV(B)11.43º27.75%89.02%-
XYZ53.950.0641.94-
YUV189.88113.4154.48-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.04%
GREEN value IS 176 (69.14% from 255) = 31.04%
BLUE value IS 164 (64.45% from 255) = 28.92%
R=40.04%
G=31.04%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22717616400.220.280.1111.4352.9476.67
HexE3B0A40161CBb354d
Octal34326024402634131365115
Binary11100011101100001010010001011011100101110111101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3B0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3B0A4; }

 p { color: rgb(227,176,164); }

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

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

 a { background-color: rgb(227,176,164); }

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

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

 span { border-color: rgb(227,176,164); }

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