#E2A39F

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

Shades of Shilo #E2A39F

Tints of Shilo #E2A39F

Color information

#E2A39F (or 0xE2A39F) is unknown color: approx Shilo. HEX triplet: E2, A3 and 9F. RGB value is (226,163,159). Sum of RGB (Red+Green+Blue) = 226+163+159=548 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.24% from 548); Green value is 163 (64.06% from 255 or 29.74% from 548); Blue value is 159 (62.5% from 255 or 29.01% from 548); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A39F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A39F is #1D5C60. Grayscale: #B5B5B5. Windows color (decimal): -1924193 or 10462178. OLE color: 10462178.

HSL color Cylindrical-coordinate representation of color #E2A39F: hue angle of 3.58º 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 #E2A39F is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB226163159-
CMYK00.280.300.11
HSL3.58º53.6%75.49%-
HSV(B)3.58º29.65%88.63%-
XYZ50.7244.8738.79-
YUV181.38115.37159.83-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.24%
GREEN value IS 163 (64.06% from 255) = 29.74%
BLUE value IS 159 (62.5% from 255) = 29.01%
R=41.24%
G=29.74%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22616315900.280.300.113.5853.675.49
HexE2A39F01C1EB4364b
Octal3422432370343613466113
Binary1110001010100011100111110111001111010111001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A39F; }

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

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

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

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

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

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

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

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