Shades of Shilo #EBB0A4
Tints of Shilo #EBB0A4
RGB
CMYK
RGB Variations
Color information
#EBB0A4 (or 0xEBB0A4) is known color: Shilo. HEX triplet: EB, B0 and A4. RGB value is (235,176,164). Sum of RGB (Red+Green+Blue) = 235+176+164=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 176 (69.14% from 255 or 30.61% from 575); Blue value is 164 (64.45% from 255 or 28.52% from 575); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB0A4 is #144F5B. Grayscale: #C0C0C0. Windows color (decimal): -1331036 or 10793195. OLE color: 10793195.
HSL color Cylindrical-coordinate representation of color #EBB0A4: hue angle of 10.14º 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 #EBB0A4 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 176 | 164 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.08 |
| HSL | 10.14º | 0.64% | 0.78% | - |
| HSV(B) | 10.14º | 0.3% | 0.92% | - |
| XYZ | 56.49 | 51.39 | 42.06 | - |
| YUV | 192.27 | 112.05 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 176 | 164 | 0 | 0.25 | 0.30 | 0.08 | 10.14 | 0.64 | 0.78 |
| Hex | EB | B0 | A4 | 0 | 19 | 1E | 8 | A | 40 | 4E |
| Octal | 353 | 260 | 244 | 0 | 31 | 36 | 10 | 12 | 100 | 116 |
| Binary | 11101011 | 10110000 | 10100100 | 0 | 11001 | 11110 | 1000 | 1010 | 1000000 | 1001110 |
Color Harmonies of #EBB0A4
Complementary color
Monochromatic Colors of #EBB0A4
Black with #EBB0A4
Text Example
Text Example
White with #EBB0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB0A4; }
p { color: rgb(235,176,164); }
H1.HeaderClassName
{
color: #EBB0A4;
}
.AnyTagClassName
{
color: #EBB0A4;
}
</style>
background-color css
<style>
a { background-color: #EBB0A4; }
a { background-color: rgb(235,176,164); }
div.DivClassName
{
background-color: #EBB0A4;
}
.BgClassName
{
background-color: #EBB0A4;
}
</style>
border-color css
<style>
span { border-color: #EBB0A4; }
span { border-color: rgb(235,176,164); }
td.TdClassName
{
border-color: #EBB0A4;
}
.TagClassName
{
border-color: #EBB0A4;
}
</style>