Shades of Shilo #EDAFA3
Tints of Shilo #EDAFA3
RGB
CMYK
RGB Variations
Color information
#EDAFA3 (or 0xEDAFA3) is known color: Shilo. HEX triplet: ED, AF and A3. RGB value is (237,175,163). Sum of RGB (Red+Green+Blue) = 237+175+163=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 163 (64.06% from 255 or 28.35% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAFA3 is #12505C. Grayscale: #C0C0C0. Windows color (decimal): -1200221 or 10727405. OLE color: 10727405.
HSL color Cylindrical-coordinate representation of color #EDAFA3: hue angle of 9.73º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDAFA3 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 175 | 163 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.07 |
| HSL | 9.73º | 0.67% | 0.78% | - |
| HSV(B) | 9.73º | 0.31% | 0.93% | - |
| XYZ | 56.87 | 51.31 | 41.56 | - |
| YUV | 192.17 | 111.54 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 175 | 163 | 0 | 0.26 | 0.31 | 0.07 | 9.73 | 0.67 | 0.78 |
| Hex | ED | AF | A3 | 0 | 1A | 1F | 7 | A | 43 | 4E |
| Octal | 355 | 257 | 243 | 0 | 32 | 37 | 7 | 12 | 103 | 116 |
| Binary | 11101101 | 10101111 | 10100011 | 0 | 11010 | 11111 | 111 | 1010 | 1000011 | 1001110 |
Color Harmonies of #EDAFA3
Complementary color
Monochromatic Colors of #EDAFA3
Black with #EDAFA3
Text Example
Text Example
White with #EDAFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAFA3; }
p { color: rgb(237,175,163); }
H1.HeaderClassName
{
color: #EDAFA3;
}
.AnyTagClassName
{
color: #EDAFA3;
}
</style>
background-color css
<style>
a { background-color: #EDAFA3; }
a { background-color: rgb(237,175,163); }
div.DivClassName
{
background-color: #EDAFA3;
}
.BgClassName
{
background-color: #EDAFA3;
}
</style>
border-color css
<style>
span { border-color: #EDAFA3; }
span { border-color: rgb(237,175,163); }
td.TdClassName
{
border-color: #EDAFA3;
}
.TagClassName
{
border-color: #EDAFA3;
}
</style>