#E6A29F

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

Shades of Shilo #E6A29F

Tints of Shilo #E6A29F

Color information

#E6A29F (or 0xE6A29F) is unknown color: approx Shilo. HEX triplet: E6, A2 and 9F. RGB value is (230,162,159). Sum of RGB (Red+Green+Blue) = 230+162+159=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 162 (63.67% from 255 or 29.40% from 551); Blue value is 159 (62.5% from 255 or 28.86% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A29F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A29F is #195D60. Grayscale: #B6B6B6. Windows color (decimal): -1662305 or 10461926. OLE color: 10461926.

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

Color convert

RGB230162159-
CMYK00.300.310.10
HSL2.54º58.68%76.27%-
HSV(B)2.54º30.87%90.2%-
XYZ51.8145.1738.79-
YUV181.99115.03162.24-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.74%
GREEN value IS 162 (63.67% from 255) = 29.40%
BLUE value IS 159 (62.5% from 255) = 28.86%
R=41.74%
G=29.40%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016215900.300.310.102.5458.6876.27
HexE6A29F01E1FA33b4c
Octal3462422370363712373114
Binary111001101010001010011111011110111111010111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A29F; }

 p { color: rgb(230,162,159); }

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

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

 a { background-color: rgb(230,162,159); }

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

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

 span { border-color: rgb(230,162,159); }

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