#E6A79E

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

Shades of Shilo #E6A79E

Tints of Shilo #E6A79E

Color information

#E6A79E (or 0xE6A79E) is unknown color: approx Shilo. HEX triplet: E6, A7 and 9E. RGB value is (230,167,158). Sum of RGB (Red+Green+Blue) = 230+167+158=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 158 (62.11% from 255 or 28.47% from 555); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A79E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A79E is #195861. Grayscale: #B8B8B8. Windows color (decimal): -1661026 or 10397670. OLE color: 10397670.

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

Color convert

RGB230167158-
CMYK00.270.310.10
HSL7.5º59.02%76.08%-
HSV(B)7.5º31.3%90.2%-
XYZ52.6246.9338.63-
YUV184.81112.87160.23-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.44%
GREEN value IS 167 (65.62% from 255) = 30.09%
BLUE value IS 158 (62.11% from 255) = 28.47%
R=41.44%
G=30.09%
B=28.47%

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
Decimal23016715800.270.310.107.559.0276.08
HexE6A79E01B1FA83b4c
Octal34624723603337121073114
Binary11100110101001111001111001101111111101010001110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A79E; }

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

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

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

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

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

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

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

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