#E0A59D

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

Shades of Shilo #E0A59D

Tints of Shilo #E0A59D

Color information

#E0A59D (or 0xE0A59D) is unknown color: approx Shilo. HEX triplet: E0, A5 and 9D. RGB value is (224,165,157). Sum of RGB (Red+Green+Blue) = 224+165+157=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 165 (64.84% from 255 or 30.22% from 546); Blue value is 157 (61.72% from 255 or 28.75% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A59D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A59D is #1F5A62. Grayscale: #B5B5B5. Windows color (decimal): -2054755 or 10331616. OLE color: 10331616.

HSL color Cylindrical-coordinate representation of color #E0A59D: hue angle of 7.16º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0A59D is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB224165157-
CMYK00.260.300.12
HSL7.16º51.94%74.71%-
HSV(B)7.16º29.91%87.84%-
XYZ50.2845.1937.97-
YUV181.73114.05158.15-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.03%
GREEN value IS 165 (64.84% from 255) = 30.22%
BLUE value IS 157 (61.72% from 255) = 28.75%
R=41.03%
G=30.22%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416515700.260.300.127.1651.9474.71
HexE0A59D01A1EC7344b
Octal3402452350323614764113
Binary1110000010100101100111010110101111011001111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A59D; }

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

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

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

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

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

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

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

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