Shades of Tacao #EFA67C
Tints of Tacao #EFA67C
RGB
CMYK
RGB Variations
Color information
#EFA67C (or 0xEFA67C) is known color: Tacao. HEX triplet: EF, A6 and 7C. RGB value is (239,166,124). Sum of RGB (Red+Green+Blue) = 239+166+124=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 166 (65.23% from 255 or 31.38% from 529); Blue value is 124 (48.83% from 255 or 23.44% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA67C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA67C is #105983. Grayscale: #B7B7B7. Windows color (decimal): -1071492 or 8169199. OLE color: 8169199.
HSL color Cylindrical-coordinate representation of color #EFA67C: hue angle of 21.91º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFA67C is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 124 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.06 |
| HSL | 21.91º | 0.78% | 0.71% | - |
| HSV(B) | 21.91º | 0.48% | 0.94% | - |
| XYZ | 52.87 | 47.08 | 25.37 | - |
| YUV | 183.04 | 94.68 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 124 | 0 | 0.31 | 0.48 | 0.06 | 21.91 | 0.78 | 0.71 |
| Hex | EF | A6 | 7C | 0 | 1F | 30 | 6 | 16 | 4E | 47 |
| Octal | 357 | 246 | 174 | 0 | 37 | 60 | 6 | 26 | 116 | 107 |
| Binary | 11101111 | 10100110 | 1111100 | 0 | 11111 | 110000 | 110 | 10110 | 1001110 | 1000111 |
Color Harmonies of #EFA67C
Complementary color
Monochromatic Colors of #EFA67C
Black with #EFA67C
Text Example
Text Example
White with #EFA67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA67C; }
p { color: rgb(239,166,124); }
H1.HeaderClassName
{
color: #EFA67C;
}
.AnyTagClassName
{
color: #EFA67C;
}
</style>
background-color css
<style>
a { background-color: #EFA67C; }
a { background-color: rgb(239,166,124); }
div.DivClassName
{
background-color: #EFA67C;
}
.BgClassName
{
background-color: #EFA67C;
}
</style>
border-color css
<style>
span { border-color: #EFA67C; }
span { border-color: rgb(239,166,124); }
td.TdClassName
{
border-color: #EFA67C;
}
.TagClassName
{
border-color: #EFA67C;
}
</style>