#E0B0A8

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

Shades of Shilo #E0B0A8

Tints of Shilo #E0B0A8

Color information

#E0B0A8 (or 0xE0B0A8) is unknown color: approx Shilo. HEX triplet: E0, B0 and A8. RGB value is (224,176,168). Sum of RGB (Red+Green+Blue) = 224+176+168=568 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.44% from 568); Green value is 176 (69.14% from 255 or 30.99% from 568); Blue value is 168 (66.02% from 255 or 29.58% from 568); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B0A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0B0A8 is #1F4F57. Grayscale: #BDBDBD. Windows color (decimal): -2051928 or 11055328. OLE color: 11055328.

HSL color Cylindrical-coordinate representation of color #E0B0A8: hue angle of 8.57º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E0B0A8 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB224176168-
CMYK00.210.250.12
HSL8.57º47.46%76.86%-
HSV(B)8.57º25%87.84%-
XYZ53.3349.7343.83-
YUV189.44115.9152.65-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.44%
GREEN value IS 176 (69.14% from 255) = 30.99%
BLUE value IS 168 (66.02% from 255) = 29.58%
R=39.44%
G=30.99%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417616800.210.250.128.5747.4676.86
HexE0B0A801519C92f4d
Octal34026025002531141157115
Binary11100000101100001010100001010111001110010011011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B0A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B0A8; }

 p { color: rgb(224,176,168); }

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

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

 a { background-color: rgb(224,176,168); }

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

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

 span { border-color: rgb(224,176,168); }

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