#E6A59D

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

Shades of Shilo #E6A59D

Tints of Shilo #E6A59D

Color information

#E6A59D (or 0xE6A59D) is unknown color: approx Shilo. HEX triplet: E6, A5 and 9D. RGB value is (230,165,157). Sum of RGB (Red+Green+Blue) = 230+165+157=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 165 (64.84% from 255 or 29.89% from 552); Blue value is 157 (61.72% from 255 or 28.44% from 552); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A59D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A59D is #195A62. Grayscale: #B7B7B7. Windows color (decimal): -1661539 or 10331622. OLE color: 10331622.

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

Color convert

RGB230165157-
CMYK00.280.320.10
HSL6.58º59.35%75.88%-
HSV(B)6.58º31.74%90.2%-
XYZ52.1746.1738.06-
YUV183.52113.03161.15-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.67%
GREEN value IS 165 (64.84% from 255) = 29.89%
BLUE value IS 157 (61.72% from 255) = 28.44%
R=41.67%
G=29.89%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016515700.280.320.106.5859.3575.88
HexE6A59D01C20A73b4c
Octal3462452350344012773114
Binary11100110101001011001110101110010000010101111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A59D; }

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

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

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

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

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

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

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

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