Shades of Tacao #EFA87E
Tints of Tacao #EFA87E
RGB
CMYK
RGB Variations
Color information
#EFA87E (or 0xEFA87E) is known color: Tacao. HEX triplet: EF, A8 and 7E. RGB value is (239,168,126). Sum of RGB (Red+Green+Blue) = 239+168+126=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 126 (49.61% from 255 or 23.64% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA87E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA87E is #105781. Grayscale: #B8B8B8. Windows color (decimal): -1070978 or 8300783. OLE color: 8300783.
HSL color Cylindrical-coordinate representation of color #EFA87E: hue angle of 22.3º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EFA87E is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 126 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.06 |
| HSL | 22.3º | 0.78% | 0.72% | - |
| HSV(B) | 22.3º | 0.47% | 0.94% | - |
| XYZ | 53.37 | 47.86 | 26.16 | - |
| YUV | 184.44 | 95.02 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 126 | 0 | 0.30 | 0.47 | 0.06 | 22.3 | 0.78 | 0.72 |
| Hex | EF | A8 | 7E | 0 | 1E | 2F | 6 | 16 | 4E | 48 |
| Octal | 357 | 250 | 176 | 0 | 36 | 57 | 6 | 26 | 116 | 110 |
| Binary | 11101111 | 10101000 | 1111110 | 0 | 11110 | 101111 | 110 | 10110 | 1001110 | 1001000 |
Color Harmonies of #EFA87E
Complementary color
Monochromatic Colors of #EFA87E
Black with #EFA87E
Text Example
Text Example
White with #EFA87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA87E; }
p { color: rgb(239,168,126); }
H1.HeaderClassName
{
color: #EFA87E;
}
.AnyTagClassName
{
color: #EFA87E;
}
</style>
background-color css
<style>
a { background-color: #EFA87E; }
a { background-color: rgb(239,168,126); }
div.DivClassName
{
background-color: #EFA87E;
}
.BgClassName
{
background-color: #EFA87E;
}
</style>
border-color css
<style>
span { border-color: #EFA87E; }
span { border-color: rgb(239,168,126); }
td.TdClassName
{
border-color: #EFA87E;
}
.TagClassName
{
border-color: #EFA87E;
}
</style>