#E2A89C

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

Shades of Shilo #E2A89C

Tints of Shilo #E2A89C

Color information

#E2A89C (or 0xE2A89C) is unknown color: approx Shilo. HEX triplet: E2, A8 and 9C. RGB value is (226,168,156). Sum of RGB (Red+Green+Blue) = 226+168+156=550 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.09% from 550); Green value is 168 (66.02% from 255 or 30.55% from 550); Blue value is 156 (61.33% from 255 or 28.36% from 550); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A89C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A89C is #1D5763. Grayscale: #B8B8B8. Windows color (decimal): -1922916 or 10266850. OLE color: 10266850.

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

Color convert

RGB226168156-
CMYK00.260.310.11
HSL10.29º54.69%74.9%-
HSV(B)10.29º30.97%88.63%-
XYZ51.3746.5737.73-
YUV183.97112.22157.98-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.09%
GREEN value IS 168 (66.02% from 255) = 30.55%
BLUE value IS 156 (61.33% from 255) = 28.36%
R=41.09%
G=30.55%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22616815600.260.310.1110.2954.6974.9
HexE2A89C01A1FBa374b
Octal34225023403237131267113
Binary11100010101010001001110001101011111101110101101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A89C; }

 p { color: rgb(226,168,156); }

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

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

 a { background-color: rgb(226,168,156); }

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

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

 span { border-color: rgb(226,168,156); }

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