#E0B39F

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

Shades of Shilo #E0B39F

Tints of Shilo #E0B39F

Color information

#E0B39F (or 0xE0B39F) is unknown color: approx Shilo. HEX triplet: E0, B3 and 9F. RGB value is (224,179,159). Sum of RGB (Red+Green+Blue) = 224+179+159=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 179 (70.31% from 255 or 31.85% from 562); Blue value is 159 (62.5% from 255 or 28.29% from 562); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B39F is #1F4C60. Grayscale: #BEBEBE. Windows color (decimal): -2051169 or 10466272. OLE color: 10466272.

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

Color convert

RGB224179159-
CMYK00.200.290.12
HSL18.46º51.18%75.1%-
HSV(B)18.46º29.02%87.84%-
XYZ53.1250.5939.77-
YUV190.18110.41152.13-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.86%
GREEN value IS 179 (70.31% from 255) = 31.85%
BLUE value IS 159 (62.5% from 255) = 28.29%
R=39.86%
G=31.85%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417915900.200.290.1218.4651.1875.1
HexE0B39F0141DC12334b
Octal34026323702435142263113
Binary111000001011001110011111010100111011100100101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B39F; }

 p { color: rgb(224,179,159); }

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

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

 a { background-color: rgb(224,179,159); }

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

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

 span { border-color: rgb(224,179,159); }

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