Shades of Shilo #EBB6A8
Tints of Shilo #EBB6A8
RGB
CMYK
RGB Variations
Color information
#EBB6A8 (or 0xEBB6A8) is known color: Shilo. HEX triplet: EB, B6 and A8. RGB value is (235,182,168). Sum of RGB (Red+Green+Blue) = 235+182+168=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 182 (71.48% from 255 or 31.11% from 585); Blue value is 168 (66.02% from 255 or 28.72% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB6A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB6A8 is #144957. Grayscale: #C4C4C4. Windows color (decimal): -1329496 or 11056875. OLE color: 11056875.
HSL color Cylindrical-coordinate representation of color #EBB6A8: hue angle of 12.54º degrees, saturation: 0.63, 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 #EBB6A8 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 182 | 168 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.08 |
| HSL | 12.54º | 0.63% | 0.79% | - |
| HSV(B) | 12.54º | 0.29% | 0.92% | - |
| XYZ | 58.06 | 53.95 | 44.4 | - |
| YUV | 196.25 | 112.06 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 182 | 168 | 0 | 0.23 | 0.29 | 0.08 | 12.54 | 0.63 | 0.79 |
| Hex | EB | B6 | A8 | 0 | 17 | 1D | 8 | D | 3F | 4F |
| Octal | 353 | 266 | 250 | 0 | 27 | 35 | 10 | 15 | 77 | 117 |
| Binary | 11101011 | 10110110 | 10101000 | 0 | 10111 | 11101 | 1000 | 1101 | 111111 | 1001111 |
Color Harmonies of #EBB6A8
Complementary color
Monochromatic Colors of #EBB6A8
Black with #EBB6A8
Text Example
Text Example
White with #EBB6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB6A8; }
p { color: rgb(235,182,168); }
H1.HeaderClassName
{
color: #EBB6A8;
}
.AnyTagClassName
{
color: #EBB6A8;
}
</style>
background-color css
<style>
a { background-color: #EBB6A8; }
a { background-color: rgb(235,182,168); }
div.DivClassName
{
background-color: #EBB6A8;
}
.BgClassName
{
background-color: #EBB6A8;
}
</style>
border-color css
<style>
span { border-color: #EBB6A8; }
span { border-color: rgb(235,182,168); }
td.TdClassName
{
border-color: #EBB6A8;
}
.TagClassName
{
border-color: #EBB6A8;
}
</style>