Shades of Tacao #EFA882
Tints of Tacao #EFA882
RGB
CMYK
RGB Variations
Color information
#EFA882 (or 0xEFA882) is known color: Tacao. HEX triplet: EF, A8 and 82. RGB value is (239,168,130). Sum of RGB (Red+Green+Blue) = 239+168+130=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 168 (66.02% from 255 or 31.28% from 537); Blue value is 130 (51.17% from 255 or 24.21% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA882 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA882 is #10577D. Grayscale: #B9B9B9. Windows color (decimal): -1070974 or 8562927. OLE color: 8562927.
HSL color Cylindrical-coordinate representation of color #EFA882: hue angle of 20.92º 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 #EFA882 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 130 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.06 |
| HSL | 20.92º | 0.77% | 0.72% | - |
| HSV(B) | 20.92º | 0.46% | 0.94% | - |
| XYZ | 53.63 | 47.97 | 27.55 | - |
| YUV | 184.9 | 97.02 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 130 | 0 | 0.30 | 0.46 | 0.06 | 20.92 | 0.77 | 0.72 |
| Hex | EF | A8 | 82 | 0 | 1E | 2E | 6 | 15 | 4D | 48 |
| Octal | 357 | 250 | 202 | 0 | 36 | 56 | 6 | 25 | 115 | 110 |
| Binary | 11101111 | 10101000 | 10000010 | 0 | 11110 | 101110 | 110 | 10101 | 1001101 | 1001000 |
Color Harmonies of #EFA882
Complementary color
Monochromatic Colors of #EFA882
Black with #EFA882
Text Example
Text Example
White with #EFA882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA882; }
p { color: rgb(239,168,130); }
H1.HeaderClassName
{
color: #EFA882;
}
.AnyTagClassName
{
color: #EFA882;
}
</style>
background-color css
<style>
a { background-color: #EFA882; }
a { background-color: rgb(239,168,130); }
div.DivClassName
{
background-color: #EFA882;
}
.BgClassName
{
background-color: #EFA882;
}
</style>
border-color css
<style>
span { border-color: #EFA882; }
span { border-color: rgb(239,168,130); }
td.TdClassName
{
border-color: #EFA882;
}
.TagClassName
{
border-color: #EFA882;
}
</style>