Shades of Shilo #EDADA1
Tints of Shilo #EDADA1
RGB
CMYK
RGB Variations
Color information
#EDADA1 (or 0xEDADA1) is known color: Shilo. HEX triplet: ED, AD and A1. RGB value is (237,173,161). Sum of RGB (Red+Green+Blue) = 237+173+161=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 161 (63.28% from 255 or 28.20% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDADA1 is #12525E. Grayscale: #BEBEBE. Windows color (decimal): -1200735 or 10595821. OLE color: 10595821.
HSL color Cylindrical-coordinate representation of color #EDADA1: hue angle of 9.47º 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 #EDADA1 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 161 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.07 |
| HSL | 9.47º | 0.68% | 0.78% | - |
| HSV(B) | 9.47º | 0.32% | 0.93% | - |
| XYZ | 56.3 | 50.46 | 40.49 | - |
| YUV | 190.77 | 111.2 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 161 | 0 | 0.27 | 0.32 | 0.07 | 9.47 | 0.68 | 0.78 |
| Hex | ED | AD | A1 | 0 | 1B | 20 | 7 | 9 | 44 | 4E |
| Octal | 355 | 255 | 241 | 0 | 33 | 40 | 7 | 11 | 104 | 116 |
| Binary | 11101101 | 10101101 | 10100001 | 0 | 11011 | 100000 | 111 | 1001 | 1000100 | 1001110 |
Color Harmonies of #EDADA1
Complementary color
Monochromatic Colors of #EDADA1
Black with #EDADA1
Text Example
Text Example
White with #EDADA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDADA1; }
p { color: rgb(237,173,161); }
H1.HeaderClassName
{
color: #EDADA1;
}
.AnyTagClassName
{
color: #EDADA1;
}
</style>
background-color css
<style>
a { background-color: #EDADA1; }
a { background-color: rgb(237,173,161); }
div.DivClassName
{
background-color: #EDADA1;
}
.BgClassName
{
background-color: #EDADA1;
}
</style>
border-color css
<style>
span { border-color: #EDADA1; }
span { border-color: rgb(237,173,161); }
td.TdClassName
{
border-color: #EDADA1;
}
.TagClassName
{
border-color: #EDADA1;
}
</style>