Shades of Shilo #EBA39D
Tints of Shilo #EBA39D
RGB
CMYK
RGB Variations
Color information
#EBA39D (or 0xEBA39D) is known color: Shilo. HEX triplet: EB, A3 and 9D. RGB value is (235,163,157). Sum of RGB (Red+Green+Blue) = 235+163+157=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 163 (64.06% from 255 or 29.37% from 555); Blue value is 157 (61.72% from 255 or 28.29% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA39D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA39D is #145C62. Grayscale: #B7B7B7. Windows color (decimal): -1334371 or 10331115. OLE color: 10331115.
HSL color Cylindrical-coordinate representation of color #EBA39D: hue angle of 4.62º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBA39D is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 163 | 157 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.08 |
| HSL | 4.62º | 0.66% | 0.77% | - |
| HSV(B) | 4.62º | 0.33% | 0.92% | - |
| XYZ | 53.44 | 46.29 | 38.02 | - |
| YUV | 183.84 | 112.85 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 163 | 157 | 0 | 0.31 | 0.33 | 0.08 | 4.62 | 0.66 | 0.77 |
| Hex | EB | A3 | 9D | 0 | 1F | 21 | 8 | 5 | 42 | 4D |
| Octal | 353 | 243 | 235 | 0 | 37 | 41 | 10 | 5 | 102 | 115 |
| Binary | 11101011 | 10100011 | 10011101 | 0 | 11111 | 100001 | 1000 | 101 | 1000010 | 1001101 |
Color Harmonies of #EBA39D
Complementary color
Monochromatic Colors of #EBA39D
Black with #EBA39D
Text Example
Text Example
White with #EBA39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA39D; }
p { color: rgb(235,163,157); }
H1.HeaderClassName
{
color: #EBA39D;
}
.AnyTagClassName
{
color: #EBA39D;
}
</style>
background-color css
<style>
a { background-color: #EBA39D; }
a { background-color: rgb(235,163,157); }
div.DivClassName
{
background-color: #EBA39D;
}
.BgClassName
{
background-color: #EBA39D;
}
</style>
border-color css
<style>
span { border-color: #EBA39D; }
span { border-color: rgb(235,163,157); }
td.TdClassName
{
border-color: #EBA39D;
}
.TagClassName
{
border-color: #EBA39D;
}
</style>