#E1ACA6

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

Shades of Shilo #E1ACA6

Tints of Shilo #E1ACA6

Color information

#E1ACA6 (or 0xE1ACA6) is unknown color: approx Shilo. HEX triplet: E1, AC and A6. RGB value is (225,172,166). Sum of RGB (Red+Green+Blue) = 225+172+166=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 166 (65.23% from 255 or 29.48% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ACA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1ACA6 is #1E5359. Grayscale: #BBBBBB. Windows color (decimal): -1987418 or 10923233. OLE color: 10923233.

HSL color Cylindrical-coordinate representation of color #E1ACA6: hue angle of 6.1º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E1ACA6 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB225172166-
CMYK00.240.260.12
HSL6.1º49.58%76.67%-
HSV(B)6.1º26.22%88.24%-
XYZ52.6948.2742.62-
YUV187.16116.06154.99-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.96%
GREEN value IS 172 (67.58% from 255) = 30.55%
BLUE value IS 166 (65.23% from 255) = 29.48%
R=39.96%
G=30.55%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517216600.240.260.126.149.5876.67
HexE1ACA60181AC6324d
Octal3412542460303214662115
Binary1110000110101100101001100110001101011001101100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ACA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ACA6; }

 p { color: rgb(225,172,166); }

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

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

 a { background-color: rgb(225,172,166); }

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

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

 span { border-color: rgb(225,172,166); }

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