#E1ADA1

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

Shades of Shilo #E1ADA1

Tints of Shilo #E1ADA1

Color information

#E1ADA1 (or 0xE1ADA1) is unknown color: approx Shilo. HEX triplet: E1, AD and A1. RGB value is (225,173,161). Sum of RGB (Red+Green+Blue) = 225+173+161=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 161 (63.28% from 255 or 28.80% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ADA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1ADA1 is #1E525E. Grayscale: #BBBBBB. Windows color (decimal): -1987167 or 10595809. OLE color: 10595809.

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

Color convert

RGB225173161-
CMYK00.230.280.12
HSL11.25º51.61%75.69%-
HSV(B)11.25º28.44%88.24%-
XYZ52.4348.4740.31-
YUV187.18113.23154.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.25%
GREEN value IS 173 (67.97% from 255) = 30.95%
BLUE value IS 161 (63.28% from 255) = 28.80%
R=40.25%
G=30.95%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517316100.230.280.1211.2551.6175.69
HexE1ADA10171CCb344c
Octal34125524102734141364114
Binary11100001101011011010000101011111100110010111101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ADA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ADA1; }

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

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

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

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

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

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

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

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