Shades of Shilo #E0AC9B
Tints of Shilo #E0AC9B
RGB
CMYK
RGB Variations
Color information
#E0AC9B (or 0xE0AC9B) is known color: Shilo. HEX triplet: E0, AC and 9B. RGB value is (224,172,155). Sum of RGB (Red+Green+Blue) = 224+172+155=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 155 (60.94% from 255 or 28.13% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AC9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AC9B is #1F5364. Grayscale: #B9B9B9. Windows color (decimal): -2052965 or 10202336. OLE color: 10202336.
HSL color Cylindrical-coordinate representation of color #E0AC9B: hue angle of 14.78º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0AC9B is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 172 | 155 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.12 |
| HSL | 14.78º | 0.53% | 0.74% | - |
| HSV(B) | 14.78º | 0.31% | 0.88% | - |
| XYZ | 51.41 | 47.72 | 37.51 | - |
| YUV | 185.61 | 110.73 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 172 | 155 | 0 | 0.23 | 0.31 | 0.12 | 14.78 | 0.53 | 0.74 |
| Hex | E0 | AC | 9B | 0 | 17 | 1F | C | F | 35 | 4A |
| Octal | 340 | 254 | 233 | 0 | 27 | 37 | 14 | 17 | 65 | 112 |
| Binary | 11100000 | 10101100 | 10011011 | 0 | 10111 | 11111 | 1100 | 1111 | 110101 | 1001010 |
Color Harmonies of #E0AC9B
Complementary color
Monochromatic Colors of #E0AC9B
Black with #E0AC9B
Text Example
Text Example
White with #E0AC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AC9B; }
p { color: rgb(224,172,155); }
H1.HeaderClassName
{
color: #E0AC9B;
}
.AnyTagClassName
{
color: #E0AC9B;
}
</style>
background-color css
<style>
a { background-color: #E0AC9B; }
a { background-color: rgb(224,172,155); }
div.DivClassName
{
background-color: #E0AC9B;
}
.BgClassName
{
background-color: #E0AC9B;
}
</style>
border-color css
<style>
span { border-color: #E0AC9B; }
span { border-color: rgb(224,172,155); }
td.TdClassName
{
border-color: #E0AC9B;
}
.TagClassName
{
border-color: #E0AC9B;
}
</style>