#EAB1A6

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

Shades of Shilo #EAB1A6

Tints of Shilo #EAB1A6

Color information

#EAB1A6 (or 0xEAB1A6) is unknown color: approx Shilo. HEX triplet: EA, B1 and A6. RGB value is (234,177,166). Sum of RGB (Red+Green+Blue) = 234+177+166=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 177 (69.53% from 255 or 30.68% from 577); Blue value is 166 (65.23% from 255 or 28.77% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB1A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB1A6 is #154E59. Grayscale: #C0C0C0. Windows color (decimal): -1396314 or 10924522. OLE color: 10924522.

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

Color convert

RGB234177166-
CMYK00.240.290.08
HSL9.71º61.82%78.43%-
HSV(B)9.71º29.06%91.76%-
XYZ56.5451.6943.07-
YUV192.79112.88157.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.55%
GREEN value IS 177 (69.53% from 255) = 30.68%
BLUE value IS 166 (65.23% from 255) = 28.77%
R=40.55%
G=30.68%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417716600.240.290.089.7161.8278.43
HexEAB1A60181D8a3e4e
Octal35226124603035101276116
Binary11101010101100011010011001100011101100010101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB1A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB1A6; }

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

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

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

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

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

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

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

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