#E6A5A4

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

Shades of Shilo #E6A5A4

Tints of Shilo #E6A5A4

Color information

#E6A5A4 (or 0xE6A5A4) is unknown color: approx Shilo. HEX triplet: E6, A5 and A4. RGB value is (230,165,164). Sum of RGB (Red+Green+Blue) = 230+165+164=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 165 (64.84% from 255 or 29.52% from 559); Blue value is 164 (64.45% from 255 or 29.34% from 559); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A5A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A5A4 is #195A5B. Grayscale: #B8B8B8. Windows color (decimal): -1661532 or 10790374. OLE color: 10790374.

HSL color Cylindrical-coordinate representation of color #E6A5A4: hue angle of 0.91º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E6A5A4 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.10.

Color convert

RGB230165164-
CMYK00.280.290.10
HSL0.91º56.9%77.25%-
HSV(B)0.91º28.7%90.2%-
XYZ52.7946.4141.3-
YUV184.32116.53160.58-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.14%
GREEN value IS 165 (64.84% from 255) = 29.52%
BLUE value IS 164 (64.45% from 255) = 29.34%
R=41.14%
G=29.52%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016516400.280.290.100.9156.977.25
HexE6A5A401C1DA1394d
Octal3462452440343512171115
Binary11100110101001011010010001110011101101011110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A5A4; }

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

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

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

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

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

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

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

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