Shades of Shilo #E2AC9F
Tints of Shilo #E2AC9F
RGB
CMYK
RGB Variations
Color information
#E2AC9F (or 0xE2AC9F) is known color: Shilo. HEX triplet: E2, AC and 9F. RGB value is (226,172,159). Sum of RGB (Red+Green+Blue) = 226+172+159=557 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.57% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 159 (62.5% from 255 or 28.55% from 557); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AC9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AC9F is #1D5360. Grayscale: #BABABA. Windows color (decimal): -1921889 or 10464482. OLE color: 10464482.
HSL color Cylindrical-coordinate representation of color #E2AC9F: hue angle of 11.64º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2AC9F is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 172 | 159 | - |
CMYK | 0 | 0.24 | 0.30 | 0.11 |
HSL | 11.64º | 0.54% | 0.75% | - |
HSV(B) | 11.64º | 0.3% | 0.89% | - |
XYZ | 52.37 | 48.18 | 39.34 | - |
YUV | 186.66 | 112.39 | 156.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 172 | 159 | 0 | 0.24 | 0.30 | 0.11 | 11.64 | 0.54 | 0.75 |
Hex | E2 | AC | 9F | 0 | 18 | 1E | B | C | 36 | 4B |
Octal | 342 | 254 | 237 | 0 | 30 | 36 | 13 | 14 | 66 | 113 |
Binary | 11100010 | 10101100 | 10011111 | 0 | 11000 | 11110 | 1011 | 1100 | 110110 | 1001011 |
Color Harmonies of #E2AC9F
Complementary color
Monochromatic Colors of #E2AC9F
Black with #E2AC9F
Text Example
Text Example
White with #E2AC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AC9F; }
p { color: rgb(226,172,159); }
H1.HeaderClassName
{
color: #E2AC9F;
}
.AnyTagClassName
{
color: #E2AC9F;
}
</style>
background-color css
<style>
a { background-color: #E2AC9F; }
a { background-color: rgb(226,172,159); }
div.DivClassName
{
background-color: #E2AC9F;
}
.BgClassName
{
background-color: #E2AC9F;
}
</style>
border-color css
<style>
span { border-color: #E2AC9F; }
span { border-color: rgb(226,172,159); }
td.TdClassName
{
border-color: #E2AC9F;
}
.TagClassName
{
border-color: #E2AC9F;
}
</style>