Shades of Shilo #EDAAA2
Tints of Shilo #EDAAA2
RGB
CMYK
RGB Variations
Color information
#EDAAA2 (or 0xEDAAA2) is known color: Shilo. HEX triplet: ED, AA and A2. RGB value is (237,170,162). Sum of RGB (Red+Green+Blue) = 237+170+162=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 162 (63.67% from 255 or 28.47% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAAA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAAA2 is #12555D. Grayscale: #BDBDBD. Windows color (decimal): -1201502 or 10660589. OLE color: 10660589.
HSL color Cylindrical-coordinate representation of color #EDAAA2: hue angle of 6.4º 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 #EDAAA2 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 170 | 162 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.07 |
| HSL | 6.4º | 0.68% | 0.78% | - |
| HSV(B) | 6.4º | 0.32% | 0.93% | - |
| XYZ | 55.82 | 49.36 | 40.77 | - |
| YUV | 189.12 | 112.7 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 170 | 162 | 0 | 0.28 | 0.32 | 0.07 | 6.4 | 0.68 | 0.78 |
| Hex | ED | AA | A2 | 0 | 1C | 20 | 7 | 6 | 44 | 4E |
| Octal | 355 | 252 | 242 | 0 | 34 | 40 | 7 | 6 | 104 | 116 |
| Binary | 11101101 | 10101010 | 10100010 | 0 | 11100 | 100000 | 111 | 110 | 1000100 | 1001110 |
Color Harmonies of #EDAAA2
Complementary color
Monochromatic Colors of #EDAAA2
Black with #EDAAA2
Text Example
Text Example
White with #EDAAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAAA2; }
p { color: rgb(237,170,162); }
H1.HeaderClassName
{
color: #EDAAA2;
}
.AnyTagClassName
{
color: #EDAAA2;
}
</style>
background-color css
<style>
a { background-color: #EDAAA2; }
a { background-color: rgb(237,170,162); }
div.DivClassName
{
background-color: #EDAAA2;
}
.BgClassName
{
background-color: #EDAAA2;
}
</style>
border-color css
<style>
span { border-color: #EDAAA2; }
span { border-color: rgb(237,170,162); }
td.TdClassName
{
border-color: #EDAAA2;
}
.TagClassName
{
border-color: #EDAAA2;
}
</style>