Shades of Shilo #EAB0A6
Tints of Shilo #EAB0A6
RGB
CMYK
RGB Variations
Color information
#EAB0A6 (or 0xEAB0A6) is known color: Shilo. HEX triplet: EA, B0 and A6. RGB value is (234,176,166). Sum of RGB (Red+Green+Blue) = 234+176+166=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 176 (69.14% from 255 or 30.56% from 576); Blue value is 166 (65.23% from 255 or 28.82% from 576); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB0A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB0A6 is #154F59. Grayscale: #C0C0C0. Windows color (decimal): -1396570 or 10924266. OLE color: 10924266.
HSL color Cylindrical-coordinate representation of color #EAB0A6: hue angle of 8.82º 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 #EAB0A6 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 176 | 166 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.08 |
| HSL | 8.82º | 0.62% | 0.78% | - |
| HSV(B) | 8.82º | 0.29% | 0.92% | - |
| XYZ | 56.34 | 51.3 | 43.01 | - |
| YUV | 192.2 | 113.22 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 176 | 166 | 0 | 0.25 | 0.29 | 0.08 | 8.82 | 0.62 | 0.78 |
| Hex | EA | B0 | A6 | 0 | 19 | 1D | 8 | 9 | 3E | 4E |
| Octal | 352 | 260 | 246 | 0 | 31 | 35 | 10 | 11 | 76 | 116 |
| Binary | 11101010 | 10110000 | 10100110 | 0 | 11001 | 11101 | 1000 | 1001 | 111110 | 1001110 |
Color Harmonies of #EAB0A6
Complementary color
Monochromatic Colors of #EAB0A6
Black with #EAB0A6
Text Example
Text Example
White with #EAB0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB0A6; }
p { color: rgb(234,176,166); }
H1.HeaderClassName
{
color: #EAB0A6;
}
.AnyTagClassName
{
color: #EAB0A6;
}
</style>
background-color css
<style>
a { background-color: #EAB0A6; }
a { background-color: rgb(234,176,166); }
div.DivClassName
{
background-color: #EAB0A6;
}
.BgClassName
{
background-color: #EAB0A6;
}
</style>
border-color css
<style>
span { border-color: #EAB0A6; }
span { border-color: rgb(234,176,166); }
td.TdClassName
{
border-color: #EAB0A6;
}
.TagClassName
{
border-color: #EAB0A6;
}
</style>