Shades of Shilo #E6ADA5
Tints of Shilo #E6ADA5
RGB
CMYK
RGB Variations
Color information
#E6ADA5 (or 0xE6ADA5) is known color: Shilo. HEX triplet: E6, AD and A5. RGB value is (230,173,165). Sum of RGB (Red+Green+Blue) = 230+173+165=568 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.49% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 165 (64.84% from 255 or 29.05% from 568); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ADA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6ADA5 is #19525A. Grayscale: #BDBDBD. Windows color (decimal): -1659483 or 10857958. OLE color: 10857958.
HSL color Cylindrical-coordinate representation of color #E6ADA5: hue angle of 7.38º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E6ADA5 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 173 | 165 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.10 |
| HSL | 7.38º | 0.57% | 0.77% | - |
| HSV(B) | 7.38º | 0.28% | 0.9% | - |
| XYZ | 54.37 | 49.43 | 42.27 | - |
| YUV | 189.13 | 114.38 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 173 | 165 | 0 | 0.25 | 0.28 | 0.10 | 7.38 | 0.57 | 0.77 |
| Hex | E6 | AD | A5 | 0 | 19 | 1C | A | 7 | 39 | 4D |
| Octal | 346 | 255 | 245 | 0 | 31 | 34 | 12 | 7 | 71 | 115 |
| Binary | 11100110 | 10101101 | 10100101 | 0 | 11001 | 11100 | 1010 | 111 | 111001 | 1001101 |
Color Harmonies of #E6ADA5
Complementary color
Monochromatic Colors of #E6ADA5
Black with #E6ADA5
Text Example
Text Example
White with #E6ADA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ADA5; }
p { color: rgb(230,173,165); }
H1.HeaderClassName
{
color: #E6ADA5;
}
.AnyTagClassName
{
color: #E6ADA5;
}
</style>
background-color css
<style>
a { background-color: #E6ADA5; }
a { background-color: rgb(230,173,165); }
div.DivClassName
{
background-color: #E6ADA5;
}
.BgClassName
{
background-color: #E6ADA5;
}
</style>
border-color css
<style>
span { border-color: #E6ADA5; }
span { border-color: rgb(230,173,165); }
td.TdClassName
{
border-color: #E6ADA5;
}
.TagClassName
{
border-color: #E6ADA5;
}
</style>