Shades of Tacao #EFAA80
Tints of Tacao #EFAA80
RGB
CMYK
RGB Variations
Color information
#EFAA80 (or 0xEFAA80) is known color: Tacao. HEX triplet: EF, AA and 80. RGB value is (239,170,128). Sum of RGB (Red+Green+Blue) = 239+170+128=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 128 (50.39% from 255 or 23.84% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAA80 is #10557F. Grayscale: #BABABA. Windows color (decimal): -1070464 or 8432367. OLE color: 8432367.
HSL color Cylindrical-coordinate representation of color #EFAA80: hue angle of 22.7º degrees, saturation: 0.78, 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 #EFAA80 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 170 | 128 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.06 |
| HSL | 22.7º | 0.78% | 0.72% | - |
| HSV(B) | 22.7º | 0.46% | 0.94% | - |
| XYZ | 53.87 | 48.66 | 26.98 | - |
| YUV | 185.84 | 95.36 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 170 | 128 | 0 | 0.29 | 0.46 | 0.06 | 22.7 | 0.78 | 0.72 |
| Hex | EF | AA | 80 | 0 | 1D | 2E | 6 | 17 | 4E | 48 |
| Octal | 357 | 252 | 200 | 0 | 35 | 56 | 6 | 27 | 116 | 110 |
| Binary | 11101111 | 10101010 | 10000000 | 0 | 11101 | 101110 | 110 | 10111 | 1001110 | 1001000 |
Color Harmonies of #EFAA80
Complementary color
Monochromatic Colors of #EFAA80
Black with #EFAA80
Text Example
Text Example
White with #EFAA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAA80; }
p { color: rgb(239,170,128); }
H1.HeaderClassName
{
color: #EFAA80;
}
.AnyTagClassName
{
color: #EFAA80;
}
</style>
background-color css
<style>
a { background-color: #EFAA80; }
a { background-color: rgb(239,170,128); }
div.DivClassName
{
background-color: #EFAA80;
}
.BgClassName
{
background-color: #EFAA80;
}
</style>
border-color css
<style>
span { border-color: #EFAA80; }
span { border-color: rgb(239,170,128); }
td.TdClassName
{
border-color: #EFAA80;
}
.TagClassName
{
border-color: #EFAA80;
}
</style>