#E7A29D

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

Shades of Shilo #E7A29D

Tints of Shilo #E7A29D

Color information

#E7A29D (or 0xE7A29D) is unknown color: approx Shilo. HEX triplet: E7, A2 and 9D. RGB value is (231,162,157). Sum of RGB (Red+Green+Blue) = 231+162+157=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 162 (63.67% from 255 or 29.45% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A29D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A29D is #185D62. Grayscale: #B6B6B6. Windows color (decimal): -1596771 or 10330855. OLE color: 10330855.

HSL color Cylindrical-coordinate representation of color #E7A29D: hue angle of 4.05º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E7A29D is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB231162157-
CMYK00.300.320.09
HSL4.05º60.66%76.08%-
HSV(B)4.05º32.03%90.59%-
XYZ51.9645.2637.9-
YUV182.06113.86162.91-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42%
GREEN value IS 162 (63.67% from 255) = 29.45%
BLUE value IS 157 (61.72% from 255) = 28.55%
R=42%
G=29.45%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116215700.300.320.094.0560.6676.08
HexE7A29D01E20943d4c
Octal3472422350364011475114
Binary11100111101000101001110101111010000010011001111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A29D; }

 p { color: rgb(231,162,157); }

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

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

 a { background-color: rgb(231,162,157); }

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

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

 span { border-color: rgb(231,162,157); }

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