Shades of Shilo #EDB6AA
Tints of Shilo #EDB6AA
RGB
CMYK
RGB Variations
Color information
#EDB6AA (or 0xEDB6AA) is known color: Shilo. HEX triplet: ED, B6 and AA. RGB value is (237,182,170). Sum of RGB (Red+Green+Blue) = 237+182+170=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 182 (71.48% from 255 or 30.90% from 589); Blue value is 170 (66.80% from 255 or 28.86% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB6AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB6AA is #124955. Grayscale: #C5C5C5. Windows color (decimal): -1198422 or 11187949. OLE color: 11187949.
HSL color Cylindrical-coordinate representation of color #EDB6AA: hue angle of 10.75º 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 #EDB6AA is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 170 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.07 |
| HSL | 10.75º | 0.65% | 0.8% | - |
| HSV(B) | 10.75º | 0.28% | 0.93% | - |
| XYZ | 58.91 | 54.36 | 45.42 | - |
| YUV | 197.08 | 112.72 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 170 | 0 | 0.23 | 0.28 | 0.07 | 10.75 | 0.65 | 0.8 |
| Hex | ED | B6 | AA | 0 | 17 | 1C | 7 | B | 41 | 50 |
| Octal | 355 | 266 | 252 | 0 | 27 | 34 | 7 | 13 | 101 | 120 |
| Binary | 11101101 | 10110110 | 10101010 | 0 | 10111 | 11100 | 111 | 1011 | 1000001 | 1010000 |
Color Harmonies of #EDB6AA
Complementary color
Monochromatic Colors of #EDB6AA
Black with #EDB6AA
Text Example
Text Example
White with #EDB6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB6AA; }
p { color: rgb(237,182,170); }
H1.HeaderClassName
{
color: #EDB6AA;
}
.AnyTagClassName
{
color: #EDB6AA;
}
</style>
background-color css
<style>
a { background-color: #EDB6AA; }
a { background-color: rgb(237,182,170); }
div.DivClassName
{
background-color: #EDB6AA;
}
.BgClassName
{
background-color: #EDB6AA;
}
</style>
border-color css
<style>
span { border-color: #EDB6AA; }
span { border-color: rgb(237,182,170); }
td.TdClassName
{
border-color: #EDB6AA;
}
.TagClassName
{
border-color: #EDB6AA;
}
</style>