Shades of Tacao #EFA672
Tints of Tacao #EFA672
RGB
CMYK
RGB Variations
Color information
#EFA672 (or 0xEFA672) is known color: Tacao. HEX triplet: EF, A6 and 72. RGB value is (239,166,114). Sum of RGB (Red+Green+Blue) = 239+166+114=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 166 (65.23% from 255 or 31.98% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA672 is #10598D. Grayscale: #B6B6B6. Windows color (decimal): -1071502 or 7513839. OLE color: 7513839.
HSL color Cylindrical-coordinate representation of color #EFA672: hue angle of 24.96º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFA672 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 114 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.06 |
| HSL | 24.96º | 0.8% | 0.69% | - |
| HSV(B) | 24.96º | 0.52% | 0.94% | - |
| XYZ | 52.27 | 46.84 | 22.21 | - |
| YUV | 181.9 | 89.68 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 114 | 0 | 0.31 | 0.52 | 0.06 | 24.96 | 0.8 | 0.69 |
| Hex | EF | A6 | 72 | 0 | 1F | 34 | 6 | 19 | 50 | 45 |
| Octal | 357 | 246 | 162 | 0 | 37 | 64 | 6 | 31 | 120 | 105 |
| Binary | 11101111 | 10100110 | 1110010 | 0 | 11111 | 110100 | 110 | 11001 | 1010000 | 1000101 |
Color Harmonies of #EFA672
Complementary color
Monochromatic Colors of #EFA672
Black with #EFA672
Text Example
Text Example
White with #EFA672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA672; }
p { color: rgb(239,166,114); }
H1.HeaderClassName
{
color: #EFA672;
}
.AnyTagClassName
{
color: #EFA672;
}
</style>
background-color css
<style>
a { background-color: #EFA672; }
a { background-color: rgb(239,166,114); }
div.DivClassName
{
background-color: #EFA672;
}
.BgClassName
{
background-color: #EFA672;
}
</style>
border-color css
<style>
span { border-color: #EFA672; }
span { border-color: rgb(239,166,114); }
td.TdClassName
{
border-color: #EFA672;
}
.TagClassName
{
border-color: #EFA672;
}
</style>