Shades of Shilo #EBA9A2
Tints of Shilo #EBA9A2
RGB
CMYK
RGB Variations
Color information
#EBA9A2 (or 0xEBA9A2) is known color: Shilo. HEX triplet: EB, A9 and A2. RGB value is (235,169,162). Sum of RGB (Red+Green+Blue) = 235+169+162=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 169 (66.41% from 255 or 29.86% from 566); Blue value is 162 (63.67% from 255 or 28.62% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA9A2 is #14565D. Grayscale: #BCBCBC. Windows color (decimal): -1332830 or 10660331. OLE color: 10660331.
HSL color Cylindrical-coordinate representation of color #EBA9A2: hue angle of 5.75º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBA9A2 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 162 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.08 |
| HSL | 5.75º | 0.65% | 0.78% | - |
| HSV(B) | 5.75º | 0.31% | 0.92% | - |
| XYZ | 54.97 | 48.65 | 40.67 | - |
| YUV | 187.94 | 113.37 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 162 | 0 | 0.28 | 0.31 | 0.08 | 5.75 | 0.65 | 0.78 |
| Hex | EB | A9 | A2 | 0 | 1C | 1F | 8 | 6 | 41 | 4E |
| Octal | 353 | 251 | 242 | 0 | 34 | 37 | 10 | 6 | 101 | 116 |
| Binary | 11101011 | 10101001 | 10100010 | 0 | 11100 | 11111 | 1000 | 110 | 1000001 | 1001110 |
Color Harmonies of #EBA9A2
Complementary color
Monochromatic Colors of #EBA9A2
Black with #EBA9A2
Text Example
Text Example
White with #EBA9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA9A2; }
p { color: rgb(235,169,162); }
H1.HeaderClassName
{
color: #EBA9A2;
}
.AnyTagClassName
{
color: #EBA9A2;
}
</style>
background-color css
<style>
a { background-color: #EBA9A2; }
a { background-color: rgb(235,169,162); }
div.DivClassName
{
background-color: #EBA9A2;
}
.BgClassName
{
background-color: #EBA9A2;
}
</style>
border-color css
<style>
span { border-color: #EBA9A2; }
span { border-color: rgb(235,169,162); }
td.TdClassName
{
border-color: #EBA9A2;
}
.TagClassName
{
border-color: #EBA9A2;
}
</style>