Shades of Shilo #E6ADAA
Tints of Shilo #E6ADAA
RGB
CMYK
RGB Variations
Color information
#E6ADAA (or 0xE6ADAA) is known color: Shilo. HEX triplet: E6, AD and AA. RGB value is (230,173,170). Sum of RGB (Red+Green+Blue) = 230+173+170=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ADAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6ADAA is #195255. Grayscale: #BDBDBD. Windows color (decimal): -1659478 or 11185638. OLE color: 11185638.
HSL color Cylindrical-coordinate representation of color #E6ADAA: hue angle of 3º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6ADAA is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 173 | 170 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.10 |
| HSL | 3º | 0.55% | 0.78% | - |
| HSV(B) | 3º | 0.26% | 0.9% | - |
| XYZ | 54.83 | 49.61 | 44.72 | - |
| YUV | 189.7 | 116.88 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 173 | 170 | 0 | 0.25 | 0.26 | 0.10 | 3 | 0.55 | 0.78 |
| Hex | E6 | AD | AA | 0 | 19 | 1A | A | 3 | 37 | 4E |
| Octal | 346 | 255 | 252 | 0 | 31 | 32 | 12 | 3 | 67 | 116 |
| Binary | 11100110 | 10101101 | 10101010 | 0 | 11001 | 11010 | 1010 | 11 | 110111 | 1001110 |
Color Harmonies of #E6ADAA
Complementary color
Monochromatic Colors of #E6ADAA
Black with #E6ADAA
Text Example
Text Example
White with #E6ADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ADAA; }
p { color: rgb(230,173,170); }
H1.HeaderClassName
{
color: #E6ADAA;
}
.AnyTagClassName
{
color: #E6ADAA;
}
</style>
background-color css
<style>
a { background-color: #E6ADAA; }
a { background-color: rgb(230,173,170); }
div.DivClassName
{
background-color: #E6ADAA;
}
.BgClassName
{
background-color: #E6ADAA;
}
</style>
border-color css
<style>
span { border-color: #E6ADAA; }
span { border-color: rgb(230,173,170); }
td.TdClassName
{
border-color: #E6ADAA;
}
.TagClassName
{
border-color: #E6ADAA;
}
</style>