#E2B6AA

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

Shades of Shilo #E2B6AA

Tints of Shilo #E2B6AA

Color information

#E2B6AA (or 0xE2B6AA) is unknown color: approx Shilo. HEX triplet: E2, B6 and AA. RGB value is (226,182,170). Sum of RGB (Red+Green+Blue) = 226+182+170=578 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.10% from 578); Green value is 182 (71.48% from 255 or 31.49% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B6AA is #1D4955. Grayscale: #C1C1C1. Windows color (decimal): -1919318 or 11187938. OLE color: 11187938.

HSL color Cylindrical-coordinate representation of color #E2B6AA: hue angle of 12.86º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2B6AA is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB226182170-
CMYK00.190.250.11
HSL12.86º49.12%77.65%-
HSV(B)12.86º24.78%88.63%-
XYZ55.3552.5345.25-
YUV193.79114.58150.98-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.10%
GREEN value IS 182 (71.48% from 255) = 31.49%
BLUE value IS 170 (66.80% from 255) = 29.41%
R=39.10%
G=31.49%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618217000.190.250.1112.8649.1277.65
HexE2B6AA01319Bd314e
Octal34226625202331131561116
Binary11100010101101101010101001001111001101111011100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B6AA; }

 p { color: rgb(226,182,170); }

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

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

 a { background-color: rgb(226,182,170); }

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

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

 span { border-color: rgb(226,182,170); }

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