Shades of Shilo #EFB6A9
Tints of Shilo #EFB6A9
RGB
CMYK
RGB Variations
Color information
#EFB6A9 (or 0xEFB6A9) is known color: Shilo. HEX triplet: EF, B6 and A9. RGB value is (239,182,169). Sum of RGB (Red+Green+Blue) = 239+182+169=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 182 (71.48% from 255 or 30.85% from 590); Blue value is 169 (66.41% from 255 or 28.64% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB6A9 is #104956. Grayscale: #C5C5C5. Windows color (decimal): -1067351 or 11122415. OLE color: 11122415.
HSL color Cylindrical-coordinate representation of color #EFB6A9: hue angle of 11.14º 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 #EFB6A9 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 169 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.06 |
| HSL | 11.14º | 0.69% | 0.8% | - |
| HSV(B) | 11.14º | 0.29% | 0.94% | - |
| XYZ | 59.49 | 54.67 | 44.95 | - |
| YUV | 197.56 | 111.88 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 169 | 0 | 0.24 | 0.29 | 0.06 | 11.14 | 0.69 | 0.8 |
| Hex | EF | B6 | A9 | 0 | 18 | 1D | 6 | B | 45 | 50 |
| Octal | 357 | 266 | 251 | 0 | 30 | 35 | 6 | 13 | 105 | 120 |
| Binary | 11101111 | 10110110 | 10101001 | 0 | 11000 | 11101 | 110 | 1011 | 1000101 | 1010000 |
Color Harmonies of #EFB6A9
Complementary color
Monochromatic Colors of #EFB6A9
Black with #EFB6A9
Text Example
Text Example
White with #EFB6A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB6A9; }
p { color: rgb(239,182,169); }
H1.HeaderClassName
{
color: #EFB6A9;
}
.AnyTagClassName
{
color: #EFB6A9;
}
</style>
background-color css
<style>
a { background-color: #EFB6A9; }
a { background-color: rgb(239,182,169); }
div.DivClassName
{
background-color: #EFB6A9;
}
.BgClassName
{
background-color: #EFB6A9;
}
</style>
border-color css
<style>
span { border-color: #EFB6A9; }
span { border-color: rgb(239,182,169); }
td.TdClassName
{
border-color: #EFB6A9;
}
.TagClassName
{
border-color: #EFB6A9;
}
</style>