Shades of Shilo #E6ADAB
Tints of Shilo #E6ADAB
RGB
CMYK
RGB Variations
Color information
#E6ADAB (or 0xE6ADAB) is known color: Shilo. HEX triplet: E6, AD and AB. RGB value is (230,173,171). Sum of RGB (Red+Green+Blue) = 230+173+171=574 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40.07% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ADAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6ADAB is #195254. Grayscale: #BDBDBD. Windows color (decimal): -1659477 or 11251174. OLE color: 11251174.
HSL color Cylindrical-coordinate representation of color #E6ADAB: hue angle of 2.03º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6ADAB is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 173 | 171 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.10 |
| HSL | 2.03º | 0.54% | 0.79% | - |
| HSV(B) | 2.03º | 0.26% | 0.9% | - |
| XYZ | 54.93 | 49.65 | 45.22 | - |
| YUV | 189.82 | 117.38 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 173 | 171 | 0 | 0.25 | 0.26 | 0.10 | 2.03 | 0.54 | 0.79 |
| Hex | E6 | AD | AB | 0 | 19 | 1A | A | 2 | 36 | 4F |
| Octal | 346 | 255 | 253 | 0 | 31 | 32 | 12 | 2 | 66 | 117 |
| Binary | 11100110 | 10101101 | 10101011 | 0 | 11001 | 11010 | 1010 | 10 | 110110 | 1001111 |
Color Harmonies of #E6ADAB
Complementary color
Monochromatic Colors of #E6ADAB
Black with #E6ADAB
Text Example
Text Example
White with #E6ADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ADAB; }
p { color: rgb(230,173,171); }
H1.HeaderClassName
{
color: #E6ADAB;
}
.AnyTagClassName
{
color: #E6ADAB;
}
</style>
background-color css
<style>
a { background-color: #E6ADAB; }
a { background-color: rgb(230,173,171); }
div.DivClassName
{
background-color: #E6ADAB;
}
.BgClassName
{
background-color: #E6ADAB;
}
</style>
border-color css
<style>
span { border-color: #E6ADAB; }
span { border-color: rgb(230,173,171); }
td.TdClassName
{
border-color: #E6ADAB;
}
.TagClassName
{
border-color: #E6ADAB;
}
</style>