#E6A59B

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

Shades of Shilo #E6A59B

Tints of Shilo #E6A59B

Color information

#E6A59B (or 0xE6A59B) is unknown color: approx Shilo. HEX triplet: E6, A5 and 9B. RGB value is (230,165,155). Sum of RGB (Red+Green+Blue) = 230+165+155=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 165 (64.84% from 255 or 30% from 550); Blue value is 155 (60.94% from 255 or 28.18% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A59B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A59B is #195A64. Grayscale: #B7B7B7. Windows color (decimal): -1661541 or 10200550. OLE color: 10200550.

HSL color Cylindrical-coordinate representation of color #E6A59B: hue angle of 8º 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 #E6A59B is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB230165155-
CMYK00.280.330.10
HSL60%75.49%-
HSV(B)32.61%90.2%-
XYZ5246.137.17-
YUV183.3112.03161.31-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.82%
GREEN value IS 165 (64.84% from 255) = 30%
BLUE value IS 155 (60.94% from 255) = 28.18%
R=41.82%
G=30%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016515500.280.330.1086075.49
HexE6A59B01C21A83c4b
Octal34624523303441121074113
Binary111001101010010110011011011100100001101010001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A59B; }

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

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

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

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

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

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

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

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