Shades of Shilo #EFB0A4
Tints of Shilo #EFB0A4
RGB
CMYK
RGB Variations
Color information
#EFB0A4 (or 0xEFB0A4) is known color: Shilo. HEX triplet: EF, B0 and A4. RGB value is (239,176,164). Sum of RGB (Red+Green+Blue) = 239+176+164=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 176 (69.14% from 255 or 30.40% from 579); Blue value is 164 (64.45% from 255 or 28.32% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB0A4 is #104F5B. Grayscale: #C1C1C1. Windows color (decimal): -1068892 or 10793199. OLE color: 10793199.
HSL color Cylindrical-coordinate representation of color #EFB0A4: hue angle of 9.6º 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 #EFB0A4 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 164 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.06 |
| HSL | 9.6º | 0.7% | 0.79% | - |
| HSV(B) | 9.6º | 0.31% | 0.94% | - |
| XYZ | 57.82 | 52.08 | 42.13 | - |
| YUV | 193.47 | 111.37 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 164 | 0 | 0.26 | 0.31 | 0.06 | 9.6 | 0.7 | 0.79 |
| Hex | EF | B0 | A4 | 0 | 1A | 1F | 6 | A | 46 | 4F |
| Octal | 357 | 260 | 244 | 0 | 32 | 37 | 6 | 12 | 106 | 117 |
| Binary | 11101111 | 10110000 | 10100100 | 0 | 11010 | 11111 | 110 | 1010 | 1000110 | 1001111 |
Color Harmonies of #EFB0A4
Complementary color
Monochromatic Colors of #EFB0A4
Black with #EFB0A4
Text Example
Text Example
White with #EFB0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB0A4; }
p { color: rgb(239,176,164); }
H1.HeaderClassName
{
color: #EFB0A4;
}
.AnyTagClassName
{
color: #EFB0A4;
}
</style>
background-color css
<style>
a { background-color: #EFB0A4; }
a { background-color: rgb(239,176,164); }
div.DivClassName
{
background-color: #EFB0A4;
}
.BgClassName
{
background-color: #EFB0A4;
}
</style>
border-color css
<style>
span { border-color: #EFB0A4; }
span { border-color: rgb(239,176,164); }
td.TdClassName
{
border-color: #EFB0A4;
}
.TagClassName
{
border-color: #EFB0A4;
}
</style>