#E6A89B

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

Shades of Shilo #E6A89B

Tints of Shilo #E6A89B

Color information

#E6A89B (or 0xE6A89B) is unknown color: approx Shilo. HEX triplet: E6, A8 and 9B. RGB value is (230,168,155). Sum of RGB (Red+Green+Blue) = 230+168+155=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 168 (66.02% from 255 or 30.38% from 553); Blue value is 155 (60.94% from 255 or 28.03% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A89B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A89B is #195764. Grayscale: #B9B9B9. Windows color (decimal): -1660773 or 10201318. OLE color: 10201318.

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

Color convert

RGB230168155-
CMYK00.270.330.10
HSL10.4º60%75.49%-
HSV(B)10.4º32.61%90.2%-
XYZ52.5547.1937.35-
YUV185.06111.04160.06-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.59%
GREEN value IS 168 (66.02% from 255) = 30.38%
BLUE value IS 155 (60.94% from 255) = 28.03%
R=41.59%
G=30.38%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016815500.270.330.1010.46075.49
HexE6A89B01B21Aa3c4b
Octal34625023303341121274113
Binary111001101010100010011011011011100001101010101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A89B; }

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

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

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

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

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

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

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

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