Shades of Tacao #EFA983
Tints of Tacao #EFA983
RGB
CMYK
RGB Variations
Color information
#EFA983 (or 0xEFA983) is known color: Tacao. HEX triplet: EF, A9 and 83. RGB value is (239,169,131). Sum of RGB (Red+Green+Blue) = 239+169+131=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 169 (66.41% from 255 or 31.35% from 539); Blue value is 131 (51.56% from 255 or 24.30% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA983 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA983 is #10567C. Grayscale: #B9B9B9. Windows color (decimal): -1070717 or 8628719. OLE color: 8628719.
HSL color Cylindrical-coordinate representation of color #EFA983: hue angle of 21.11º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFA983 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 169 | 131 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.06 |
| HSL | 21.11º | 0.77% | 0.73% | - |
| HSV(B) | 21.11º | 0.45% | 0.94% | - |
| XYZ | 53.88 | 48.37 | 27.97 | - |
| YUV | 185.6 | 97.19 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 169 | 131 | 0 | 0.29 | 0.45 | 0.06 | 21.11 | 0.77 | 0.73 |
| Hex | EF | A9 | 83 | 0 | 1D | 2D | 6 | 15 | 4D | 49 |
| Octal | 357 | 251 | 203 | 0 | 35 | 55 | 6 | 25 | 115 | 111 |
| Binary | 11101111 | 10101001 | 10000011 | 0 | 11101 | 101101 | 110 | 10101 | 1001101 | 1001001 |
Color Harmonies of #EFA983
Complementary color
Monochromatic Colors of #EFA983
Black with #EFA983
Text Example
Text Example
White with #EFA983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA983; }
p { color: rgb(239,169,131); }
H1.HeaderClassName
{
color: #EFA983;
}
.AnyTagClassName
{
color: #EFA983;
}
</style>
background-color css
<style>
a { background-color: #EFA983; }
a { background-color: rgb(239,169,131); }
div.DivClassName
{
background-color: #EFA983;
}
.BgClassName
{
background-color: #EFA983;
}
</style>
border-color css
<style>
span { border-color: #EFA983; }
span { border-color: rgb(239,169,131); }
td.TdClassName
{
border-color: #EFA983;
}
.TagClassName
{
border-color: #EFA983;
}
</style>