#EAB6A6

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

Shades of Shilo #EAB6A6

Tints of Shilo #EAB6A6

Color information

#EAB6A6 (or 0xEAB6A6) is unknown color: approx Shilo. HEX triplet: EA, B6 and A6. RGB value is (234,182,166). Sum of RGB (Red+Green+Blue) = 234+182+166=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 182 (71.48% from 255 or 31.27% from 582); Blue value is 166 (65.23% from 255 or 28.52% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB6A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB6A6 is #154959. Grayscale: #C3C3C3. Windows color (decimal): -1395034 or 10925802. OLE color: 10925802.

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

Color convert

RGB234182166-
CMYK00.220.290.08
HSL14.12º61.82%78.43%-
HSV(B)14.12º29.06%91.76%-
XYZ57.5453.743.41-
YUV195.72111.23155.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.21%
GREEN value IS 182 (71.48% from 255) = 31.27%
BLUE value IS 166 (65.23% from 255) = 28.52%
R=40.21%
G=31.27%
B=28.52%

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
Decimal23418216600.220.290.0814.1261.8278.43
HexEAB6A60161D8e3e4e
Octal35226624602635101676116
Binary11101010101101101010011001011011101100011101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB6A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB6A6; }

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

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

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

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

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

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

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

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