Shades of Shilo #EAB3A9
Tints of Shilo #EAB3A9
RGB
CMYK
RGB Variations
Color information
#EAB3A9 (or 0xEAB3A9) is known color: Shilo. HEX triplet: EA, B3 and A9. RGB value is (234,179,169). Sum of RGB (Red+Green+Blue) = 234+179+169=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 179 (70.31% from 255 or 30.76% from 582); Blue value is 169 (66.41% from 255 or 29.04% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB3A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB3A9 is #154C56. Grayscale: #C2C2C2. Windows color (decimal): -1395799 or 11121642. OLE color: 11121642.
HSL color Cylindrical-coordinate representation of color #EAB3A9: hue angle of 9.23º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAB3A9 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 169 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.08 |
| HSL | 9.23º | 0.61% | 0.79% | - |
| HSV(B) | 9.23º | 0.28% | 0.92% | - |
| XYZ | 57.21 | 52.6 | 44.67 | - |
| YUV | 194.31 | 113.72 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 169 | 0 | 0.24 | 0.28 | 0.08 | 9.23 | 0.61 | 0.79 |
| Hex | EA | B3 | A9 | 0 | 18 | 1C | 8 | 9 | 3D | 4F |
| Octal | 352 | 263 | 251 | 0 | 30 | 34 | 10 | 11 | 75 | 117 |
| Binary | 11101010 | 10110011 | 10101001 | 0 | 11000 | 11100 | 1000 | 1001 | 111101 | 1001111 |
Color Harmonies of #EAB3A9
Complementary color
Monochromatic Colors of #EAB3A9
Black with #EAB3A9
Text Example
Text Example
White with #EAB3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB3A9; }
p { color: rgb(234,179,169); }
H1.HeaderClassName
{
color: #EAB3A9;
}
.AnyTagClassName
{
color: #EAB3A9;
}
</style>
background-color css
<style>
a { background-color: #EAB3A9; }
a { background-color: rgb(234,179,169); }
div.DivClassName
{
background-color: #EAB3A9;
}
.BgClassName
{
background-color: #EAB3A9;
}
</style>
border-color css
<style>
span { border-color: #EAB3A9; }
span { border-color: rgb(234,179,169); }
td.TdClassName
{
border-color: #EAB3A9;
}
.TagClassName
{
border-color: #EAB3A9;
}
</style>