#E0B4A5

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

Shades of Shilo #E0B4A5

Tints of Shilo #E0B4A5

Color information

#E0B4A5 (or 0xE0B4A5) is unknown color: approx Shilo. HEX triplet: E0, B4 and A5. RGB value is (224,180,165). Sum of RGB (Red+Green+Blue) = 224+180+165=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 180 (70.70% from 255 or 31.63% from 569); Blue value is 165 (64.84% from 255 or 29.00% from 569); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B4A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B4A5 is #1F4B5A. Grayscale: #BFBFBF. Windows color (decimal): -2050907 or 10859744. OLE color: 10859744.

HSL color Cylindrical-coordinate representation of color #E0B4A5: hue angle of 15.25º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0B4A5 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB224180165-
CMYK00.200.260.12
HSL15.25º48.76%76.27%-
HSV(B)15.25º26.34%87.84%-
XYZ53.8551.2142.64-
YUV191.45113.08151.22-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.37%
GREEN value IS 180 (70.70% from 255) = 31.63%
BLUE value IS 165 (64.84% from 255) = 29.00%
R=39.37%
G=31.63%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418016500.200.260.1215.2548.7676.27
HexE0B4A50141ACf314c
Octal34026424502432141761114
Binary11100000101101001010010101010011010110011111100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B4A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B4A5; }

 p { color: rgb(224,180,165); }

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

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

 a { background-color: rgb(224,180,165); }

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

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

 span { border-color: rgb(224,180,165); }

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