Shades of Shilo #E3B1A4
Tints of Shilo #E3B1A4
RGB
CMYK
RGB Variations
Color information
#E3B1A4 (or 0xE3B1A4) is known color: Shilo. HEX triplet: E3, B1 and A4. RGB value is (227,177,164). Sum of RGB (Red+Green+Blue) = 227+177+164=568 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.96% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 164 (64.45% from 255 or 28.87% from 568); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B1A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3B1A4 is #1C4E5B. Grayscale: #BEBEBE. Windows color (decimal): -1855068 or 10793443. OLE color: 10793443.
HSL color Cylindrical-coordinate representation of color #E3B1A4: hue angle of 12.38º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E3B1A4 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 177 | 164 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.11 |
| HSL | 12.38º | 0.53% | 0.77% | - |
| HSV(B) | 12.38º | 0.28% | 0.89% | - |
| XYZ | 54.1 | 50.46 | 42.01 | - |
| YUV | 190.47 | 113.07 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 177 | 164 | 0 | 0.22 | 0.28 | 0.11 | 12.38 | 0.53 | 0.77 |
| Hex | E3 | B1 | A4 | 0 | 16 | 1C | B | C | 35 | 4D |
| Octal | 343 | 261 | 244 | 0 | 26 | 34 | 13 | 14 | 65 | 115 |
| Binary | 11100011 | 10110001 | 10100100 | 0 | 10110 | 11100 | 1011 | 1100 | 110101 | 1001101 |
Color Harmonies of #E3B1A4
Complementary color
Monochromatic Colors of #E3B1A4
Black with #E3B1A4
Text Example
Text Example
White with #E3B1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B1A4; }
p { color: rgb(227,177,164); }
H1.HeaderClassName
{
color: #E3B1A4;
}
.AnyTagClassName
{
color: #E3B1A4;
}
</style>
background-color css
<style>
a { background-color: #E3B1A4; }
a { background-color: rgb(227,177,164); }
div.DivClassName
{
background-color: #E3B1A4;
}
.BgClassName
{
background-color: #E3B1A4;
}
</style>
border-color css
<style>
span { border-color: #E3B1A4; }
span { border-color: rgb(227,177,164); }
td.TdClassName
{
border-color: #E3B1A4;
}
.TagClassName
{
border-color: #E3B1A4;
}
</style>