#E6ADAA

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

Shades of Shilo #E6ADAA

Tints of Shilo #E6ADAA

Color information

#E6ADAA (or 0xE6ADAA) is unknown color: approx Shilo. HEX triplet: E6, AD and AA. RGB value is (230,173,170). Sum of RGB (Red+Green+Blue) = 230+173+170=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ADAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6ADAA is #195255. Grayscale: #BDBDBD. Windows color (decimal): -1659478 or 11185638. OLE color: 11185638.

HSL color Cylindrical-coordinate representation of color #E6ADAA: hue angle of 3º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6ADAA is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB230173170-
CMYK00.250.260.10
HSL54.55%78.43%-
HSV(B)26.09%90.2%-
XYZ54.8349.6144.72-
YUV189.7116.88156.74-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.14%
GREEN value IS 173 (67.97% from 255) = 30.19%
BLUE value IS 170 (66.80% from 255) = 29.67%
R=40.14%
G=30.19%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017317000.250.260.10354.5578.43
HexE6ADAA0191AA3374e
Octal3462552520313212367116
Binary111001101010110110101010011001110101010111101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ADAA; }

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

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

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

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

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

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

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

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