Shades of Shilo #EBB5A5
Tints of Shilo #EBB5A5
RGB
CMYK
RGB Variations
Color information
#EBB5A5 (or 0xEBB5A5) is known color: Shilo. HEX triplet: EB, B5 and A5. RGB value is (235,181,165). Sum of RGB (Red+Green+Blue) = 235+181+165=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 181 (71.09% from 255 or 31.15% from 581); Blue value is 165 (64.84% from 255 or 28.40% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB5A5 is #144A5A. Grayscale: #C3C3C3. Windows color (decimal): -1329755 or 10860011. OLE color: 10860011.
HSL color Cylindrical-coordinate representation of color #EBB5A5: hue angle of 13.71º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBB5A5 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 181 | 165 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.08 |
| HSL | 13.71º | 0.64% | 0.78% | - |
| HSV(B) | 13.71º | 0.3% | 0.92% | - |
| XYZ | 57.58 | 53.43 | 42.88 | - |
| YUV | 195.32 | 110.89 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 181 | 165 | 0 | 0.23 | 0.30 | 0.08 | 13.71 | 0.64 | 0.78 |
| Hex | EB | B5 | A5 | 0 | 17 | 1E | 8 | E | 40 | 4E |
| Octal | 353 | 265 | 245 | 0 | 27 | 36 | 10 | 16 | 100 | 116 |
| Binary | 11101011 | 10110101 | 10100101 | 0 | 10111 | 11110 | 1000 | 1110 | 1000000 | 1001110 |
Color Harmonies of #EBB5A5
Complementary color
Monochromatic Colors of #EBB5A5
Black with #EBB5A5
Text Example
Text Example
White with #EBB5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB5A5; }
p { color: rgb(235,181,165); }
H1.HeaderClassName
{
color: #EBB5A5;
}
.AnyTagClassName
{
color: #EBB5A5;
}
</style>
background-color css
<style>
a { background-color: #EBB5A5; }
a { background-color: rgb(235,181,165); }
div.DivClassName
{
background-color: #EBB5A5;
}
.BgClassName
{
background-color: #EBB5A5;
}
</style>
border-color css
<style>
span { border-color: #EBB5A5; }
span { border-color: rgb(235,181,165); }
td.TdClassName
{
border-color: #EBB5A5;
}
.TagClassName
{
border-color: #EBB5A5;
}
</style>