Shades of Tacao #EFAF76
Tints of Tacao #EFAF76
RGB
CMYK
RGB Variations
Color information
#EFAF76 (or 0xEFAF76) is known color: Tacao. HEX triplet: EF, AF and 76. RGB value is (239,175,118). Sum of RGB (Red+Green+Blue) = 239+175+118=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 118 (46.48% from 255 or 22.18% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAF76 is #105089. Grayscale: #BBBBBB. Windows color (decimal): -1069194 or 7778287. OLE color: 7778287.
HSL color Cylindrical-coordinate representation of color #EFAF76: hue angle of 28.26º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFAF76 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 175 | 118 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.06 |
| HSL | 28.26º | 0.79% | 0.7% | - |
| HSV(B) | 28.26º | 0.51% | 0.94% | - |
| XYZ | 54.2 | 50.32 | 24 | - |
| YUV | 187.64 | 88.7 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 175 | 118 | 0 | 0.27 | 0.51 | 0.06 | 28.26 | 0.79 | 0.7 |
| Hex | EF | AF | 76 | 0 | 1B | 33 | 6 | 1C | 4F | 46 |
| Octal | 357 | 257 | 166 | 0 | 33 | 63 | 6 | 34 | 117 | 106 |
| Binary | 11101111 | 10101111 | 1110110 | 0 | 11011 | 110011 | 110 | 11100 | 1001111 | 1000110 |
Color Harmonies of #EFAF76
Complementary color
Monochromatic Colors of #EFAF76
Black with #EFAF76
Text Example
Text Example
White with #EFAF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAF76; }
p { color: rgb(239,175,118); }
H1.HeaderClassName
{
color: #EFAF76;
}
.AnyTagClassName
{
color: #EFAF76;
}
</style>
background-color css
<style>
a { background-color: #EFAF76; }
a { background-color: rgb(239,175,118); }
div.DivClassName
{
background-color: #EFAF76;
}
.BgClassName
{
background-color: #EFAF76;
}
</style>
border-color css
<style>
span { border-color: #EFAF76; }
span { border-color: rgb(239,175,118); }
td.TdClassName
{
border-color: #EFAF76;
}
.TagClassName
{
border-color: #EFAF76;
}
</style>