Shades of Shilo #E6AAA4
Tints of Shilo #E6AAA4
RGB
CMYK
RGB Variations
Color information
#E6AAA4 (or 0xE6AAA4) is known color: Shilo. HEX triplet: E6, AA and A4. RGB value is (230,170,164). Sum of RGB (Red+Green+Blue) = 230+170+164=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 164 (64.45% from 255 or 29.08% from 564); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AAA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AAA4 is #19555B. Grayscale: #BBBBBB. Windows color (decimal): -1660252 or 10791654. OLE color: 10791654.
HSL color Cylindrical-coordinate representation of color #E6AAA4: hue angle of 5.45º 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 #E6AAA4 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 170 | 164 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.10 |
| HSL | 5.45º | 0.57% | 0.77% | - |
| HSV(B) | 5.45º | 0.29% | 0.9% | - |
| XYZ | 53.71 | 48.25 | 41.6 | - |
| YUV | 187.26 | 114.88 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 170 | 164 | 0 | 0.26 | 0.29 | 0.10 | 5.45 | 0.57 | 0.77 |
| Hex | E6 | AA | A4 | 0 | 1A | 1D | A | 5 | 39 | 4D |
| Octal | 346 | 252 | 244 | 0 | 32 | 35 | 12 | 5 | 71 | 115 |
| Binary | 11100110 | 10101010 | 10100100 | 0 | 11010 | 11101 | 1010 | 101 | 111001 | 1001101 |
Color Harmonies of #E6AAA4
Complementary color
Monochromatic Colors of #E6AAA4
Black with #E6AAA4
Text Example
Text Example
White with #E6AAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AAA4; }
p { color: rgb(230,170,164); }
H1.HeaderClassName
{
color: #E6AAA4;
}
.AnyTagClassName
{
color: #E6AAA4;
}
</style>
background-color css
<style>
a { background-color: #E6AAA4; }
a { background-color: rgb(230,170,164); }
div.DivClassName
{
background-color: #E6AAA4;
}
.BgClassName
{
background-color: #E6AAA4;
}
</style>
border-color css
<style>
span { border-color: #E6AAA4; }
span { border-color: rgb(230,170,164); }
td.TdClassName
{
border-color: #E6AAA4;
}
.TagClassName
{
border-color: #E6AAA4;
}
</style>