#E7B1A9

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

Shades of Shilo #E7B1A9

Tints of Shilo #E7B1A9

Color information

#E7B1A9 (or 0xE7B1A9) is unknown color: approx Shilo. HEX triplet: E7, B1 and A9. RGB value is (231,177,169). Sum of RGB (Red+Green+Blue) = 231+177+169=577 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.03% from 577); Green value is 177 (69.53% from 255 or 30.68% from 577); Blue value is 169 (66.41% from 255 or 29.29% from 577); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B1A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7B1A9 is #184E56. Grayscale: #C0C0C0. Windows color (decimal): -1592919 or 11121127. OLE color: 11121127.

HSL color Cylindrical-coordinate representation of color #E7B1A9: hue angle of 7.74º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E7B1A9 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB231177169-
CMYK00.230.270.09
HSL7.74º56.36%78.43%-
HSV(B)7.74º26.84%90.59%-
XYZ55.8451.344.49-
YUV192.23114.89155.65-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.03%
GREEN value IS 177 (69.53% from 255) = 30.68%
BLUE value IS 169 (66.41% from 255) = 29.29%
R=40.03%
G=30.68%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117716900.230.270.097.7456.3678.43
HexE7B1A90171B98384e
Octal34726125102733111070116
Binary11100111101100011010100101011111011100110001110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B1A9; }

 p { color: rgb(231,177,169); }

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

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

 a { background-color: rgb(231,177,169); }

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

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

 span { border-color: rgb(231,177,169); }

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