#E5B4A2

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

Shades of Shilo #E5B4A2

Tints of Shilo #E5B4A2

Color information

#E5B4A2 (or 0xE5B4A2) is unknown color: approx Shilo. HEX triplet: E5, B4 and A2. RGB value is (229,180,162). Sum of RGB (Red+Green+Blue) = 229+180+162=571 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.11% from 571); Green value is 180 (70.70% from 255 or 31.52% from 571); Blue value is 162 (63.67% from 255 or 28.37% from 571); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B4A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5B4A2 is #1A4B5D. Grayscale: #C0C0C0. Windows color (decimal): -1723230 or 10663141. OLE color: 10663141.

HSL color Cylindrical-coordinate representation of color #E5B4A2: hue angle of 16.12º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5B4A2 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.10.

Color convert

RGB229180162-
CMYK00.210.290.10
HSL16.12º56.3%76.67%-
HSV(B)16.12º29.26%89.8%-
XYZ55.1651.9141.29-
YUV192.6110.73153.96-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.11%
GREEN value IS 180 (70.70% from 255) = 31.52%
BLUE value IS 162 (63.67% from 255) = 28.37%
R=40.11%
G=31.52%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918016200.210.290.1016.1256.376.67
HexE5B4A20151DA10384d
Octal34526424202535122070115
Binary111001011011010010100010010101111011010100001110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B4A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B4A2; }

 p { color: rgb(229,180,162); }

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

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

 a { background-color: rgb(229,180,162); }

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

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

 span { border-color: rgb(229,180,162); }

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