Shades of Tacao #EFA96D
Tints of Tacao #EFA96D
RGB
CMYK
RGB Variations
Color information
#EFA96D (or 0xEFA96D) is known color: Tacao. HEX triplet: EF, A9 and 6D. RGB value is (239,169,109). Sum of RGB (Red+Green+Blue) = 239+169+109=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 169 (66.41% from 255 or 32.69% from 517); Blue value is 109 (42.97% from 255 or 21.08% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA96D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA96D is #105692. Grayscale: #B7B7B7. Windows color (decimal): -1070739 or 7186927. OLE color: 7186927.
HSL color Cylindrical-coordinate representation of color #EFA96D: hue angle of 27.69º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFA96D is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 169 | 109 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.06 |
| HSL | 27.69º | 0.8% | 0.68% | - |
| HSV(B) | 27.69º | 0.54% | 0.94% | - |
| XYZ | 52.54 | 47.83 | 20.93 | - |
| YUV | 183.09 | 86.19 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 169 | 109 | 0 | 0.29 | 0.54 | 0.06 | 27.69 | 0.8 | 0.68 |
| Hex | EF | A9 | 6D | 0 | 1D | 36 | 6 | 1C | 50 | 44 |
| Octal | 357 | 251 | 155 | 0 | 35 | 66 | 6 | 34 | 120 | 104 |
| Binary | 11101111 | 10101001 | 1101101 | 0 | 11101 | 110110 | 110 | 11100 | 1010000 | 1000100 |
Color Harmonies of #EFA96D
Complementary color
Monochromatic Colors of #EFA96D
Black with #EFA96D
Text Example
Text Example
White with #EFA96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA96D; }
p { color: rgb(239,169,109); }
H1.HeaderClassName
{
color: #EFA96D;
}
.AnyTagClassName
{
color: #EFA96D;
}
</style>
background-color css
<style>
a { background-color: #EFA96D; }
a { background-color: rgb(239,169,109); }
div.DivClassName
{
background-color: #EFA96D;
}
.BgClassName
{
background-color: #EFA96D;
}
</style>
border-color css
<style>
span { border-color: #EFA96D; }
span { border-color: rgb(239,169,109); }
td.TdClassName
{
border-color: #EFA96D;
}
.TagClassName
{
border-color: #EFA96D;
}
</style>