#E1ABA9

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

Shades of Shilo #E1ABA9

Tints of Shilo #E1ABA9

Color information

#E1ABA9 (or 0xE1ABA9) is unknown color: approx Shilo. HEX triplet: E1, AB and A9. RGB value is (225,171,169). Sum of RGB (Red+Green+Blue) = 225+171+169=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 169 (66.41% from 255 or 29.91% from 565); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ABA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1ABA9 is #1E5456. Grayscale: #BABABA. Windows color (decimal): -1987671 or 11119585. OLE color: 11119585.

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

Color convert

RGB225171169-
CMYK00.240.250.12
HSL2.14º48.28%77.25%-
HSV(B)2.14º24.89%88.24%-
XYZ52.784844.02-
YUV186.92117.89155.16-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.82%
GREEN value IS 171 (67.19% from 255) = 30.27%
BLUE value IS 169 (66.41% from 255) = 29.91%
R=39.82%
G=30.27%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517116900.240.250.122.1448.2877.25
HexE1ABA901819C2304d
Octal3412532510303114260115
Binary111000011010101110101001011000110011100101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ABA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ABA9; }

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

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

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

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

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

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

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

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