Shades of Tacao #EFAF81
Tints of Tacao #EFAF81
RGB
CMYK
RGB Variations
Color information
#EFAF81 (or 0xEFAF81) is known color: Tacao. HEX triplet: EF, AF and 81. RGB value is (239,175,129). Sum of RGB (Red+Green+Blue) = 239+175+129=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 129 (50.78% from 255 or 23.76% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAF81 is #10507E. Grayscale: #BDBDBD. Windows color (decimal): -1069183 or 8499183. OLE color: 8499183.
HSL color Cylindrical-coordinate representation of color #EFAF81: hue angle of 25.09º 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 #EFAF81 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 175 | 129 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.06 |
| HSL | 25.09º | 0.77% | 0.72% | - |
| HSV(B) | 25.09º | 0.46% | 0.94% | - |
| XYZ | 54.89 | 50.6 | 27.64 | - |
| YUV | 188.89 | 94.2 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 175 | 129 | 0 | 0.27 | 0.46 | 0.06 | 25.09 | 0.77 | 0.72 |
| Hex | EF | AF | 81 | 0 | 1B | 2E | 6 | 19 | 4D | 48 |
| Octal | 357 | 257 | 201 | 0 | 33 | 56 | 6 | 31 | 115 | 110 |
| Binary | 11101111 | 10101111 | 10000001 | 0 | 11011 | 101110 | 110 | 11001 | 1001101 | 1001000 |
Color Harmonies of #EFAF81
Complementary color
Monochromatic Colors of #EFAF81
Black with #EFAF81
Text Example
Text Example
White with #EFAF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAF81; }
p { color: rgb(239,175,129); }
H1.HeaderClassName
{
color: #EFAF81;
}
.AnyTagClassName
{
color: #EFAF81;
}
</style>
background-color css
<style>
a { background-color: #EFAF81; }
a { background-color: rgb(239,175,129); }
div.DivClassName
{
background-color: #EFAF81;
}
.BgClassName
{
background-color: #EFAF81;
}
</style>
border-color css
<style>
span { border-color: #EFAF81; }
span { border-color: rgb(239,175,129); }
td.TdClassName
{
border-color: #EFAF81;
}
.TagClassName
{
border-color: #EFAF81;
}
</style>