Shades of Shilo #EDABA0
Tints of Shilo #EDABA0
RGB
CMYK
RGB Variations
Color information
#EDABA0 (or 0xEDABA0) is known color: Shilo. HEX triplet: ED, AB and A0. RGB value is (237,171,160). Sum of RGB (Red+Green+Blue) = 237+171+160=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 160 (62.89% from 255 or 28.17% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDABA0 is #12545F. Grayscale: #BDBDBD. Windows color (decimal): -1201248 or 10529773. OLE color: 10529773.
HSL color Cylindrical-coordinate representation of color #EDABA0: hue angle of 8.57º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDABA0 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 171 | 160 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.07 |
| HSL | 8.57º | 0.68% | 0.78% | - |
| HSV(B) | 8.57º | 0.32% | 0.93% | - |
| XYZ | 55.83 | 49.67 | 39.9 | - |
| YUV | 189.48 | 111.37 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 171 | 160 | 0 | 0.28 | 0.32 | 0.07 | 8.57 | 0.68 | 0.78 |
| Hex | ED | AB | A0 | 0 | 1C | 20 | 7 | 9 | 44 | 4E |
| Octal | 355 | 253 | 240 | 0 | 34 | 40 | 7 | 11 | 104 | 116 |
| Binary | 11101101 | 10101011 | 10100000 | 0 | 11100 | 100000 | 111 | 1001 | 1000100 | 1001110 |
Color Harmonies of #EDABA0
Complementary color
Monochromatic Colors of #EDABA0
Black with #EDABA0
Text Example
Text Example
White with #EDABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDABA0; }
p { color: rgb(237,171,160); }
H1.HeaderClassName
{
color: #EDABA0;
}
.AnyTagClassName
{
color: #EDABA0;
}
</style>
background-color css
<style>
a { background-color: #EDABA0; }
a { background-color: rgb(237,171,160); }
div.DivClassName
{
background-color: #EDABA0;
}
.BgClassName
{
background-color: #EDABA0;
}
</style>
border-color css
<style>
span { border-color: #EDABA0; }
span { border-color: rgb(237,171,160); }
td.TdClassName
{
border-color: #EDABA0;
}
.TagClassName
{
border-color: #EDABA0;
}
</style>