Shades of Shilo #EAB7A6
Tints of Shilo #EAB7A6
RGB
CMYK
RGB Variations
Color information
#EAB7A6 (or 0xEAB7A6) is known color: Shilo. HEX triplet: EA, B7 and A6. RGB value is (234,183,166). Sum of RGB (Red+Green+Blue) = 234+183+166=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 183 (71.88% from 255 or 31.39% from 583); Blue value is 166 (65.23% from 255 or 28.47% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB7A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB7A6 is #154859. Grayscale: #C4C4C4. Windows color (decimal): -1394778 or 10926058. OLE color: 10926058.
HSL color Cylindrical-coordinate representation of color #EAB7A6: hue angle of 15º 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 #EAB7A6 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 183 | 166 | - |
CMYK | 0 | 0.22 | 0.29 | 0.08 |
HSL | 15º | 0.62% | 0.78% | - |
HSV(B) | 15º | 0.29% | 0.92% | - |
XYZ | 57.75 | 54.11 | 43.48 | - |
YUV | 196.31 | 110.9 | 154.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 183 | 166 | 0 | 0.22 | 0.29 | 0.08 | 15 | 0.62 | 0.78 |
Hex | EA | B7 | A6 | 0 | 16 | 1D | 8 | F | 3E | 4E |
Octal | 352 | 267 | 246 | 0 | 26 | 35 | 10 | 17 | 76 | 116 |
Binary | 11101010 | 10110111 | 10100110 | 0 | 10110 | 11101 | 1000 | 1111 | 111110 | 1001110 |
Color Harmonies of #EAB7A6
Complementary color
Monochromatic Colors of #EAB7A6
Black with #EAB7A6
Text Example
Text Example
White with #EAB7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB7A6; }
p { color: rgb(234,183,166); }
H1.HeaderClassName
{
color: #EAB7A6;
}
.AnyTagClassName
{
color: #EAB7A6;
}
</style>
background-color css
<style>
a { background-color: #EAB7A6; }
a { background-color: rgb(234,183,166); }
div.DivClassName
{
background-color: #EAB7A6;
}
.BgClassName
{
background-color: #EAB7A6;
}
</style>
border-color css
<style>
span { border-color: #EAB7A6; }
span { border-color: rgb(234,183,166); }
td.TdClassName
{
border-color: #EAB7A6;
}
.TagClassName
{
border-color: #EAB7A6;
}
</style>