#e6a39c

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

Shades of Shilo #E6A39C

Tints of Shilo #E6A39C

Color information

#E6A39C (or 0xE6A39C) is unknown color: approx Shilo. HEX triplet: E6, A3 and 9C. RGB value is (230,163,156). Sum of RGB (Red+Green+Blue) = 230+163+156=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 163 (64.06% from 255 or 29.69% from 549); Blue value is 156 (61.33% from 255 or 28.42% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A39C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A39C is #195C63. Grayscale: #B6B6B6. Windows color (decimal): -1662052 or 10265574. OLE color: 10265574.

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

Color convert

RGB230163156-
CMYK00.290.320.10
HSL5.68º59.68%75.69%-
HSV(B)5.68º32.17%90.2%-
XYZ51.7345.4237.49-
YUV182.24113.2162.07-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.89%
GREEN value IS 163 (64.06% from 255) = 29.69%
BLUE value IS 156 (61.33% from 255) = 28.42%
R=41.89%
G=29.69%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016315600.290.320.105.6859.6875.69
HexE6A39C01D20A63c4c
Octal3462432340354012674114
Binary11100110101000111001110001110110000010101101111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6a39c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6a39c; }

 p { color: rgb(230,163,156); }

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

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

 a { background-color: rgb(230,163,156); }

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

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

 span { border-color: rgb(230,163,156); }

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