#E7A69B

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

Shades of Shilo #E7A69B

Tints of Shilo #E7A69B

Color information

#E7A69B (or 0xE7A69B) is unknown color: approx Shilo. HEX triplet: E7, A6 and 9B. RGB value is (231,166,155). Sum of RGB (Red+Green+Blue) = 231+166+155=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 166 (65.23% from 255 or 30.07% from 552); Blue value is 155 (60.94% from 255 or 28.08% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A69B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A69B is #185964. Grayscale: #B8B8B8. Windows color (decimal): -1595749 or 10200807. OLE color: 10200807.

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

Color convert

RGB231166155-
CMYK00.280.330.09
HSL8.68º61.29%75.69%-
HSV(B)8.68º32.9%90.59%-
XYZ52.5146.6337.24-
YUV184.18111.53161.39-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.85%
GREEN value IS 166 (65.23% from 255) = 30.07%
BLUE value IS 155 (60.94% from 255) = 28.08%
R=41.85%
G=30.07%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116615500.280.330.098.6861.2975.69
HexE7A69B01C21993d4c
Octal34724623303441111175114
Binary111001111010011010011011011100100001100110011111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A69B; }

 p { color: rgb(231,166,155); }

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

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

 a { background-color: rgb(231,166,155); }

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

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

 span { border-color: rgb(231,166,155); }

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