#E1AB9A

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

Shades of Shilo #E1AB9A

Tints of Shilo #E1AB9A

Color information

#E1AB9A (or 0xE1AB9A) is unknown color: approx Shilo. HEX triplet: E1, AB and 9A. RGB value is (225,171,154). Sum of RGB (Red+Green+Blue) = 225+171+154=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 154 (60.55% from 255 or 28% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AB9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AB9A is #1E5465. Grayscale: #B9B9B9. Windows color (decimal): -1987686 or 10136545. OLE color: 10136545.

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

Color convert

RGB225171154-
CMYK00.240.320.12
HSL14.37º54.2%74.31%-
HSV(B)14.37º31.56%88.24%-
XYZ51.4547.4737.02-
YUV185.21110.39156.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.91%
GREEN value IS 171 (67.19% from 255) = 31.09%
BLUE value IS 154 (60.55% from 255) = 28%
R=40.91%
G=31.09%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517115400.240.320.1214.3754.274.31
HexE1AB9A01820Ce364a
Octal34125323203040141666112
Binary111000011010101110011010011000100000110011101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AB9A; }

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

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

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

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

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

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

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

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