Shades of Shilo #EDAEA5
Tints of Shilo #EDAEA5
RGB
CMYK
RGB Variations
Color information
#EDAEA5 (or 0xEDAEA5) is known color: Shilo. HEX triplet: ED, AE and A5. RGB value is (237,174,165). Sum of RGB (Red+Green+Blue) = 237+174+165=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 165 (64.84% from 255 or 28.65% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAEA5 is #12515A. Grayscale: #BFBFBF. Windows color (decimal): -1200475 or 10858221. OLE color: 10858221.
HSL color Cylindrical-coordinate representation of color #EDAEA5: hue angle of 7.5º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDAEA5 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 174 | 165 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.07 |
| HSL | 7.5º | 0.67% | 0.79% | - |
| HSV(B) | 7.5º | 0.3% | 0.93% | - |
| XYZ | 56.85 | 50.99 | 42.44 | - |
| YUV | 191.81 | 112.87 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 174 | 165 | 0 | 0.27 | 0.30 | 0.07 | 7.5 | 0.67 | 0.79 |
| Hex | ED | AE | A5 | 0 | 1B | 1E | 7 | 8 | 43 | 4F |
| Octal | 355 | 256 | 245 | 0 | 33 | 36 | 7 | 10 | 103 | 117 |
| Binary | 11101101 | 10101110 | 10100101 | 0 | 11011 | 11110 | 111 | 1000 | 1000011 | 1001111 |
Color Harmonies of #EDAEA5
Complementary color
Monochromatic Colors of #EDAEA5
Black with #EDAEA5
Text Example
Text Example
White with #EDAEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAEA5; }
p { color: rgb(237,174,165); }
H1.HeaderClassName
{
color: #EDAEA5;
}
.AnyTagClassName
{
color: #EDAEA5;
}
</style>
background-color css
<style>
a { background-color: #EDAEA5; }
a { background-color: rgb(237,174,165); }
div.DivClassName
{
background-color: #EDAEA5;
}
.BgClassName
{
background-color: #EDAEA5;
}
</style>
border-color css
<style>
span { border-color: #EDAEA5; }
span { border-color: rgb(237,174,165); }
td.TdClassName
{
border-color: #EDAEA5;
}
.TagClassName
{
border-color: #EDAEA5;
}
</style>