Shades of Tacao #EFAC81
Tints of Tacao #EFAC81
RGB
CMYK
RGB Variations
Color information
#EFAC81 (or 0xEFAC81) is known color: Tacao. HEX triplet: EF, AC and 81. RGB value is (239,172,129). Sum of RGB (Red+Green+Blue) = 239+172+129=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 129 (50.78% from 255 or 23.89% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAC81 is #10537E. Grayscale: #BBBBBB. Windows color (decimal): -1069951 or 8498415. OLE color: 8498415.
HSL color Cylindrical-coordinate representation of color #EFAC81: hue angle of 23.45º 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 #EFAC81 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 129 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.06 |
| HSL | 23.45º | 0.77% | 0.72% | - |
| HSV(B) | 23.45º | 0.46% | 0.94% | - |
| XYZ | 54.31 | 49.44 | 27.45 | - |
| YUV | 187.13 | 95.2 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 129 | 0 | 0.28 | 0.46 | 0.06 | 23.45 | 0.77 | 0.72 |
| Hex | EF | AC | 81 | 0 | 1C | 2E | 6 | 17 | 4D | 48 |
| Octal | 357 | 254 | 201 | 0 | 34 | 56 | 6 | 27 | 115 | 110 |
| Binary | 11101111 | 10101100 | 10000001 | 0 | 11100 | 101110 | 110 | 10111 | 1001101 | 1001000 |
Color Harmonies of #EFAC81
Complementary color
Monochromatic Colors of #EFAC81
Black with #EFAC81
Text Example
Text Example
White with #EFAC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAC81; }
p { color: rgb(239,172,129); }
H1.HeaderClassName
{
color: #EFAC81;
}
.AnyTagClassName
{
color: #EFAC81;
}
</style>
background-color css
<style>
a { background-color: #EFAC81; }
a { background-color: rgb(239,172,129); }
div.DivClassName
{
background-color: #EFAC81;
}
.BgClassName
{
background-color: #EFAC81;
}
</style>
border-color css
<style>
span { border-color: #EFAC81; }
span { border-color: rgb(239,172,129); }
td.TdClassName
{
border-color: #EFAC81;
}
.TagClassName
{
border-color: #EFAC81;
}
</style>