Shades of Shilo #EDB6AB
Tints of Shilo #EDB6AB
RGB
CMYK
RGB Variations
Color information
#EDB6AB (or 0xEDB6AB) is known color: Shilo. HEX triplet: ED, B6 and AB. RGB value is (237,182,171). Sum of RGB (Red+Green+Blue) = 237+182+171=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 182 (71.48% from 255 or 30.85% from 590); Blue value is 171 (67.19% from 255 or 28.98% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB6AB is #124954. Grayscale: #C5C5C5. Windows color (decimal): -1198421 or 11253485. OLE color: 11253485.
HSL color Cylindrical-coordinate representation of color #EDB6AB: hue angle of 10º 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 #EDB6AB is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 171 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.07 |
| HSL | 10º | 0.65% | 0.8% | - |
| HSV(B) | 10º | 0.28% | 0.93% | - |
| XYZ | 59 | 54.4 | 45.92 | - |
| YUV | 197.19 | 113.22 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 171 | 0 | 0.23 | 0.28 | 0.07 | 10 | 0.65 | 0.8 |
| Hex | ED | B6 | AB | 0 | 17 | 1C | 7 | A | 41 | 50 |
| Octal | 355 | 266 | 253 | 0 | 27 | 34 | 7 | 12 | 101 | 120 |
| Binary | 11101101 | 10110110 | 10101011 | 0 | 10111 | 11100 | 111 | 1010 | 1000001 | 1010000 |
Color Harmonies of #EDB6AB
Complementary color
Monochromatic Colors of #EDB6AB
Black with #EDB6AB
Text Example
Text Example
White with #EDB6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB6AB; }
p { color: rgb(237,182,171); }
H1.HeaderClassName
{
color: #EDB6AB;
}
.AnyTagClassName
{
color: #EDB6AB;
}
</style>
background-color css
<style>
a { background-color: #EDB6AB; }
a { background-color: rgb(237,182,171); }
div.DivClassName
{
background-color: #EDB6AB;
}
.BgClassName
{
background-color: #EDB6AB;
}
</style>
border-color css
<style>
span { border-color: #EDB6AB; }
span { border-color: rgb(237,182,171); }
td.TdClassName
{
border-color: #EDB6AB;
}
.TagClassName
{
border-color: #EDB6AB;
}
</style>