Shades of Shilo #E6ADA1
Tints of Shilo #E6ADA1
RGB
CMYK
RGB Variations
Color information
#E6ADA1 (or 0xE6ADA1) is known color: Shilo. HEX triplet: E6, AD and A1. RGB value is (230,173,161). Sum of RGB (Red+Green+Blue) = 230+173+161=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 161 (63.28% from 255 or 28.55% from 564); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ADA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6ADA1 is #19525E. Grayscale: #BCBCBC. Windows color (decimal): -1659487 or 10595814. OLE color: 10595814.
HSL color Cylindrical-coordinate representation of color #E6ADA1: hue angle of 10.43º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E6ADA1 is Cyan = 0, Magento = 0.25, Yellow = 0.3 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 173 | 161 | - |
| CMYK | 0 | 0.25 | 0.3 | 0.10 |
| HSL | 10.43º | 0.58% | 0.77% | - |
| HSV(B) | 10.43º | 0.3% | 0.9% | - |
| XYZ | 54.01 | 49.28 | 40.38 | - |
| YUV | 188.68 | 112.38 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 173 | 161 | 0 | 0.25 | 0.3 | 0.10 | 10.43 | 0.58 | 0.77 |
| Hex | E6 | AD | A1 | 0 | 19 | 1E | A | A | 3A | 4D |
| Octal | 346 | 255 | 241 | 0 | 31 | 36 | 12 | 12 | 72 | 115 |
| Binary | 11100110 | 10101101 | 10100001 | 0 | 11001 | 11110 | 1010 | 1010 | 111010 | 1001101 |
Color Harmonies of #E6ADA1
Complementary color
Monochromatic Colors of #E6ADA1
Black with #E6ADA1
Text Example
Text Example
White with #E6ADA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ADA1; }
p { color: rgb(230,173,161); }
H1.HeaderClassName
{
color: #E6ADA1;
}
.AnyTagClassName
{
color: #E6ADA1;
}
</style>
background-color css
<style>
a { background-color: #E6ADA1; }
a { background-color: rgb(230,173,161); }
div.DivClassName
{
background-color: #E6ADA1;
}
.BgClassName
{
background-color: #E6ADA1;
}
</style>
border-color css
<style>
span { border-color: #E6ADA1; }
span { border-color: rgb(230,173,161); }
td.TdClassName
{
border-color: #E6ADA1;
}
.TagClassName
{
border-color: #E6ADA1;
}
</style>