Shades of Tacao #EFA973
Tints of Tacao #EFA973
RGB
CMYK
RGB Variations
Color information
#EFA973 (or 0xEFA973) is known color: Tacao. HEX triplet: EF, A9 and 73. RGB value is (239,169,115). Sum of RGB (Red+Green+Blue) = 239+169+115=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 169 (66.41% from 255 or 32.31% from 523); Blue value is 115 (45.31% from 255 or 21.99% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA973 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA973 is #10568C. Grayscale: #B8B8B8. Windows color (decimal): -1070733 or 7580143. OLE color: 7580143.
HSL color Cylindrical-coordinate representation of color #EFA973: hue angle of 26.13º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFA973 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 169 | 115 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.06 |
| HSL | 26.13º | 0.79% | 0.69% | - |
| HSV(B) | 26.13º | 0.52% | 0.94% | - |
| XYZ | 52.88 | 47.96 | 22.69 | - |
| YUV | 183.77 | 89.19 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 169 | 115 | 0 | 0.29 | 0.52 | 0.06 | 26.13 | 0.79 | 0.69 |
| Hex | EF | A9 | 73 | 0 | 1D | 34 | 6 | 1A | 4F | 45 |
| Octal | 357 | 251 | 163 | 0 | 35 | 64 | 6 | 32 | 117 | 105 |
| Binary | 11101111 | 10101001 | 1110011 | 0 | 11101 | 110100 | 110 | 11010 | 1001111 | 1000101 |
Color Harmonies of #EFA973
Complementary color
Monochromatic Colors of #EFA973
Black with #EFA973
Text Example
Text Example
White with #EFA973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA973; }
p { color: rgb(239,169,115); }
H1.HeaderClassName
{
color: #EFA973;
}
.AnyTagClassName
{
color: #EFA973;
}
</style>
background-color css
<style>
a { background-color: #EFA973; }
a { background-color: rgb(239,169,115); }
div.DivClassName
{
background-color: #EFA973;
}
.BgClassName
{
background-color: #EFA973;
}
</style>
border-color css
<style>
span { border-color: #EFA973; }
span { border-color: rgb(239,169,115); }
td.TdClassName
{
border-color: #EFA973;
}
.TagClassName
{
border-color: #EFA973;
}
</style>