#E7ADA0

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

Shades of Shilo #E7ADA0

Tints of Shilo #E7ADA0

Color information

#E7ADA0 (or 0xE7ADA0) is unknown color: approx Shilo. HEX triplet: E7, AD and A0. RGB value is (231,173,160). Sum of RGB (Red+Green+Blue) = 231+173+160=564 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.96% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 160 (62.89% from 255 or 28.37% from 564); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ADA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7ADA0 is #18525F. Grayscale: #BCBCBC. Windows color (decimal): -1593952 or 10530279. OLE color: 10530279.

HSL color Cylindrical-coordinate representation of color #E7ADA0: hue angle of 10.99º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E7ADA0 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB231173160-
CMYK00.250.310.09
HSL10.99º59.66%76.67%-
HSV(B)10.99º30.74%90.59%-
XYZ54.2449.4139.94-
YUV188.86111.72158.06-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.96%
GREEN value IS 173 (67.97% from 255) = 30.67%
BLUE value IS 160 (62.89% from 255) = 28.37%
R=40.96%
G=30.67%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117316000.250.310.0910.9959.6676.67
HexE7ADA00191F9b3c4d
Octal34725524003137111374115
Binary11100111101011011010000001100111111100110111111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ADA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ADA0; }

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

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

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

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

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

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

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

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