Shades of Tacao #EFAB81
Tints of Tacao #EFAB81
RGB
CMYK
RGB Variations
Color information
#EFAB81 (or 0xEFAB81) is known color: Tacao. HEX triplet: EF, AB and 81. RGB value is (239,171,129). Sum of RGB (Red+Green+Blue) = 239+171+129=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 129 (50.78% from 255 or 23.93% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAB81 is #10547E. Grayscale: #BABABA. Windows color (decimal): -1070207 or 8498159. OLE color: 8498159.
HSL color Cylindrical-coordinate representation of color #EFAB81: hue angle of 22.91º 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 #EFAB81 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 129 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.06 |
| HSL | 22.91º | 0.77% | 0.72% | - |
| HSV(B) | 22.91º | 0.46% | 0.94% | - |
| XYZ | 54.12 | 49.06 | 27.39 | - |
| YUV | 186.54 | 95.53 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 129 | 0 | 0.28 | 0.46 | 0.06 | 22.91 | 0.77 | 0.72 |
| Hex | EF | AB | 81 | 0 | 1C | 2E | 6 | 17 | 4D | 48 |
| Octal | 357 | 253 | 201 | 0 | 34 | 56 | 6 | 27 | 115 | 110 |
| Binary | 11101111 | 10101011 | 10000001 | 0 | 11100 | 101110 | 110 | 10111 | 1001101 | 1001000 |
Color Harmonies of #EFAB81
Complementary color
Monochromatic Colors of #EFAB81
Black with #EFAB81
Text Example
Text Example
White with #EFAB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAB81; }
p { color: rgb(239,171,129); }
H1.HeaderClassName
{
color: #EFAB81;
}
.AnyTagClassName
{
color: #EFAB81;
}
</style>
background-color css
<style>
a { background-color: #EFAB81; }
a { background-color: rgb(239,171,129); }
div.DivClassName
{
background-color: #EFAB81;
}
.BgClassName
{
background-color: #EFAB81;
}
</style>
border-color css
<style>
span { border-color: #EFAB81; }
span { border-color: rgb(239,171,129); }
td.TdClassName
{
border-color: #EFAB81;
}
.TagClassName
{
border-color: #EFAB81;
}
</style>