Shades of Shilo #EDAFA8
Tints of Shilo #EDAFA8
RGB
CMYK
RGB Variations
Color information
#EDAFA8 (or 0xEDAFA8) is known color: Shilo. HEX triplet: ED, AF and A8. RGB value is (237,175,168). Sum of RGB (Red+Green+Blue) = 237+175+168=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 168 (66.02% from 255 or 28.97% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAFA8 is #125057. Grayscale: #C0C0C0. Windows color (decimal): -1200216 or 11055085. OLE color: 11055085.
HSL color Cylindrical-coordinate representation of color #EDAFA8: hue angle of 6.09º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDAFA8 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 175 | 168 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.07 |
| HSL | 6.09º | 0.66% | 0.79% | - |
| HSV(B) | 6.09º | 0.29% | 0.93% | - |
| XYZ | 57.32 | 51.49 | 43.96 | - |
| YUV | 192.74 | 114.04 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 175 | 168 | 0 | 0.26 | 0.29 | 0.07 | 6.09 | 0.66 | 0.79 |
| Hex | ED | AF | A8 | 0 | 1A | 1D | 7 | 6 | 42 | 4F |
| Octal | 355 | 257 | 250 | 0 | 32 | 35 | 7 | 6 | 102 | 117 |
| Binary | 11101101 | 10101111 | 10101000 | 0 | 11010 | 11101 | 111 | 110 | 1000010 | 1001111 |
Color Harmonies of #EDAFA8
Complementary color
Monochromatic Colors of #EDAFA8
Black with #EDAFA8
Text Example
Text Example
White with #EDAFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAFA8; }
p { color: rgb(237,175,168); }
H1.HeaderClassName
{
color: #EDAFA8;
}
.AnyTagClassName
{
color: #EDAFA8;
}
</style>
background-color css
<style>
a { background-color: #EDAFA8; }
a { background-color: rgb(237,175,168); }
div.DivClassName
{
background-color: #EDAFA8;
}
.BgClassName
{
background-color: #EDAFA8;
}
</style>
border-color css
<style>
span { border-color: #EDAFA8; }
span { border-color: rgb(237,175,168); }
td.TdClassName
{
border-color: #EDAFA8;
}
.TagClassName
{
border-color: #EDAFA8;
}
</style>