#E6A89D

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

Shades of Shilo #E6A89D

Tints of Shilo #E6A89D

Color information

#E6A89D (or 0xE6A89D) is unknown color: approx Shilo. HEX triplet: E6, A8 and 9D. RGB value is (230,168,157). Sum of RGB (Red+Green+Blue) = 230+168+157=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 157 (61.72% from 255 or 28.29% from 555); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A89D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A89D is #195762. Grayscale: #B9B9B9. Windows color (decimal): -1660771 or 10332390. OLE color: 10332390.

HSL color Cylindrical-coordinate representation of color #E6A89D: hue angle of 9.04º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6A89D is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB230168157-
CMYK00.270.320.10
HSL9.04º59.35%75.88%-
HSV(B)9.04º31.74%90.2%-
XYZ52.7247.2638.24-
YUV185.28112.04159.89-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.44%
GREEN value IS 168 (66.02% from 255) = 30.27%
BLUE value IS 157 (61.72% from 255) = 28.29%
R=41.44%
G=30.27%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016815700.270.320.109.0459.3575.88
HexE6A89D01B20A93b4c
Octal34625023503340121173114
Binary111001101010100010011101011011100000101010011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A89D; }

 p { color: rgb(230,168,157); }

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

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

 a { background-color: rgb(230,168,157); }

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

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

 span { border-color: rgb(230,168,157); }

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