#E2B9AA

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

Shades of Shilo #E2B9AA

Tints of Shilo #E2B9AA

Color information

#E2B9AA (or 0xE2B9AA) is unknown color: approx Shilo. HEX triplet: E2, B9 and AA. RGB value is (226,185,170). Sum of RGB (Red+Green+Blue) = 226+185+170=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 185 (72.66% from 255 or 31.84% from 581); Blue value is 170 (66.80% from 255 or 29.26% from 581); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B9AA is #1D4655. Grayscale: #C3C3C3. Windows color (decimal): -1918550 or 11188706. OLE color: 11188706.

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

Color convert

RGB226185170-
CMYK00.180.250.11
HSL16.07º49.12%77.65%-
HSV(B)16.07º24.78%88.63%-
XYZ55.9753.7745.46-
YUV195.55113.58149.72-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.90%
GREEN value IS 185 (72.66% from 255) = 31.84%
BLUE value IS 170 (66.80% from 255) = 29.26%
R=38.90%
G=31.84%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618517000.180.250.1116.0749.1277.65
HexE2B9AA01219B10314e
Octal34227125202231132061116
Binary111000101011100110101010010010110011011100001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B9AA; }

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

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

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

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

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

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

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

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