Shades of Shilo #EDA79F
Tints of Shilo #EDA79F
RGB
CMYK
RGB Variations
Color information
#EDA79F (or 0xEDA79F) is known color: Shilo. HEX triplet: ED, A7 and 9F. RGB value is (237,167,159). Sum of RGB (Red+Green+Blue) = 237+167+159=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 167 (65.62% from 255 or 29.66% from 563); Blue value is 159 (62.5% from 255 or 28.24% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA79F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA79F is #125860. Grayscale: #BBBBBB. Windows color (decimal): -1202273 or 10463213. OLE color: 10463213.
HSL color Cylindrical-coordinate representation of color #EDA79F: hue angle of 6.15º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDA79F is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 159 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.07 |
| HSL | 6.15º | 0.68% | 0.78% | - |
| HSV(B) | 6.15º | 0.33% | 0.93% | - |
| XYZ | 55 | 48.15 | 39.19 | - |
| YUV | 187.02 | 112.19 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 159 | 0 | 0.30 | 0.33 | 0.07 | 6.15 | 0.68 | 0.78 |
| Hex | ED | A7 | 9F | 0 | 1E | 21 | 7 | 6 | 44 | 4E |
| Octal | 355 | 247 | 237 | 0 | 36 | 41 | 7 | 6 | 104 | 116 |
| Binary | 11101101 | 10100111 | 10011111 | 0 | 11110 | 100001 | 111 | 110 | 1000100 | 1001110 |
Color Harmonies of #EDA79F
Complementary color
Monochromatic Colors of #EDA79F
Black with #EDA79F
Text Example
Text Example
White with #EDA79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA79F; }
p { color: rgb(237,167,159); }
H1.HeaderClassName
{
color: #EDA79F;
}
.AnyTagClassName
{
color: #EDA79F;
}
</style>
background-color css
<style>
a { background-color: #EDA79F; }
a { background-color: rgb(237,167,159); }
div.DivClassName
{
background-color: #EDA79F;
}
.BgClassName
{
background-color: #EDA79F;
}
</style>
border-color css
<style>
span { border-color: #EDA79F; }
span { border-color: rgb(237,167,159); }
td.TdClassName
{
border-color: #EDA79F;
}
.TagClassName
{
border-color: #EDA79F;
}
</style>