#E0A79E

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

Shades of Shilo #E0A79E

Tints of Shilo #E0A79E

Color information

#E0A79E (or 0xE0A79E) is unknown color: approx Shilo. HEX triplet: E0, A7 and 9E. RGB value is (224,167,158). Sum of RGB (Red+Green+Blue) = 224+167+158=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 158 (62.11% from 255 or 28.78% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A79E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A79E is #1F5861. Grayscale: #B7B7B7. Windows color (decimal): -2054242 or 10397664. OLE color: 10397664.

HSL color Cylindrical-coordinate representation of color #E0A79E: hue angle of 8.18º degrees, saturation: 0.52, 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 #E0A79E is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB224167158-
CMYK00.250.290.12
HSL8.18º51.56%74.9%-
HSV(B)8.18º29.46%87.84%-
XYZ50.7345.9538.54-
YUV183.02113.88157.23-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.80%
GREEN value IS 167 (65.62% from 255) = 30.42%
BLUE value IS 158 (62.11% from 255) = 28.78%
R=40.80%
G=30.42%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416715800.250.290.128.1851.5674.9
HexE0A79E0191DC8344b
Octal34024723603135141064113
Binary11100000101001111001111001100111101110010001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A79E; }

 p { color: rgb(224,167,158); }

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

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

 a { background-color: rgb(224,167,158); }

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

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

 span { border-color: rgb(224,167,158); }

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