Shades of Tacao #EFA975
Tints of Tacao #EFA975
RGB
CMYK
RGB Variations
Color information
#EFA975 (or 0xEFA975) is known color: Tacao. HEX triplet: EF, A9 and 75. RGB value is (239,169,117). Sum of RGB (Red+Green+Blue) = 239+169+117=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 169 (66.41% from 255 or 32.19% from 525); Blue value is 117 (46.09% from 255 or 22.29% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA975 is #10568A. Grayscale: #B8B8B8. Windows color (decimal): -1070731 or 7711215. OLE color: 7711215.
HSL color Cylindrical-coordinate representation of color #EFA975: hue angle of 25.57º 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 #EFA975 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 169 | 117 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.06 |
| HSL | 25.57º | 0.79% | 0.7% | - |
| HSV(B) | 25.57º | 0.51% | 0.94% | - |
| XYZ | 53 | 48.01 | 23.3 | - |
| YUV | 184 | 90.19 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 169 | 117 | 0 | 0.29 | 0.51 | 0.06 | 25.57 | 0.79 | 0.7 |
| Hex | EF | A9 | 75 | 0 | 1D | 33 | 6 | 1A | 4F | 46 |
| Octal | 357 | 251 | 165 | 0 | 35 | 63 | 6 | 32 | 117 | 106 |
| Binary | 11101111 | 10101001 | 1110101 | 0 | 11101 | 110011 | 110 | 11010 | 1001111 | 1000110 |
Color Harmonies of #EFA975
Complementary color
Monochromatic Colors of #EFA975
Black with #EFA975
Text Example
Text Example
White with #EFA975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA975; }
p { color: rgb(239,169,117); }
H1.HeaderClassName
{
color: #EFA975;
}
.AnyTagClassName
{
color: #EFA975;
}
</style>
background-color css
<style>
a { background-color: #EFA975; }
a { background-color: rgb(239,169,117); }
div.DivClassName
{
background-color: #EFA975;
}
.BgClassName
{
background-color: #EFA975;
}
</style>
border-color css
<style>
span { border-color: #EFA975; }
span { border-color: rgb(239,169,117); }
td.TdClassName
{
border-color: #EFA975;
}
.TagClassName
{
border-color: #EFA975;
}
</style>