Shades of Shilo #E6ADA4
Tints of Shilo #E6ADA4
RGB
CMYK
RGB Variations
Color information
#E6ADA4 (or 0xE6ADA4) is known color: Shilo. HEX triplet: E6, AD and A4. RGB value is (230,173,164). Sum of RGB (Red+Green+Blue) = 230+173+164=567 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.56% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 164 (64.45% from 255 or 28.92% from 567); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ADA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6ADA4 is #19525B. Grayscale: #BDBDBD. Windows color (decimal): -1659484 or 10792422. OLE color: 10792422.
HSL color Cylindrical-coordinate representation of color #E6ADA4: hue angle of 8.18º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E6ADA4 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 173 | 164 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.10 |
| HSL | 8.18º | 0.57% | 0.77% | - |
| HSV(B) | 8.18º | 0.29% | 0.9% | - |
| XYZ | 54.28 | 49.39 | 41.79 | - |
| YUV | 189.02 | 113.88 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 173 | 164 | 0 | 0.25 | 0.29 | 0.10 | 8.18 | 0.57 | 0.77 |
| Hex | E6 | AD | A4 | 0 | 19 | 1D | A | 8 | 39 | 4D |
| Octal | 346 | 255 | 244 | 0 | 31 | 35 | 12 | 10 | 71 | 115 |
| Binary | 11100110 | 10101101 | 10100100 | 0 | 11001 | 11101 | 1010 | 1000 | 111001 | 1001101 |
Color Harmonies of #E6ADA4
Complementary color
Monochromatic Colors of #E6ADA4
Black with #E6ADA4
Text Example
Text Example
White with #E6ADA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ADA4; }
p { color: rgb(230,173,164); }
H1.HeaderClassName
{
color: #E6ADA4;
}
.AnyTagClassName
{
color: #E6ADA4;
}
</style>
background-color css
<style>
a { background-color: #E6ADA4; }
a { background-color: rgb(230,173,164); }
div.DivClassName
{
background-color: #E6ADA4;
}
.BgClassName
{
background-color: #E6ADA4;
}
</style>
border-color css
<style>
span { border-color: #E6ADA4; }
span { border-color: rgb(230,173,164); }
td.TdClassName
{
border-color: #E6ADA4;
}
.TagClassName
{
border-color: #E6ADA4;
}
</style>