Shades of Shilo #EAB4A7
Tints of Shilo #EAB4A7
RGB
CMYK
RGB Variations
Color information
#EAB4A7 (or 0xEAB4A7) is known color: Shilo. HEX triplet: EA, B4 and A7. RGB value is (234,180,167). Sum of RGB (Red+Green+Blue) = 234+180+167=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 180 (70.70% from 255 or 30.98% from 581); Blue value is 167 (65.62% from 255 or 28.74% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB4A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB4A7 is #154B58. Grayscale: #C2C2C2. Windows color (decimal): -1395545 or 10990826. OLE color: 10990826.
HSL color Cylindrical-coordinate representation of color #EAB4A7: hue angle of 11.64º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAB4A7 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 180 | 167 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.08 |
| HSL | 11.64º | 0.61% | 0.79% | - |
| HSV(B) | 11.64º | 0.29% | 0.92% | - |
| XYZ | 57.23 | 52.92 | 43.76 | - |
| YUV | 194.66 | 112.39 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 180 | 167 | 0 | 0.23 | 0.29 | 0.08 | 11.64 | 0.61 | 0.79 |
| Hex | EA | B4 | A7 | 0 | 17 | 1D | 8 | C | 3D | 4F |
| Octal | 352 | 264 | 247 | 0 | 27 | 35 | 10 | 14 | 75 | 117 |
| Binary | 11101010 | 10110100 | 10100111 | 0 | 10111 | 11101 | 1000 | 1100 | 111101 | 1001111 |
Color Harmonies of #EAB4A7
Complementary color
Monochromatic Colors of #EAB4A7
Black with #EAB4A7
Text Example
Text Example
White with #EAB4A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB4A7; }
p { color: rgb(234,180,167); }
H1.HeaderClassName
{
color: #EAB4A7;
}
.AnyTagClassName
{
color: #EAB4A7;
}
</style>
background-color css
<style>
a { background-color: #EAB4A7; }
a { background-color: rgb(234,180,167); }
div.DivClassName
{
background-color: #EAB4A7;
}
.BgClassName
{
background-color: #EAB4A7;
}
</style>
border-color css
<style>
span { border-color: #EAB4A7; }
span { border-color: rgb(234,180,167); }
td.TdClassName
{
border-color: #EAB4A7;
}
.TagClassName
{
border-color: #EAB4A7;
}
</style>