Shades of Shilo #EDABA1
Tints of Shilo #EDABA1
RGB
CMYK
RGB Variations
Color information
#EDABA1 (or 0xEDABA1) is known color: Shilo. HEX triplet: ED, AB and A1. RGB value is (237,171,161). Sum of RGB (Red+Green+Blue) = 237+171+161=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 161 (63.28% from 255 or 28.30% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDABA1 is #12545E. Grayscale: #BDBDBD. Windows color (decimal): -1201247 or 10595309. OLE color: 10595309.
HSL color Cylindrical-coordinate representation of color #EDABA1: hue angle of 7.89º 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 #EDABA1 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 171 | 161 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.07 |
| HSL | 7.89º | 0.68% | 0.78% | - |
| HSV(B) | 7.89º | 0.32% | 0.93% | - |
| XYZ | 55.92 | 49.7 | 40.36 | - |
| YUV | 189.59 | 111.87 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 171 | 161 | 0 | 0.28 | 0.32 | 0.07 | 7.89 | 0.68 | 0.78 |
| Hex | ED | AB | A1 | 0 | 1C | 20 | 7 | 8 | 44 | 4E |
| Octal | 355 | 253 | 241 | 0 | 34 | 40 | 7 | 10 | 104 | 116 |
| Binary | 11101101 | 10101011 | 10100001 | 0 | 11100 | 100000 | 111 | 1000 | 1000100 | 1001110 |
Color Harmonies of #EDABA1
Complementary color
Monochromatic Colors of #EDABA1
Black with #EDABA1
Text Example
Text Example
White with #EDABA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDABA1; }
p { color: rgb(237,171,161); }
H1.HeaderClassName
{
color: #EDABA1;
}
.AnyTagClassName
{
color: #EDABA1;
}
</style>
background-color css
<style>
a { background-color: #EDABA1; }
a { background-color: rgb(237,171,161); }
div.DivClassName
{
background-color: #EDABA1;
}
.BgClassName
{
background-color: #EDABA1;
}
</style>
border-color css
<style>
span { border-color: #EDABA1; }
span { border-color: rgb(237,171,161); }
td.TdClassName
{
border-color: #EDABA1;
}
.TagClassName
{
border-color: #EDABA1;
}
</style>