Shades of Shilo #EBB3A4
Tints of Shilo #EBB3A4
RGB
CMYK
RGB Variations
Color information
#EBB3A4 (or 0xEBB3A4) is known color: Shilo. HEX triplet: EB, B3 and A4. RGB value is (235,179,164). Sum of RGB (Red+Green+Blue) = 235+179+164=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 179 (70.31% from 255 or 30.97% from 578); Blue value is 164 (64.45% from 255 or 28.37% from 578); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB3A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB3A4 is #144C5B. Grayscale: #C2C2C2. Windows color (decimal): -1330268 or 10793963. OLE color: 10793963.
HSL color Cylindrical-coordinate representation of color #EBB3A4: hue angle of 12.68º 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 #EBB3A4 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 179 | 164 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.08 |
| HSL | 12.68º | 0.64% | 0.78% | - |
| HSV(B) | 12.68º | 0.3% | 0.92% | - |
| XYZ | 57.08 | 52.58 | 42.26 | - |
| YUV | 194.03 | 111.05 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 179 | 164 | 0 | 0.24 | 0.30 | 0.08 | 12.68 | 0.64 | 0.78 |
| Hex | EB | B3 | A4 | 0 | 18 | 1E | 8 | D | 40 | 4E |
| Octal | 353 | 263 | 244 | 0 | 30 | 36 | 10 | 15 | 100 | 116 |
| Binary | 11101011 | 10110011 | 10100100 | 0 | 11000 | 11110 | 1000 | 1101 | 1000000 | 1001110 |
Color Harmonies of #EBB3A4
Complementary color
Monochromatic Colors of #EBB3A4
Black with #EBB3A4
Text Example
Text Example
White with #EBB3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB3A4; }
p { color: rgb(235,179,164); }
H1.HeaderClassName
{
color: #EBB3A4;
}
.AnyTagClassName
{
color: #EBB3A4;
}
</style>
background-color css
<style>
a { background-color: #EBB3A4; }
a { background-color: rgb(235,179,164); }
div.DivClassName
{
background-color: #EBB3A4;
}
.BgClassName
{
background-color: #EBB3A4;
}
</style>
border-color css
<style>
span { border-color: #EBB3A4; }
span { border-color: rgb(235,179,164); }
td.TdClassName
{
border-color: #EBB3A4;
}
.TagClassName
{
border-color: #EBB3A4;
}
</style>