Shades of Shilo #EAB8A8
Tints of Shilo #EAB8A8
RGB
CMYK
RGB Variations
Color information
#EAB8A8 (or 0xEAB8A8) is known color: Shilo. HEX triplet: EA, B8 and A8. RGB value is (234,184,168). Sum of RGB (Red+Green+Blue) = 234+184+168=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 184 (72.27% from 255 or 31.40% from 586); Blue value is 168 (66.02% from 255 or 28.67% from 586); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB8A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB8A8 is #154757. Grayscale: #C5C5C5. Windows color (decimal): -1394520 or 11057386. OLE color: 11057386.
HSL color Cylindrical-coordinate representation of color #EAB8A8: hue angle of 14.55º 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 #EAB8A8 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 184 | 168 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.08 |
| HSL | 14.55º | 0.61% | 0.79% | - |
| HSV(B) | 14.55º | 0.28% | 0.92% | - |
| XYZ | 58.14 | 54.6 | 44.52 | - |
| YUV | 197.13 | 111.57 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 168 | 0 | 0.21 | 0.28 | 0.08 | 14.55 | 0.61 | 0.79 |
| Hex | EA | B8 | A8 | 0 | 15 | 1C | 8 | F | 3D | 4F |
| Octal | 352 | 270 | 250 | 0 | 25 | 34 | 10 | 17 | 75 | 117 |
| Binary | 11101010 | 10111000 | 10101000 | 0 | 10101 | 11100 | 1000 | 1111 | 111101 | 1001111 |
Color Harmonies of #EAB8A8
Complementary color
Monochromatic Colors of #EAB8A8
Black with #EAB8A8
Text Example
Text Example
White with #EAB8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB8A8; }
p { color: rgb(234,184,168); }
H1.HeaderClassName
{
color: #EAB8A8;
}
.AnyTagClassName
{
color: #EAB8A8;
}
</style>
background-color css
<style>
a { background-color: #EAB8A8; }
a { background-color: rgb(234,184,168); }
div.DivClassName
{
background-color: #EAB8A8;
}
.BgClassName
{
background-color: #EAB8A8;
}
</style>
border-color css
<style>
span { border-color: #EAB8A8; }
span { border-color: rgb(234,184,168); }
td.TdClassName
{
border-color: #EAB8A8;
}
.TagClassName
{
border-color: #EAB8A8;
}
</style>