Shades of Shilo #EDB8AB
Tints of Shilo #EDB8AB
RGB
CMYK
RGB Variations
Color information
#EDB8AB (or 0xEDB8AB) is known color: Shilo. HEX triplet: ED, B8 and AB. RGB value is (237,184,171). Sum of RGB (Red+Green+Blue) = 237+184+171=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 184 (72.27% from 255 or 31.08% from 592); Blue value is 171 (67.19% from 255 or 28.89% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB8AB is #124754. Grayscale: #C6C6C6. Windows color (decimal): -1197909 or 11253997. OLE color: 11253997.
HSL color Cylindrical-coordinate representation of color #EDB8AB: hue angle of 11.82º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDB8AB is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 171 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.07 |
| HSL | 11.82º | 0.65% | 0.8% | - |
| HSV(B) | 11.82º | 0.28% | 0.93% | - |
| XYZ | 59.42 | 55.23 | 46.06 | - |
| YUV | 198.37 | 112.56 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 171 | 0 | 0.22 | 0.28 | 0.07 | 11.82 | 0.65 | 0.8 |
| Hex | ED | B8 | AB | 0 | 16 | 1C | 7 | C | 41 | 50 |
| Octal | 355 | 270 | 253 | 0 | 26 | 34 | 7 | 14 | 101 | 120 |
| Binary | 11101101 | 10111000 | 10101011 | 0 | 10110 | 11100 | 111 | 1100 | 1000001 | 1010000 |
Color Harmonies of #EDB8AB
Complementary color
Monochromatic Colors of #EDB8AB
Black with #EDB8AB
Text Example
Text Example
White with #EDB8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB8AB; }
p { color: rgb(237,184,171); }
H1.HeaderClassName
{
color: #EDB8AB;
}
.AnyTagClassName
{
color: #EDB8AB;
}
</style>
background-color css
<style>
a { background-color: #EDB8AB; }
a { background-color: rgb(237,184,171); }
div.DivClassName
{
background-color: #EDB8AB;
}
.BgClassName
{
background-color: #EDB8AB;
}
</style>
border-color css
<style>
span { border-color: #EDB8AB; }
span { border-color: rgb(237,184,171); }
td.TdClassName
{
border-color: #EDB8AB;
}
.TagClassName
{
border-color: #EDB8AB;
}
</style>