#E1AEA3

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

Shades of Shilo #E1AEA3

Tints of Shilo #E1AEA3

Color information

#E1AEA3 (or 0xE1AEA3) is unknown color: approx Shilo. HEX triplet: E1, AE and A3. RGB value is (225,174,163). Sum of RGB (Red+Green+Blue) = 225+174+163=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 163 (64.06% from 255 or 29.00% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AEA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AEA3 is #1E515C. Grayscale: #BCBCBC. Windows color (decimal): -1986909 or 10727137. OLE color: 10727137.

HSL color Cylindrical-coordinate representation of color #E1AEA3: hue angle of 10.65º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E1AEA3 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB225174163-
CMYK00.230.280.12
HSL10.65º50.82%76.08%-
HSV(B)10.65º27.56%88.24%-
XYZ52.848.9241.31-
YUV187.99113.9154.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.04%
GREEN value IS 174 (68.36% from 255) = 30.96%
BLUE value IS 163 (64.06% from 255) = 29.00%
R=40.04%
G=30.96%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517416300.230.280.1210.6550.8276.08
HexE1AEA30171CCb334c
Octal34125624302734141363114
Binary11100001101011101010001101011111100110010111100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AEA3; }

 p { color: rgb(225,174,163); }

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

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

 a { background-color: rgb(225,174,163); }

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

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

 span { border-color: rgb(225,174,163); }

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