#E6A6A4

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

Shades of Shilo #E6A6A4

Tints of Shilo #E6A6A4

Color information

#E6A6A4 (or 0xE6A6A4) is unknown color: approx Shilo. HEX triplet: E6, A6 and A4. RGB value is (230,166,164). Sum of RGB (Red+Green+Blue) = 230+166+164=560 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.07% from 560); Green value is 166 (65.23% from 255 or 29.64% from 560); Blue value is 164 (64.45% from 255 or 29.29% from 560); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A6A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A6A4 is #19595B. Grayscale: #B8B8B8. Windows color (decimal): -1661276 or 10790630. OLE color: 10790630.

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

Color convert

RGB230166164-
CMYK00.280.290.10
HSL1.82º56.9%77.25%-
HSV(B)1.82º28.7%90.2%-
XYZ52.9746.7841.36-
YUV184.91116.2160.16-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.07%
GREEN value IS 166 (65.23% from 255) = 29.64%
BLUE value IS 164 (64.45% from 255) = 29.29%
R=41.07%
G=29.64%
B=29.29%

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
Decimal23016616400.280.290.101.8256.977.25
HexE6A6A401C1DA2394d
Octal3462462440343512271115
Binary111001101010011010100100011100111011010101110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A6A4; }

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

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

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

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

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

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

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

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