#E6B3A4

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

Shades of Shilo #E6B3A4

Tints of Shilo #E6B3A4

Color information

#E6B3A4 (or 0xE6B3A4) is unknown color: approx Shilo. HEX triplet: E6, B3 and A4. RGB value is (230,179,164). Sum of RGB (Red+Green+Blue) = 230+179+164=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 179 (70.31% from 255 or 31.24% from 573); Blue value is 164 (64.45% from 255 or 28.62% from 573); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B3A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B3A4 is #194C5B. Grayscale: #C0C0C0. Windows color (decimal): -1657948 or 10793958. OLE color: 10793958.

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

Color convert

RGB230179164-
CMYK00.220.290.10
HSL13.64º56.9%77.25%-
HSV(B)13.64º28.7%90.2%-
XYZ55.4551.7442.19-
YUV192.54111.9154.72-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.14%
GREEN value IS 179 (70.31% from 255) = 31.24%
BLUE value IS 164 (64.45% from 255) = 28.62%
R=40.14%
G=31.24%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017916400.220.290.1013.6456.977.25
HexE6B3A40161DAe394d
Octal34626324402635121671115
Binary11100110101100111010010001011011101101011101110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B3A4; }

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

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

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

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

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

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

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

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