Shades of Shilo #E5AD9D
Tints of Shilo #E5AD9D
RGB
CMYK
RGB Variations
Color information
#E5AD9D (or 0xE5AD9D) is known color: Shilo. HEX triplet: E5, AD and 9D. RGB value is (229,173,157). Sum of RGB (Red+Green+Blue) = 229+173+157=559 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.97% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 157 (61.72% from 255 or 28.09% from 559); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AD9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AD9D is #1A5262. Grayscale: #BCBCBC. Windows color (decimal): -1725027 or 10333669. OLE color: 10333669.
HSL color Cylindrical-coordinate representation of color #E5AD9D: hue angle of 13.33º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E5AD9D is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 173 | 157 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.10 |
| HSL | 13.33º | 0.58% | 0.76% | - |
| HSV(B) | 13.33º | 0.31% | 0.9% | - |
| XYZ | 53.34 | 48.98 | 38.54 | - |
| YUV | 187.92 | 110.55 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 157 | 0 | 0.24 | 0.31 | 0.10 | 13.33 | 0.58 | 0.76 |
| Hex | E5 | AD | 9D | 0 | 18 | 1F | A | D | 3A | 4C |
| Octal | 345 | 255 | 235 | 0 | 30 | 37 | 12 | 15 | 72 | 114 |
| Binary | 11100101 | 10101101 | 10011101 | 0 | 11000 | 11111 | 1010 | 1101 | 111010 | 1001100 |
Color Harmonies of #E5AD9D
Complementary color
Monochromatic Colors of #E5AD9D
Black with #E5AD9D
Text Example
Text Example
White with #E5AD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AD9D; }
p { color: rgb(229,173,157); }
H1.HeaderClassName
{
color: #E5AD9D;
}
.AnyTagClassName
{
color: #E5AD9D;
}
</style>
background-color css
<style>
a { background-color: #E5AD9D; }
a { background-color: rgb(229,173,157); }
div.DivClassName
{
background-color: #E5AD9D;
}
.BgClassName
{
background-color: #E5AD9D;
}
</style>
border-color css
<style>
span { border-color: #E5AD9D; }
span { border-color: rgb(229,173,157); }
td.TdClassName
{
border-color: #E5AD9D;
}
.TagClassName
{
border-color: #E5AD9D;
}
</style>