Shades of Shilo #EFB7A9
Tints of Shilo #EFB7A9
RGB
CMYK
RGB Variations
Color information
#EFB7A9 (or 0xEFB7A9) is known color: Shilo. HEX triplet: EF, B7 and A9. RGB value is (239,183,169). Sum of RGB (Red+Green+Blue) = 239+183+169=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 183 (71.88% from 255 or 30.96% from 591); Blue value is 169 (66.41% from 255 or 28.60% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB7A9 is #104856. Grayscale: #C6C6C6. Windows color (decimal): -1067095 or 11122671. OLE color: 11122671.
HSL color Cylindrical-coordinate representation of color #EFB7A9: hue angle of 12º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFB7A9 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 169 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.06 |
| HSL | 12º | 0.69% | 0.8% | - |
| HSV(B) | 12º | 0.29% | 0.94% | - |
| XYZ | 59.69 | 55.08 | 45.02 | - |
| YUV | 198.15 | 111.55 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 169 | 0 | 0.23 | 0.29 | 0.06 | 12 | 0.69 | 0.8 |
| Hex | EF | B7 | A9 | 0 | 17 | 1D | 6 | C | 45 | 50 |
| Octal | 357 | 267 | 251 | 0 | 27 | 35 | 6 | 14 | 105 | 120 |
| Binary | 11101111 | 10110111 | 10101001 | 0 | 10111 | 11101 | 110 | 1100 | 1000101 | 1010000 |
Color Harmonies of #EFB7A9
Complementary color
Monochromatic Colors of #EFB7A9
Black with #EFB7A9
Text Example
Text Example
White with #EFB7A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB7A9; }
p { color: rgb(239,183,169); }
H1.HeaderClassName
{
color: #EFB7A9;
}
.AnyTagClassName
{
color: #EFB7A9;
}
</style>
background-color css
<style>
a { background-color: #EFB7A9; }
a { background-color: rgb(239,183,169); }
div.DivClassName
{
background-color: #EFB7A9;
}
.BgClassName
{
background-color: #EFB7A9;
}
</style>
border-color css
<style>
span { border-color: #EFB7A9; }
span { border-color: rgb(239,183,169); }
td.TdClassName
{
border-color: #EFB7A9;
}
.TagClassName
{
border-color: #EFB7A9;
}
</style>