Shades of Shilo #EDAEA1
Tints of Shilo #EDAEA1
RGB
CMYK
RGB Variations
Color information
#EDAEA1 (or 0xEDAEA1) is known color: Shilo. HEX triplet: ED, AE and A1. RGB value is (237,174,161). Sum of RGB (Red+Green+Blue) = 237+174+161=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 161 (63.28% from 255 or 28.15% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAEA1 is #12515E. Grayscale: #BFBFBF. Windows color (decimal): -1200479 or 10596077. OLE color: 10596077.
HSL color Cylindrical-coordinate representation of color #EDAEA1: hue angle of 10.26º 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 #EDAEA1 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 174 | 161 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.07 |
| HSL | 10.26º | 0.68% | 0.78% | - |
| HSV(B) | 10.26º | 0.32% | 0.93% | - |
| XYZ | 56.49 | 50.85 | 40.56 | - |
| YUV | 191.36 | 110.87 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 174 | 161 | 0 | 0.27 | 0.32 | 0.07 | 10.26 | 0.68 | 0.78 |
| Hex | ED | AE | A1 | 0 | 1B | 20 | 7 | A | 44 | 4E |
| Octal | 355 | 256 | 241 | 0 | 33 | 40 | 7 | 12 | 104 | 116 |
| Binary | 11101101 | 10101110 | 10100001 | 0 | 11011 | 100000 | 111 | 1010 | 1000100 | 1001110 |
Color Harmonies of #EDAEA1
Complementary color
Monochromatic Colors of #EDAEA1
Black with #EDAEA1
Text Example
Text Example
White with #EDAEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAEA1; }
p { color: rgb(237,174,161); }
H1.HeaderClassName
{
color: #EDAEA1;
}
.AnyTagClassName
{
color: #EDAEA1;
}
</style>
background-color css
<style>
a { background-color: #EDAEA1; }
a { background-color: rgb(237,174,161); }
div.DivClassName
{
background-color: #EDAEA1;
}
.BgClassName
{
background-color: #EDAEA1;
}
</style>
border-color css
<style>
span { border-color: #EDAEA1; }
span { border-color: rgb(237,174,161); }
td.TdClassName
{
border-color: #EDAEA1;
}
.TagClassName
{
border-color: #EDAEA1;
}
</style>