#E2B7AB

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

Shades of Shilo #E2B7AB

Tints of Shilo #E2B7AB

Color information

#E2B7AB (or 0xE2B7AB) is unknown color: approx Shilo. HEX triplet: E2, B7 and AB. RGB value is (226,183,171). Sum of RGB (Red+Green+Blue) = 226+183+171=580 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.97% from 580); Green value is 183 (71.88% from 255 or 31.55% from 580); Blue value is 171 (67.19% from 255 or 29.48% from 580); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B7AB is #1D4854. Grayscale: #C2C2C2. Windows color (decimal): -1919061 or 11253730. OLE color: 11253730.

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

Color convert

RGB226183171-
CMYK00.190.240.11
HSL13.09º48.67%77.84%-
HSV(B)13.09º24.34%88.63%-
XYZ55.6552.9845.82-
YUV194.49114.75150.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.97%
GREEN value IS 183 (71.88% from 255) = 31.55%
BLUE value IS 171 (67.19% from 255) = 29.48%
R=38.97%
G=31.55%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618317100.190.240.1113.0948.6777.84
HexE2B7AB01318Bd314e
Octal34226725302330131561116
Binary11100010101101111010101101001111000101111011100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B7AB; }

 p { color: rgb(226,183,171); }

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

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

 a { background-color: rgb(226,183,171); }

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

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

 span { border-color: rgb(226,183,171); }

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