#E1ADA0

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

Shades of Shilo #E1ADA0

Tints of Shilo #E1ADA0

Color information

#E1ADA0 (or 0xE1ADA0) is unknown color: approx Shilo. HEX triplet: E1, AD and A0. RGB value is (225,173,160). Sum of RGB (Red+Green+Blue) = 225+173+160=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 160 (62.89% from 255 or 28.67% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ADA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1ADA0 is #1E525F. Grayscale: #BBBBBB. Windows color (decimal): -1987168 or 10530273. OLE color: 10530273.

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

Color convert

RGB225173160-
CMYK00.230.290.12
HSL12º52%75.49%-
HSV(B)12º28.89%88.24%-
XYZ52.3448.4339.85-
YUV187.07112.73155.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.32%
GREEN value IS 173 (67.97% from 255) = 31.00%
BLUE value IS 160 (62.89% from 255) = 28.67%
R=40.32%
G=31.00%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517316000.230.290.12125275.49
HexE1ADA00171DCc344b
Octal34125524002735141464113
Binary11100001101011011010000001011111101110011001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ADA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ADA0; }

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

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

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

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

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

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

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

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