#E1ADAB

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

Shades of Shilo #E1ADAB

Tints of Shilo #E1ADAB

Color information

#E1ADAB (or 0xE1ADAB) is unknown color: approx Shilo. HEX triplet: E1, AD and AB. RGB value is (225,173,171). Sum of RGB (Red+Green+Blue) = 225+173+171=569 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.54% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 171 (67.19% from 255 or 30.05% from 569); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1ADAB is #1E5254. Grayscale: #BCBCBC. Windows color (decimal): -1987157 or 11251169. OLE color: 11251169.

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

Color convert

RGB225173171-
CMYK00.230.240.12
HSL2.22º47.37%77.65%-
HSV(B)2.22º24%88.24%-
XYZ53.3548.8345.14-
YUV188.32118.23154.16-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.54%
GREEN value IS 173 (67.97% from 255) = 30.40%
BLUE value IS 171 (67.19% from 255) = 30.05%
R=39.54%
G=30.40%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517317100.230.240.122.2247.3777.65
HexE1ADAB01718C22f4e
Octal3412552530273014257116
Binary111000011010110110101011010111110001100101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ADAB; }

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

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

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

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

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

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

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

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