Shades of Shilo #E4AF9E
Tints of Shilo #E4AF9E
RGB
CMYK
RGB Variations
Color information
#E4AF9E (or 0xE4AF9E) is known color: Shilo. HEX triplet: E4, AF and 9E. RGB value is (228,175,158). Sum of RGB (Red+Green+Blue) = 228+175+158=561 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.64% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 158 (62.11% from 255 or 28.16% from 561); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AF9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4AF9E is #1B5061. Grayscale: #BDBDBD. Windows color (decimal): -1790050 or 10399716. OLE color: 10399716.
HSL color Cylindrical-coordinate representation of color #E4AF9E: hue angle of 14.57º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E4AF9E is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 175 | 158 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.11 |
| HSL | 14.57º | 0.56% | 0.76% | - |
| HSV(B) | 14.57º | 0.31% | 0.89% | - |
| XYZ | 53.5 | 49.62 | 39.11 | - |
| YUV | 188.91 | 110.56 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 175 | 158 | 0 | 0.23 | 0.31 | 0.11 | 14.57 | 0.56 | 0.76 |
| Hex | E4 | AF | 9E | 0 | 17 | 1F | B | F | 38 | 4C |
| Octal | 344 | 257 | 236 | 0 | 27 | 37 | 13 | 17 | 70 | 114 |
| Binary | 11100100 | 10101111 | 10011110 | 0 | 10111 | 11111 | 1011 | 1111 | 111000 | 1001100 |
Color Harmonies of #E4AF9E
Complementary color
Monochromatic Colors of #E4AF9E
Black with #E4AF9E
Text Example
Text Example
White with #E4AF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AF9E; }
p { color: rgb(228,175,158); }
H1.HeaderClassName
{
color: #E4AF9E;
}
.AnyTagClassName
{
color: #E4AF9E;
}
</style>
background-color css
<style>
a { background-color: #E4AF9E; }
a { background-color: rgb(228,175,158); }
div.DivClassName
{
background-color: #E4AF9E;
}
.BgClassName
{
background-color: #E4AF9E;
}
</style>
border-color css
<style>
span { border-color: #E4AF9E; }
span { border-color: rgb(228,175,158); }
td.TdClassName
{
border-color: #E4AF9E;
}
.TagClassName
{
border-color: #E4AF9E;
}
</style>