Shades of Shilo #EFABA1
Tints of Shilo #EFABA1
RGB
CMYK
RGB Variations
Color information
#EFABA1 (or 0xEFABA1) is known color: Shilo. HEX triplet: EF, AB and A1. RGB value is (239,171,161). Sum of RGB (Red+Green+Blue) = 239+171+161=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 161 (63.28% from 255 or 28.20% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFABA1 is #10545E. Grayscale: #BEBEBE. Windows color (decimal): -1070175 or 10595311. OLE color: 10595311.
HSL color Cylindrical-coordinate representation of color #EFABA1: hue angle of 7.69º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFABA1 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 161 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.06 |
| HSL | 7.69º | 0.71% | 0.78% | - |
| HSV(B) | 7.69º | 0.33% | 0.94% | - |
| XYZ | 56.59 | 50.05 | 40.4 | - |
| YUV | 190.19 | 111.53 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 161 | 0 | 0.28 | 0.33 | 0.06 | 7.69 | 0.71 | 0.78 |
| Hex | EF | AB | A1 | 0 | 1C | 21 | 6 | 8 | 47 | 4E |
| Octal | 357 | 253 | 241 | 0 | 34 | 41 | 6 | 10 | 107 | 116 |
| Binary | 11101111 | 10101011 | 10100001 | 0 | 11100 | 100001 | 110 | 1000 | 1000111 | 1001110 |
Color Harmonies of #EFABA1
Complementary color
Monochromatic Colors of #EFABA1
Black with #EFABA1
Text Example
Text Example
White with #EFABA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFABA1; }
p { color: rgb(239,171,161); }
H1.HeaderClassName
{
color: #EFABA1;
}
.AnyTagClassName
{
color: #EFABA1;
}
</style>
background-color css
<style>
a { background-color: #EFABA1; }
a { background-color: rgb(239,171,161); }
div.DivClassName
{
background-color: #EFABA1;
}
.BgClassName
{
background-color: #EFABA1;
}
</style>
border-color css
<style>
span { border-color: #EFABA1; }
span { border-color: rgb(239,171,161); }
td.TdClassName
{
border-color: #EFABA1;
}
.TagClassName
{
border-color: #EFABA1;
}
</style>