#EAB7A6

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

Shades of Shilo #EAB7A6

Tints of Shilo #EAB7A6

Color information

#EAB7A6 (or 0xEAB7A6) is unknown color: approx Shilo. HEX triplet: EA, B7 and A6. RGB value is (234,183,166). Sum of RGB (Red+Green+Blue) = 234+183+166=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 183 (71.88% from 255 or 31.39% from 583); Blue value is 166 (65.23% from 255 or 28.47% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB7A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB7A6 is #154859. Grayscale: #C4C4C4. Windows color (decimal): -1394778 or 10926058. OLE color: 10926058.

HSL color Cylindrical-coordinate representation of color #EAB7A6: hue angle of 15º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAB7A6 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB234183166-
CMYK00.220.290.08
HSL15º61.82%78.43%-
HSV(B)15º29.06%91.76%-
XYZ57.7554.1143.48-
YUV196.31110.9154.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.14%
GREEN value IS 183 (71.88% from 255) = 31.39%
BLUE value IS 166 (65.23% from 255) = 28.47%
R=40.14%
G=31.39%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418316600.220.290.081561.8278.43
HexEAB7A60161D8f3e4e
Octal35226724602635101776116
Binary11101010101101111010011001011011101100011111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB7A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB7A6; }

 p { color: rgb(234,183,166); }

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

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

 a { background-color: rgb(234,183,166); }

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

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

 span { border-color: rgb(234,183,166); }

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