Shades of Shilo #EDB4AB
Tints of Shilo #EDB4AB
RGB
CMYK
RGB Variations
Color information
#EDB4AB (or 0xEDB4AB) is known color: Shilo. HEX triplet: ED, B4 and AB. RGB value is (237,180,171). Sum of RGB (Red+Green+Blue) = 237+180+171=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 180 (70.70% from 255 or 30.61% from 588); Blue value is 171 (67.19% from 255 or 29.08% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB4AB is #124B54. Grayscale: #C4C4C4. Windows color (decimal): -1198933 or 11252973. OLE color: 11252973.
HSL color Cylindrical-coordinate representation of color #EDB4AB: hue angle of 8.18º 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 #EDB4AB is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 171 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.07 |
| HSL | 8.18º | 0.65% | 0.8% | - |
| HSV(B) | 8.18º | 0.28% | 0.93% | - |
| XYZ | 58.6 | 53.59 | 45.78 | - |
| YUV | 196.02 | 113.88 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 171 | 0 | 0.24 | 0.28 | 0.07 | 8.18 | 0.65 | 0.8 |
| Hex | ED | B4 | AB | 0 | 18 | 1C | 7 | 8 | 41 | 50 |
| Octal | 355 | 264 | 253 | 0 | 30 | 34 | 7 | 10 | 101 | 120 |
| Binary | 11101101 | 10110100 | 10101011 | 0 | 11000 | 11100 | 111 | 1000 | 1000001 | 1010000 |
Color Harmonies of #EDB4AB
Complementary color
Monochromatic Colors of #EDB4AB
Black with #EDB4AB
Text Example
Text Example
White with #EDB4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB4AB; }
p { color: rgb(237,180,171); }
H1.HeaderClassName
{
color: #EDB4AB;
}
.AnyTagClassName
{
color: #EDB4AB;
}
</style>
background-color css
<style>
a { background-color: #EDB4AB; }
a { background-color: rgb(237,180,171); }
div.DivClassName
{
background-color: #EDB4AB;
}
.BgClassName
{
background-color: #EDB4AB;
}
</style>
border-color css
<style>
span { border-color: #EDB4AB; }
span { border-color: rgb(237,180,171); }
td.TdClassName
{
border-color: #EDB4AB;
}
.TagClassName
{
border-color: #EDB4AB;
}
</style>