Shades of Tacao #EFAC6C
Tints of Tacao #EFAC6C
RGB
CMYK
RGB Variations
Color information
#EFAC6C (or 0xEFAC6C) is known color: Tacao. HEX triplet: EF, AC and 6C. RGB value is (239,172,108). Sum of RGB (Red+Green+Blue) = 239+172+108=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 108 (42.58% from 255 or 20.81% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAC6C is #105393. Grayscale: #B9B9B9. Windows color (decimal): -1069972 or 7122159. OLE color: 7122159.
HSL color Cylindrical-coordinate representation of color #EFAC6C: hue angle of 29.31º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EFAC6C is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 108 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.06 |
| HSL | 29.31º | 0.8% | 0.68% | - |
| HSV(B) | 29.31º | 0.55% | 0.94% | - |
| XYZ | 53.06 | 48.94 | 20.84 | - |
| YUV | 184.74 | 84.7 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 108 | 0 | 0.28 | 0.55 | 0.06 | 29.31 | 0.8 | 0.68 |
| Hex | EF | AC | 6C | 0 | 1C | 37 | 6 | 1D | 50 | 44 |
| Octal | 357 | 254 | 154 | 0 | 34 | 67 | 6 | 35 | 120 | 104 |
| Binary | 11101111 | 10101100 | 1101100 | 0 | 11100 | 110111 | 110 | 11101 | 1010000 | 1000100 |
Color Harmonies of #EFAC6C
Complementary color
Monochromatic Colors of #EFAC6C
Black with #EFAC6C
Text Example
Text Example
White with #EFAC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAC6C; }
p { color: rgb(239,172,108); }
H1.HeaderClassName
{
color: #EFAC6C;
}
.AnyTagClassName
{
color: #EFAC6C;
}
</style>
background-color css
<style>
a { background-color: #EFAC6C; }
a { background-color: rgb(239,172,108); }
div.DivClassName
{
background-color: #EFAC6C;
}
.BgClassName
{
background-color: #EFAC6C;
}
</style>
border-color css
<style>
span { border-color: #EFAC6C; }
span { border-color: rgb(239,172,108); }
td.TdClassName
{
border-color: #EFAC6C;
}
.TagClassName
{
border-color: #EFAC6C;
}
</style>