#E7B2AA

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

Shades of Shilo #E7B2AA

Tints of Shilo #E7B2AA

Color information

#E7B2AA (or 0xE7B2AA) is unknown color: approx Shilo. HEX triplet: E7, B2 and AA. RGB value is (231,178,170). Sum of RGB (Red+Green+Blue) = 231+178+170=579 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.90% from 579); Green value is 178 (69.92% from 255 or 30.74% from 579); Blue value is 170 (66.80% from 255 or 29.36% from 579); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B2AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7B2AA is #184D55. Grayscale: #C1C1C1. Windows color (decimal): -1592662 or 11186919. OLE color: 11186919.

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

Color convert

RGB231178170-
CMYK00.230.260.09
HSL7.87º55.96%78.63%-
HSV(B)7.87º26.41%90.59%-
XYZ56.1351.7345.06-
YUV192.94115.06155.15-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.90%
GREEN value IS 178 (69.92% from 255) = 30.74%
BLUE value IS 170 (66.80% from 255) = 29.36%
R=39.90%
G=30.74%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117817000.230.260.097.8755.9678.63
HexE7B2AA0171A98384f
Octal34726225202732111070117
Binary11100111101100101010101001011111010100110001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B2AA; }

 p { color: rgb(231,178,170); }

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

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

 a { background-color: rgb(231,178,170); }

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

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

 span { border-color: rgb(231,178,170); }

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