Shades of Tacao #EFA982
Tints of Tacao #EFA982
RGB
CMYK
RGB Variations
Color information
#EFA982 (or 0xEFA982) is known color: Tacao. HEX triplet: EF, A9 and 82. RGB value is (239,169,130). Sum of RGB (Red+Green+Blue) = 239+169+130=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 169 (66.41% from 255 or 31.41% from 538); Blue value is 130 (51.17% from 255 or 24.16% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA982 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA982 is #10567D. Grayscale: #B9B9B9. Windows color (decimal): -1070718 or 8563183. OLE color: 8563183.
HSL color Cylindrical-coordinate representation of color #EFA982: hue angle of 21.47º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFA982 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 169 | 130 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.06 |
| HSL | 21.47º | 0.77% | 0.72% | - |
| HSV(B) | 21.47º | 0.46% | 0.94% | - |
| XYZ | 53.81 | 48.34 | 27.61 | - |
| YUV | 185.48 | 96.69 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 169 | 130 | 0 | 0.29 | 0.46 | 0.06 | 21.47 | 0.77 | 0.72 |
| Hex | EF | A9 | 82 | 0 | 1D | 2E | 6 | 15 | 4D | 48 |
| Octal | 357 | 251 | 202 | 0 | 35 | 56 | 6 | 25 | 115 | 110 |
| Binary | 11101111 | 10101001 | 10000010 | 0 | 11101 | 101110 | 110 | 10101 | 1001101 | 1001000 |
Color Harmonies of #EFA982
Complementary color
Monochromatic Colors of #EFA982
Black with #EFA982
Text Example
Text Example
White with #EFA982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA982; }
p { color: rgb(239,169,130); }
H1.HeaderClassName
{
color: #EFA982;
}
.AnyTagClassName
{
color: #EFA982;
}
</style>
background-color css
<style>
a { background-color: #EFA982; }
a { background-color: rgb(239,169,130); }
div.DivClassName
{
background-color: #EFA982;
}
.BgClassName
{
background-color: #EFA982;
}
</style>
border-color css
<style>
span { border-color: #EFA982; }
span { border-color: rgb(239,169,130); }
td.TdClassName
{
border-color: #EFA982;
}
.TagClassName
{
border-color: #EFA982;
}
</style>