#E2A79F

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

Shades of Shilo #E2A79F

Tints of Shilo #E2A79F

Color information

#E2A79F (or 0xE2A79F) is unknown color: approx Shilo. HEX triplet: E2, A7 and 9F. RGB value is (226,167,159). Sum of RGB (Red+Green+Blue) = 226+167+159=552 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.94% from 552); Green value is 167 (65.62% from 255 or 30.25% from 552); Blue value is 159 (62.5% from 255 or 28.80% from 552); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A79F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A79F is #1D5860. Grayscale: #B7B7B7. Windows color (decimal): -1923169 or 10463202. OLE color: 10463202.

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

Color convert

RGB226167159-
CMYK00.260.300.11
HSL7.16º53.6%75.49%-
HSV(B)7.16º29.65%88.63%-
XYZ51.4446.3139.03-
YUV183.73114.05158.15-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.94%
GREEN value IS 167 (65.62% from 255) = 30.25%
BLUE value IS 159 (62.5% from 255) = 28.80%
R=40.94%
G=30.25%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22616715900.260.300.117.1653.675.49
HexE2A79F01A1EB7364b
Octal3422472370323613766113
Binary1110001010100111100111110110101111010111111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A79F; }

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

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

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

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

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

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

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

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