Shades of Shilo #E6A79D
Tints of Shilo #E6A79D
RGB
CMYK
RGB Variations
Color information
#E6A79D (or 0xE6A79D) is known color: Shilo. HEX triplet: E6, A7 and 9D. RGB value is (230,167,157). Sum of RGB (Red+Green+Blue) = 230+167+157=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 167 (65.62% from 255 or 30.14% from 554); Blue value is 157 (61.72% from 255 or 28.34% from 554); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A79D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A79D is #195862. Grayscale: #B8B8B8. Windows color (decimal): -1661027 or 10332134. OLE color: 10332134.
HSL color Cylindrical-coordinate representation of color #E6A79D: hue angle of 8.22º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6A79D is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 167 | 157 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.10 |
| HSL | 8.22º | 0.59% | 0.76% | - |
| HSV(B) | 8.22º | 0.32% | 0.9% | - |
| XYZ | 52.54 | 46.89 | 38.18 | - |
| YUV | 184.7 | 112.37 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 167 | 157 | 0 | 0.27 | 0.32 | 0.10 | 8.22 | 0.59 | 0.76 |
| Hex | E6 | A7 | 9D | 0 | 1B | 20 | A | 8 | 3B | 4C |
| Octal | 346 | 247 | 235 | 0 | 33 | 40 | 12 | 10 | 73 | 114 |
| Binary | 11100110 | 10100111 | 10011101 | 0 | 11011 | 100000 | 1010 | 1000 | 111011 | 1001100 |
Color Harmonies of #E6A79D
Complementary color
Monochromatic Colors of #E6A79D
Black with #E6A79D
Text Example
Text Example
White with #E6A79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A79D; }
p { color: rgb(230,167,157); }
H1.HeaderClassName
{
color: #E6A79D;
}
.AnyTagClassName
{
color: #E6A79D;
}
</style>
background-color css
<style>
a { background-color: #E6A79D; }
a { background-color: rgb(230,167,157); }
div.DivClassName
{
background-color: #E6A79D;
}
.BgClassName
{
background-color: #E6A79D;
}
</style>
border-color css
<style>
span { border-color: #E6A79D; }
span { border-color: rgb(230,167,157); }
td.TdClassName
{
border-color: #E6A79D;
}
.TagClassName
{
border-color: #E6A79D;
}
</style>