Shades of Tacao #EFAF74
Tints of Tacao #EFAF74
RGB
CMYK
RGB Variations
Color information
#EFAF74 (or 0xEFAF74) is known color: Tacao. HEX triplet: EF, AF and 74. RGB value is (239,175,116). Sum of RGB (Red+Green+Blue) = 239+175+116=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 116 (45.70% from 255 or 21.89% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAF74 is #10508B. Grayscale: #BBBBBB. Windows color (decimal): -1069196 or 7647215. OLE color: 7647215.
HSL color Cylindrical-coordinate representation of color #EFAF74: hue angle of 28.78º 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 #EFAF74 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 175 | 116 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.06 |
| HSL | 28.78º | 0.79% | 0.7% | - |
| HSV(B) | 28.78º | 0.51% | 0.94% | - |
| XYZ | 54.08 | 50.27 | 23.38 | - |
| YUV | 187.41 | 87.7 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 175 | 116 | 0 | 0.27 | 0.51 | 0.06 | 28.78 | 0.79 | 0.7 |
| Hex | EF | AF | 74 | 0 | 1B | 33 | 6 | 1D | 4F | 46 |
| Octal | 357 | 257 | 164 | 0 | 33 | 63 | 6 | 35 | 117 | 106 |
| Binary | 11101111 | 10101111 | 1110100 | 0 | 11011 | 110011 | 110 | 11101 | 1001111 | 1000110 |
Color Harmonies of #EFAF74
Complementary color
Monochromatic Colors of #EFAF74
Black with #EFAF74
Text Example
Text Example
White with #EFAF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAF74; }
p { color: rgb(239,175,116); }
H1.HeaderClassName
{
color: #EFAF74;
}
.AnyTagClassName
{
color: #EFAF74;
}
</style>
background-color css
<style>
a { background-color: #EFAF74; }
a { background-color: rgb(239,175,116); }
div.DivClassName
{
background-color: #EFAF74;
}
.BgClassName
{
background-color: #EFAF74;
}
</style>
border-color css
<style>
span { border-color: #EFAF74; }
span { border-color: rgb(239,175,116); }
td.TdClassName
{
border-color: #EFAF74;
}
.TagClassName
{
border-color: #EFAF74;
}
</style>