#E8ADAA

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

Shades of Shilo #E8ADAA

Tints of Shilo #E8ADAA

Color information

#E8ADAA (or 0xE8ADAA) is unknown color: approx Shilo. HEX triplet: E8, AD and AA. RGB value is (232,173,170). Sum of RGB (Red+Green+Blue) = 232+173+170=575 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.35% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 232 - color contains mainly: red. Hex color #E8ADAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8ADAA is #175255. Grayscale: #BEBEBE. Windows color (decimal): -1528406 or 11185640. OLE color: 11185640.

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

Color convert

RGB232173170-
CMYK00.250.270.09
HSL2.9º57.41%78.82%-
HSV(B)2.9º26.72%90.98%-
XYZ55.4849.9544.75-
YUV190.3116.55157.74-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.35%
GREEN value IS 173 (67.97% from 255) = 30.09%
BLUE value IS 170 (66.80% from 255) = 29.57%
R=40.35%
G=30.09%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217317000.250.270.092.957.4178.82
HexE8ADAA0191B93394f
Octal3502552520313311371117
Binary111010001010110110101010011001110111001111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8ADAA; }

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

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

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

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

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

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

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

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