#E6A99E

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

Shades of Shilo #E6A99E

Tints of Shilo #E6A99E

Color information

#E6A99E (or 0xE6A99E) is unknown color: approx Shilo. HEX triplet: E6, A9 and 9E. RGB value is (230,169,158). Sum of RGB (Red+Green+Blue) = 230+169+158=557 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.29% from 557); Green value is 169 (66.41% from 255 or 30.34% from 557); Blue value is 158 (62.11% from 255 or 28.37% from 557); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A99E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A99E is #195661. Grayscale: #BABABA. Windows color (decimal): -1660514 or 10398182. OLE color: 10398182.

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

Color convert

RGB230169158-
CMYK00.270.310.10
HSL9.17º59.02%76.08%-
HSV(B)9.17º31.3%90.2%-
XYZ52.9947.6738.76-
YUV185.98112.21159.39-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.29%
GREEN value IS 169 (66.41% from 255) = 30.34%
BLUE value IS 158 (62.11% from 255) = 28.37%
R=41.29%
G=30.34%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016915800.270.310.109.1759.0276.08
HexE6A99E01B1FA93b4c
Octal34625123603337121173114
Binary11100110101010011001111001101111111101010011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A99E; }

 p { color: rgb(230,169,158); }

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

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

 a { background-color: rgb(230,169,158); }

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

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

 span { border-color: rgb(230,169,158); }

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