Shades of Shilo #EDACA1
Tints of Shilo #EDACA1
RGB
CMYK
RGB Variations
Color information
#EDACA1 (or 0xEDACA1) is known color: Shilo. HEX triplet: ED, AC and A1. RGB value is (237,172,161). Sum of RGB (Red+Green+Blue) = 237+172+161=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 161 (63.28% from 255 or 28.25% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDACA1 is #12535E. Grayscale: #BEBEBE. Windows color (decimal): -1200991 or 10595565. OLE color: 10595565.
HSL color Cylindrical-coordinate representation of color #EDACA1: hue angle of 8.68º 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 #EDACA1 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 172 | 161 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.07 |
| HSL | 8.68º | 0.68% | 0.78% | - |
| HSV(B) | 8.68º | 0.32% | 0.93% | - |
| XYZ | 56.11 | 50.08 | 40.43 | - |
| YUV | 190.18 | 111.53 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 172 | 161 | 0 | 0.27 | 0.32 | 0.07 | 8.68 | 0.68 | 0.78 |
| Hex | ED | AC | A1 | 0 | 1B | 20 | 7 | 9 | 44 | 4E |
| Octal | 355 | 254 | 241 | 0 | 33 | 40 | 7 | 11 | 104 | 116 |
| Binary | 11101101 | 10101100 | 10100001 | 0 | 11011 | 100000 | 111 | 1001 | 1000100 | 1001110 |
Color Harmonies of #EDACA1
Complementary color
Monochromatic Colors of #EDACA1
Black with #EDACA1
Text Example
Text Example
White with #EDACA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDACA1; }
p { color: rgb(237,172,161); }
H1.HeaderClassName
{
color: #EDACA1;
}
.AnyTagClassName
{
color: #EDACA1;
}
</style>
background-color css
<style>
a { background-color: #EDACA1; }
a { background-color: rgb(237,172,161); }
div.DivClassName
{
background-color: #EDACA1;
}
.BgClassName
{
background-color: #EDACA1;
}
</style>
border-color css
<style>
span { border-color: #EDACA1; }
span { border-color: rgb(237,172,161); }
td.TdClassName
{
border-color: #EDACA1;
}
.TagClassName
{
border-color: #EDACA1;
}
</style>