Shades of Tacao #EFAE86
Tints of Tacao #EFAE86
RGB
CMYK
RGB Variations
Color information
#EFAE86 (or 0xEFAE86) is known color: Tacao. HEX triplet: EF, AE and 86. RGB value is (239,174,134). Sum of RGB (Red+Green+Blue) = 239+174+134=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 134 (52.73% from 255 or 24.50% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAE86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAE86 is #105179. Grayscale: #BDBDBD. Windows color (decimal): -1069434 or 8826607. OLE color: 8826607.
HSL color Cylindrical-coordinate representation of color #EFAE86: hue angle of 22.86º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFAE86 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 174 | 134 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.06 |
| HSL | 22.86º | 0.77% | 0.73% | - |
| HSV(B) | 22.86º | 0.44% | 0.94% | - |
| XYZ | 55.04 | 50.34 | 29.37 | - |
| YUV | 188.88 | 97.03 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 174 | 134 | 0 | 0.27 | 0.44 | 0.06 | 22.86 | 0.77 | 0.73 |
| Hex | EF | AE | 86 | 0 | 1B | 2C | 6 | 17 | 4D | 49 |
| Octal | 357 | 256 | 206 | 0 | 33 | 54 | 6 | 27 | 115 | 111 |
| Binary | 11101111 | 10101110 | 10000110 | 0 | 11011 | 101100 | 110 | 10111 | 1001101 | 1001001 |
Color Harmonies of #EFAE86
Complementary color
Monochromatic Colors of #EFAE86
Black with #EFAE86
Text Example
Text Example
White with #EFAE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAE86; }
p { color: rgb(239,174,134); }
H1.HeaderClassName
{
color: #EFAE86;
}
.AnyTagClassName
{
color: #EFAE86;
}
</style>
background-color css
<style>
a { background-color: #EFAE86; }
a { background-color: rgb(239,174,134); }
div.DivClassName
{
background-color: #EFAE86;
}
.BgClassName
{
background-color: #EFAE86;
}
</style>
border-color css
<style>
span { border-color: #EFAE86; }
span { border-color: rgb(239,174,134); }
td.TdClassName
{
border-color: #EFAE86;
}
.TagClassName
{
border-color: #EFAE86;
}
</style>