#E2B0AA

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

Shades of Shilo #E2B0AA

Tints of Shilo #E2B0AA

Color information

#E2B0AA (or 0xE2B0AA) is unknown color: approx Shilo. HEX triplet: E2, B0 and AA. RGB value is (226,176,170). Sum of RGB (Red+Green+Blue) = 226+176+170=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 176 (69.14% from 255 or 30.77% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2B0AA is #1D4F55. Grayscale: #BEBEBE. Windows color (decimal): -1920854 or 11186402. OLE color: 11186402.

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

Color convert

RGB226176170-
CMYK00.220.250.11
HSL6.43º49.12%77.65%-
HSV(B)6.43º24.78%88.63%-
XYZ54.1550.1244.85-
YUV190.27116.56153.49-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.51%
GREEN value IS 176 (69.14% from 255) = 30.77%
BLUE value IS 170 (66.80% from 255) = 29.72%
R=39.51%
G=30.77%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617617000.220.250.116.4349.1277.65
HexE2B0AA01619B6314e
Octal3422602520263113661116
Binary1110001010110000101010100101101100110111101100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B0AA; }

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

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

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

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

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

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

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

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