Shades of Shilo #EDA89F
Tints of Shilo #EDA89F
RGB
CMYK
RGB Variations
Color information
#EDA89F (or 0xEDA89F) is known color: Shilo. HEX triplet: ED, A8 and 9F. RGB value is (237,168,159). Sum of RGB (Red+Green+Blue) = 237+168+159=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 168 (66.02% from 255 or 29.79% from 564); Blue value is 159 (62.5% from 255 or 28.19% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA89F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA89F is #125760. Grayscale: #BBBBBB. Windows color (decimal): -1202017 or 10463469. OLE color: 10463469.
HSL color Cylindrical-coordinate representation of color #EDA89F: hue angle of 6.92º 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 #EDA89F is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 159 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.07 |
| HSL | 6.92º | 0.68% | 0.78% | - |
| HSV(B) | 6.92º | 0.33% | 0.93% | - |
| XYZ | 55.19 | 48.51 | 39.26 | - |
| YUV | 187.61 | 111.86 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 159 | 0 | 0.29 | 0.33 | 0.07 | 6.92 | 0.68 | 0.78 |
| Hex | ED | A8 | 9F | 0 | 1D | 21 | 7 | 7 | 44 | 4E |
| Octal | 355 | 250 | 237 | 0 | 35 | 41 | 7 | 7 | 104 | 116 |
| Binary | 11101101 | 10101000 | 10011111 | 0 | 11101 | 100001 | 111 | 111 | 1000100 | 1001110 |
Color Harmonies of #EDA89F
Complementary color
Monochromatic Colors of #EDA89F
Black with #EDA89F
Text Example
Text Example
White with #EDA89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA89F; }
p { color: rgb(237,168,159); }
H1.HeaderClassName
{
color: #EDA89F;
}
.AnyTagClassName
{
color: #EDA89F;
}
</style>
background-color css
<style>
a { background-color: #EDA89F; }
a { background-color: rgb(237,168,159); }
div.DivClassName
{
background-color: #EDA89F;
}
.BgClassName
{
background-color: #EDA89F;
}
</style>
border-color css
<style>
span { border-color: #EDA89F; }
span { border-color: rgb(237,168,159); }
td.TdClassName
{
border-color: #EDA89F;
}
.TagClassName
{
border-color: #EDA89F;
}
</style>