Shades of Shilo #EDAFA2
Tints of Shilo #EDAFA2
RGB
CMYK
RGB Variations
Color information
#EDAFA2 (or 0xEDAFA2) is known color: Shilo. HEX triplet: ED, AF and A2. RGB value is (237,175,162). Sum of RGB (Red+Green+Blue) = 237+175+162=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 162 (63.67% from 255 or 28.22% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAFA2 is #12505D. Grayscale: #C0C0C0. Windows color (decimal): -1200222 or 10661869. OLE color: 10661869.
HSL color Cylindrical-coordinate representation of color #EDAFA2: hue angle of 10.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 #EDAFA2 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 175 | 162 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.07 |
| HSL | 10.4º | 0.68% | 0.78% | - |
| HSV(B) | 10.4º | 0.32% | 0.93% | - |
| XYZ | 56.78 | 51.27 | 41.09 | - |
| YUV | 192.06 | 111.04 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 175 | 162 | 0 | 0.26 | 0.32 | 0.07 | 10.4 | 0.68 | 0.78 |
| Hex | ED | AF | A2 | 0 | 1A | 20 | 7 | A | 44 | 4E |
| Octal | 355 | 257 | 242 | 0 | 32 | 40 | 7 | 12 | 104 | 116 |
| Binary | 11101101 | 10101111 | 10100010 | 0 | 11010 | 100000 | 111 | 1010 | 1000100 | 1001110 |
Color Harmonies of #EDAFA2
Complementary color
Monochromatic Colors of #EDAFA2
Black with #EDAFA2
Text Example
Text Example
White with #EDAFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAFA2; }
p { color: rgb(237,175,162); }
H1.HeaderClassName
{
color: #EDAFA2;
}
.AnyTagClassName
{
color: #EDAFA2;
}
</style>
background-color css
<style>
a { background-color: #EDAFA2; }
a { background-color: rgb(237,175,162); }
div.DivClassName
{
background-color: #EDAFA2;
}
.BgClassName
{
background-color: #EDAFA2;
}
</style>
border-color css
<style>
span { border-color: #EDAFA2; }
span { border-color: rgb(237,175,162); }
td.TdClassName
{
border-color: #EDAFA2;
}
.TagClassName
{
border-color: #EDAFA2;
}
</style>