Shades of Shilo #EFB0A5
Tints of Shilo #EFB0A5
RGB
CMYK
RGB Variations
Color information
#EFB0A5 (or 0xEFB0A5) is known color: Shilo. HEX triplet: EF, B0 and A5. RGB value is (239,176,165). Sum of RGB (Red+Green+Blue) = 239+176+165=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 176 (69.14% from 255 or 30.34% from 580); Blue value is 165 (64.84% from 255 or 28.45% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB0A5 is #104F5A. Grayscale: #C1C1C1. Windows color (decimal): -1068891 or 10858735. OLE color: 10858735.
HSL color Cylindrical-coordinate representation of color #EFB0A5: hue angle of 8.92º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFB0A5 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 165 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.06 |
| HSL | 8.92º | 0.7% | 0.79% | - |
| HSV(B) | 8.92º | 0.31% | 0.94% | - |
| XYZ | 57.91 | 52.12 | 42.6 | - |
| YUV | 193.58 | 111.87 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 165 | 0 | 0.26 | 0.31 | 0.06 | 8.92 | 0.7 | 0.79 |
| Hex | EF | B0 | A5 | 0 | 1A | 1F | 6 | 9 | 46 | 4F |
| Octal | 357 | 260 | 245 | 0 | 32 | 37 | 6 | 11 | 106 | 117 |
| Binary | 11101111 | 10110000 | 10100101 | 0 | 11010 | 11111 | 110 | 1001 | 1000110 | 1001111 |
Color Harmonies of #EFB0A5
Complementary color
Monochromatic Colors of #EFB0A5
Black with #EFB0A5
Text Example
Text Example
White with #EFB0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB0A5; }
p { color: rgb(239,176,165); }
H1.HeaderClassName
{
color: #EFB0A5;
}
.AnyTagClassName
{
color: #EFB0A5;
}
</style>
background-color css
<style>
a { background-color: #EFB0A5; }
a { background-color: rgb(239,176,165); }
div.DivClassName
{
background-color: #EFB0A5;
}
.BgClassName
{
background-color: #EFB0A5;
}
</style>
border-color css
<style>
span { border-color: #EFB0A5; }
span { border-color: rgb(239,176,165); }
td.TdClassName
{
border-color: #EFB0A5;
}
.TagClassName
{
border-color: #EFB0A5;
}
</style>