Shades of Shilo #EDB8A8
Tints of Shilo #EDB8A8
RGB
CMYK
RGB Variations
Color information
#EDB8A8 (or 0xEDB8A8) is known color: Shilo. HEX triplet: ED, B8 and A8. RGB value is (237,184,168). Sum of RGB (Red+Green+Blue) = 237+184+168=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 184 (72.27% from 255 or 31.24% from 589); Blue value is 168 (66.02% from 255 or 28.52% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB8A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB8A8 is #124757. Grayscale: #C6C6C6. Windows color (decimal): -1197912 or 11057389. OLE color: 11057389.
HSL color Cylindrical-coordinate representation of color #EDB8A8: hue angle of 13.91º 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 #EDB8A8 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 168 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.07 |
| HSL | 13.91º | 0.66% | 0.79% | - |
| HSV(B) | 13.91º | 0.29% | 0.93% | - |
| XYZ | 59.13 | 55.11 | 44.57 | - |
| YUV | 198.02 | 111.06 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 168 | 0 | 0.22 | 0.29 | 0.07 | 13.91 | 0.66 | 0.79 |
| Hex | ED | B8 | A8 | 0 | 16 | 1D | 7 | E | 42 | 4F |
| Octal | 355 | 270 | 250 | 0 | 26 | 35 | 7 | 16 | 102 | 117 |
| Binary | 11101101 | 10111000 | 10101000 | 0 | 10110 | 11101 | 111 | 1110 | 1000010 | 1001111 |
Color Harmonies of #EDB8A8
Complementary color
Monochromatic Colors of #EDB8A8
Black with #EDB8A8
Text Example
Text Example
White with #EDB8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB8A8; }
p { color: rgb(237,184,168); }
H1.HeaderClassName
{
color: #EDB8A8;
}
.AnyTagClassName
{
color: #EDB8A8;
}
</style>
background-color css
<style>
a { background-color: #EDB8A8; }
a { background-color: rgb(237,184,168); }
div.DivClassName
{
background-color: #EDB8A8;
}
.BgClassName
{
background-color: #EDB8A8;
}
</style>
border-color css
<style>
span { border-color: #EDB8A8; }
span { border-color: rgb(237,184,168); }
td.TdClassName
{
border-color: #EDB8A8;
}
.TagClassName
{
border-color: #EDB8A8;
}
</style>