Shades of Shilo #EBA49C
Tints of Shilo #EBA49C
RGB
CMYK
RGB Variations
Color information
#EBA49C (or 0xEBA49C) is known color: Shilo. HEX triplet: EB, A4 and 9C. RGB value is (235,164,156). Sum of RGB (Red+Green+Blue) = 235+164+156=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 164 (64.45% from 255 or 29.55% from 555); Blue value is 156 (61.33% from 255 or 28.11% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA49C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA49C is #145B63. Grayscale: #B8B8B8. Windows color (decimal): -1334116 or 10265835. OLE color: 10265835.
HSL color Cylindrical-coordinate representation of color #EBA49C: hue angle of 6.08º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBA49C is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 156 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.08 |
| HSL | 6.08º | 0.66% | 0.77% | - |
| HSV(B) | 6.08º | 0.34% | 0.92% | - |
| XYZ | 53.54 | 46.61 | 37.63 | - |
| YUV | 184.32 | 112.02 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 156 | 0 | 0.30 | 0.34 | 0.08 | 6.08 | 0.66 | 0.77 |
| Hex | EB | A4 | 9C | 0 | 1E | 22 | 8 | 6 | 42 | 4D |
| Octal | 353 | 244 | 234 | 0 | 36 | 42 | 10 | 6 | 102 | 115 |
| Binary | 11101011 | 10100100 | 10011100 | 0 | 11110 | 100010 | 1000 | 110 | 1000010 | 1001101 |
Color Harmonies of #EBA49C
Complementary color
Monochromatic Colors of #EBA49C
Black with #EBA49C
Text Example
Text Example
White with #EBA49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA49C; }
p { color: rgb(235,164,156); }
H1.HeaderClassName
{
color: #EBA49C;
}
.AnyTagClassName
{
color: #EBA49C;
}
</style>
background-color css
<style>
a { background-color: #EBA49C; }
a { background-color: rgb(235,164,156); }
div.DivClassName
{
background-color: #EBA49C;
}
.BgClassName
{
background-color: #EBA49C;
}
</style>
border-color css
<style>
span { border-color: #EBA49C; }
span { border-color: rgb(235,164,156); }
td.TdClassName
{
border-color: #EBA49C;
}
.TagClassName
{
border-color: #EBA49C;
}
</style>