Shades of Shilo #E5ADA4
Tints of Shilo #E5ADA4
RGB
CMYK
RGB Variations
Color information
#E5ADA4 (or 0xE5ADA4) is known color: Shilo. HEX triplet: E5, AD and A4. RGB value is (229,173,164). Sum of RGB (Red+Green+Blue) = 229+173+164=566 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.46% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 164 (64.45% from 255 or 28.98% from 566); Max value from RGB is 229 - color contains mainly: red. Hex color #E5ADA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5ADA4 is #1A525B. Grayscale: #BCBCBC. Windows color (decimal): -1725020 or 10792421. OLE color: 10792421.
HSL color Cylindrical-coordinate representation of color #E5ADA4: hue angle of 8.31º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E5ADA4 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 173 | 164 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.10 |
| HSL | 8.31º | 0.56% | 0.77% | - |
| HSV(B) | 8.31º | 0.28% | 0.9% | - |
| XYZ | 53.96 | 49.23 | 41.78 | - |
| YUV | 188.72 | 114.05 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 164 | 0 | 0.24 | 0.28 | 0.10 | 8.31 | 0.56 | 0.77 |
| Hex | E5 | AD | A4 | 0 | 18 | 1C | A | 8 | 38 | 4D |
| Octal | 345 | 255 | 244 | 0 | 30 | 34 | 12 | 10 | 70 | 115 |
| Binary | 11100101 | 10101101 | 10100100 | 0 | 11000 | 11100 | 1010 | 1000 | 111000 | 1001101 |
Color Harmonies of #E5ADA4
Complementary color
Monochromatic Colors of #E5ADA4
Black with #E5ADA4
Text Example
Text Example
White with #E5ADA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ADA4; }
p { color: rgb(229,173,164); }
H1.HeaderClassName
{
color: #E5ADA4;
}
.AnyTagClassName
{
color: #E5ADA4;
}
</style>
background-color css
<style>
a { background-color: #E5ADA4; }
a { background-color: rgb(229,173,164); }
div.DivClassName
{
background-color: #E5ADA4;
}
.BgClassName
{
background-color: #E5ADA4;
}
</style>
border-color css
<style>
span { border-color: #E5ADA4; }
span { border-color: rgb(229,173,164); }
td.TdClassName
{
border-color: #E5ADA4;
}
.TagClassName
{
border-color: #E5ADA4;
}
</style>