Shades of Tacao #EFA66F
Tints of Tacao #EFA66F
RGB
CMYK
RGB Variations
Color information
#EFA66F (or 0xEFA66F) is known color: Tacao. HEX triplet: EF, A6 and 6F. RGB value is (239,166,111). Sum of RGB (Red+Green+Blue) = 239+166+111=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 166 (65.23% from 255 or 32.17% from 516); Blue value is 111 (43.75% from 255 or 21.51% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA66F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA66F is #105990. Grayscale: #B5B5B5. Windows color (decimal): -1071505 or 7317231. OLE color: 7317231.
HSL color Cylindrical-coordinate representation of color #EFA66F: hue angle of 25.78º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFA66F is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 111 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.06 |
| HSL | 25.78º | 0.8% | 0.69% | - |
| HSV(B) | 25.78º | 0.54% | 0.94% | - |
| XYZ | 52.1 | 46.77 | 21.32 | - |
| YUV | 181.56 | 88.18 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 111 | 0 | 0.31 | 0.54 | 0.06 | 25.78 | 0.8 | 0.69 |
| Hex | EF | A6 | 6F | 0 | 1F | 36 | 6 | 1A | 50 | 45 |
| Octal | 357 | 246 | 157 | 0 | 37 | 66 | 6 | 32 | 120 | 105 |
| Binary | 11101111 | 10100110 | 1101111 | 0 | 11111 | 110110 | 110 | 11010 | 1010000 | 1000101 |
Color Harmonies of #EFA66F
Complementary color
Monochromatic Colors of #EFA66F
Black with #EFA66F
Text Example
Text Example
White with #EFA66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA66F; }
p { color: rgb(239,166,111); }
H1.HeaderClassName
{
color: #EFA66F;
}
.AnyTagClassName
{
color: #EFA66F;
}
</style>
background-color css
<style>
a { background-color: #EFA66F; }
a { background-color: rgb(239,166,111); }
div.DivClassName
{
background-color: #EFA66F;
}
.BgClassName
{
background-color: #EFA66F;
}
</style>
border-color css
<style>
span { border-color: #EFA66F; }
span { border-color: rgb(239,166,111); }
td.TdClassName
{
border-color: #EFA66F;
}
.TagClassName
{
border-color: #EFA66F;
}
</style>