Shades of Shilo #EFB2A7
Tints of Shilo #EFB2A7
RGB
CMYK
RGB Variations
Color information
#EFB2A7 (or 0xEFB2A7) is known color: Shilo. HEX triplet: EF, B2 and A7. RGB value is (239,178,167). Sum of RGB (Red+Green+Blue) = 239+178+167=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 178 (69.92% from 255 or 30.48% from 584); Blue value is 167 (65.62% from 255 or 28.60% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB2A7 is #104D58. Grayscale: #C3C3C3. Windows color (decimal): -1068377 or 10990319. OLE color: 10990319.
HSL color Cylindrical-coordinate representation of color #EFB2A7: hue angle of 9.17º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFB2A7 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 167 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.06 |
| HSL | 9.17º | 0.69% | 0.8% | - |
| HSV(B) | 9.17º | 0.3% | 0.94% | - |
| XYZ | 58.49 | 52.98 | 43.7 | - |
| YUV | 194.99 | 112.21 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 167 | 0 | 0.26 | 0.30 | 0.06 | 9.17 | 0.69 | 0.8 |
| Hex | EF | B2 | A7 | 0 | 1A | 1E | 6 | 9 | 45 | 50 |
| Octal | 357 | 262 | 247 | 0 | 32 | 36 | 6 | 11 | 105 | 120 |
| Binary | 11101111 | 10110010 | 10100111 | 0 | 11010 | 11110 | 110 | 1001 | 1000101 | 1010000 |
Color Harmonies of #EFB2A7
Complementary color
Monochromatic Colors of #EFB2A7
Black with #EFB2A7
Text Example
Text Example
White with #EFB2A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB2A7; }
p { color: rgb(239,178,167); }
H1.HeaderClassName
{
color: #EFB2A7;
}
.AnyTagClassName
{
color: #EFB2A7;
}
</style>
background-color css
<style>
a { background-color: #EFB2A7; }
a { background-color: rgb(239,178,167); }
div.DivClassName
{
background-color: #EFB2A7;
}
.BgClassName
{
background-color: #EFB2A7;
}
</style>
border-color css
<style>
span { border-color: #EFB2A7; }
span { border-color: rgb(239,178,167); }
td.TdClassName
{
border-color: #EFB2A7;
}
.TagClassName
{
border-color: #EFB2A7;
}
</style>