#E7ADAA

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

Shades of Shilo #E7ADAA

Tints of Shilo #E7ADAA

Color information

#E7ADAA (or 0xE7ADAA) is unknown color: approx Shilo. HEX triplet: E7, AD and AA. RGB value is (231,173,170). Sum of RGB (Red+Green+Blue) = 231+173+170=574 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.24% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ADAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7ADAA is #185255. Grayscale: #BEBEBE. Windows color (decimal): -1593942 or 11185639. OLE color: 11185639.

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

Color convert

RGB231173170-
CMYK00.250.260.09
HSL2.95º55.96%78.63%-
HSV(B)2.95º26.41%90.59%-
XYZ55.1549.7844.73-
YUV190116.72157.24-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.24%
GREEN value IS 173 (67.97% from 255) = 30.14%
BLUE value IS 170 (66.80% from 255) = 29.62%
R=40.24%
G=30.14%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117317000.250.260.092.9555.9678.63
HexE7ADAA0191A93384f
Octal3472552520313211370117
Binary111001111010110110101010011001110101001111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ADAA; }

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

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

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

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

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

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

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

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