Shades of Shilo #EDB9A8
Tints of Shilo #EDB9A8
RGB
CMYK
RGB Variations
Color information
#EDB9A8 (or 0xEDB9A8) is known color: Shilo. HEX triplet: ED, B9 and A8. RGB value is (237,185,168). Sum of RGB (Red+Green+Blue) = 237+185+168=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 185 (72.66% from 255 or 31.36% from 590); Blue value is 168 (66.02% from 255 or 28.47% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB9A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB9A8 is #124657. Grayscale: #C6C6C6. Windows color (decimal): -1197656 or 11057645. OLE color: 11057645.
HSL color Cylindrical-coordinate representation of color #EDB9A8: hue angle of 14.78º 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 #EDB9A8 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 168 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.07 |
| HSL | 14.78º | 0.66% | 0.79% | - |
| HSV(B) | 14.78º | 0.29% | 0.93% | - |
| XYZ | 59.34 | 55.53 | 44.64 | - |
| YUV | 198.61 | 110.73 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 168 | 0 | 0.22 | 0.29 | 0.07 | 14.78 | 0.66 | 0.79 |
| Hex | ED | B9 | A8 | 0 | 16 | 1D | 7 | F | 42 | 4F |
| Octal | 355 | 271 | 250 | 0 | 26 | 35 | 7 | 17 | 102 | 117 |
| Binary | 11101101 | 10111001 | 10101000 | 0 | 10110 | 11101 | 111 | 1111 | 1000010 | 1001111 |
Color Harmonies of #EDB9A8
Complementary color
Monochromatic Colors of #EDB9A8
Black with #EDB9A8
Text Example
Text Example
White with #EDB9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB9A8; }
p { color: rgb(237,185,168); }
H1.HeaderClassName
{
color: #EDB9A8;
}
.AnyTagClassName
{
color: #EDB9A8;
}
</style>
background-color css
<style>
a { background-color: #EDB9A8; }
a { background-color: rgb(237,185,168); }
div.DivClassName
{
background-color: #EDB9A8;
}
.BgClassName
{
background-color: #EDB9A8;
}
</style>
border-color css
<style>
span { border-color: #EDB9A8; }
span { border-color: rgb(237,185,168); }
td.TdClassName
{
border-color: #EDB9A8;
}
.TagClassName
{
border-color: #EDB9A8;
}
</style>