#E7AEA1

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

Shades of Shilo #E7AEA1

Tints of Shilo #E7AEA1

Color information

#E7AEA1 (or 0xE7AEA1) is unknown color: approx Shilo. HEX triplet: E7, AE and A1. RGB value is (231,174,161). Sum of RGB (Red+Green+Blue) = 231+174+161=566 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.81% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 161 (63.28% from 255 or 28.45% from 566); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AEA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AEA1 is #18515E. Grayscale: #BDBDBD. Windows color (decimal): -1593695 or 10596071. OLE color: 10596071.

HSL color Cylindrical-coordinate representation of color #E7AEA1: hue angle of 11.14º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E7AEA1 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB231174161-
CMYK00.250.300.09
HSL11.14º59.32%76.86%-
HSV(B)11.14º30.3%90.59%-
XYZ54.5249.8340.46-
YUV189.56111.88157.56-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.81%
GREEN value IS 174 (68.36% from 255) = 30.74%
BLUE value IS 161 (63.28% from 255) = 28.45%
R=40.81%
G=30.74%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117416100.250.300.0911.1459.3276.86
HexE7AEA10191E9b3b4d
Octal34725624103136111373115
Binary11100111101011101010000101100111110100110111110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AEA1; }

 p { color: rgb(231,174,161); }

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

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

 a { background-color: rgb(231,174,161); }

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

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

 span { border-color: rgb(231,174,161); }

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