#E1ABA5

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

Shades of Shilo #E1ABA5

Tints of Shilo #E1ABA5

Color information

#E1ABA5 (or 0xE1ABA5) is unknown color: approx Shilo. HEX triplet: E1, AB and A5. RGB value is (225,171,165). Sum of RGB (Red+Green+Blue) = 225+171+165=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 165 (64.84% from 255 or 29.41% from 561); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ABA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1ABA5 is #1E545A. Grayscale: #BABABA. Windows color (decimal): -1987675 or 10857441. OLE color: 10857441.

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

Color convert

RGB225171165-
CMYK00.240.270.12
HSL50%76.47%-
HSV(B)26.67%88.24%-
XYZ52.4147.8542.07-
YUV186.46115.89155.49-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.11%
GREEN value IS 171 (67.19% from 255) = 30.48%
BLUE value IS 165 (64.84% from 255) = 29.41%
R=40.11%
G=30.48%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517116500.240.270.1265076.47
HexE1ABA50181BC6324c
Octal3412532450303314662114
Binary1110000110101011101001010110001101111001101100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ABA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ABA5; }

 p { color: rgb(225,171,165); }

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

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

 a { background-color: rgb(225,171,165); }

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

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

 span { border-color: rgb(225,171,165); }

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