Shades of Shilo #EDA99F
Tints of Shilo #EDA99F
RGB
CMYK
RGB Variations
Color information
#EDA99F (or 0xEDA99F) is known color: Shilo. HEX triplet: ED, A9 and 9F. RGB value is (237,169,159). Sum of RGB (Red+Green+Blue) = 237+169+159=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 169 (66.41% from 255 or 29.91% from 565); Blue value is 159 (62.5% from 255 or 28.14% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA99F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA99F is #125660. Grayscale: #BCBCBC. Windows color (decimal): -1201761 or 10463725. OLE color: 10463725.
HSL color Cylindrical-coordinate representation of color #EDA99F: hue angle of 7.69º 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 #EDA99F is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 159 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.07 |
| HSL | 7.69º | 0.68% | 0.78% | - |
| HSV(B) | 7.69º | 0.33% | 0.93% | - |
| XYZ | 55.37 | 48.88 | 39.32 | - |
| YUV | 188.19 | 111.53 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 159 | 0 | 0.29 | 0.33 | 0.07 | 7.69 | 0.68 | 0.78 |
| Hex | ED | A9 | 9F | 0 | 1D | 21 | 7 | 8 | 44 | 4E |
| Octal | 355 | 251 | 237 | 0 | 35 | 41 | 7 | 10 | 104 | 116 |
| Binary | 11101101 | 10101001 | 10011111 | 0 | 11101 | 100001 | 111 | 1000 | 1000100 | 1001110 |
Color Harmonies of #EDA99F
Complementary color
Monochromatic Colors of #EDA99F
Black with #EDA99F
Text Example
Text Example
White with #EDA99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA99F; }
p { color: rgb(237,169,159); }
H1.HeaderClassName
{
color: #EDA99F;
}
.AnyTagClassName
{
color: #EDA99F;
}
</style>
background-color css
<style>
a { background-color: #EDA99F; }
a { background-color: rgb(237,169,159); }
div.DivClassName
{
background-color: #EDA99F;
}
.BgClassName
{
background-color: #EDA99F;
}
</style>
border-color css
<style>
span { border-color: #EDA99F; }
span { border-color: rgb(237,169,159); }
td.TdClassName
{
border-color: #EDA99F;
}
.TagClassName
{
border-color: #EDA99F;
}
</style>