#E0A79F

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

Shades of Shilo #E0A79F

Tints of Shilo #E0A79F

Color information

#E0A79F (or 0xE0A79F) is unknown color: approx Shilo. HEX triplet: E0, A7 and 9F. RGB value is (224,167,159). Sum of RGB (Red+Green+Blue) = 224+167+159=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 167 (65.62% from 255 or 30.36% from 550); Blue value is 159 (62.5% from 255 or 28.91% from 550); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A79F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A79F is #1F5860. Grayscale: #B7B7B7. Windows color (decimal): -2054241 or 10463200. OLE color: 10463200.

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

Color convert

RGB224167159-
CMYK00.250.290.12
HSL7.38º51.18%75.1%-
HSV(B)7.38º29.02%87.84%-
XYZ50.8245.9939-
YUV183.13114.38157.15-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.73%
GREEN value IS 167 (65.62% from 255) = 30.36%
BLUE value IS 159 (62.5% from 255) = 28.91%
R=40.73%
G=30.36%
B=28.91%

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
Decimal22416715900.250.290.127.3851.1875.1
HexE0A79F0191DC7334b
Octal3402472370313514763113
Binary1110000010100111100111110110011110111001111100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A79F; }

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

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

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

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

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

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

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

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