Shades of Tacao #EFA47E
Tints of Tacao #EFA47E
RGB
CMYK
RGB Variations
Color information
#EFA47E (or 0xEFA47E) is known color: Tacao. HEX triplet: EF, A4 and 7E. RGB value is (239,164,126). Sum of RGB (Red+Green+Blue) = 239+164+126=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 164 (64.45% from 255 or 31.00% from 529); Blue value is 126 (49.61% from 255 or 23.82% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA47E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA47E is #105B81. Grayscale: #B6B6B6. Windows color (decimal): -1072002 or 8299759. OLE color: 8299759.
HSL color Cylindrical-coordinate representation of color #EFA47E: hue angle of 20.18º 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 #EFA47E is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 164 | 126 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.06 |
| HSL | 20.18º | 0.78% | 0.72% | - |
| HSV(B) | 20.18º | 0.47% | 0.94% | - |
| XYZ | 52.64 | 46.41 | 25.92 | - |
| YUV | 182.09 | 96.35 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 164 | 126 | 0 | 0.31 | 0.47 | 0.06 | 20.18 | 0.78 | 0.72 |
| Hex | EF | A4 | 7E | 0 | 1F | 2F | 6 | 14 | 4E | 48 |
| Octal | 357 | 244 | 176 | 0 | 37 | 57 | 6 | 24 | 116 | 110 |
| Binary | 11101111 | 10100100 | 1111110 | 0 | 11111 | 101111 | 110 | 10100 | 1001110 | 1001000 |
Color Harmonies of #EFA47E
Complementary color
Monochromatic Colors of #EFA47E
Black with #EFA47E
Text Example
Text Example
White with #EFA47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA47E; }
p { color: rgb(239,164,126); }
H1.HeaderClassName
{
color: #EFA47E;
}
.AnyTagClassName
{
color: #EFA47E;
}
</style>
background-color css
<style>
a { background-color: #EFA47E; }
a { background-color: rgb(239,164,126); }
div.DivClassName
{
background-color: #EFA47E;
}
.BgClassName
{
background-color: #EFA47E;
}
</style>
border-color css
<style>
span { border-color: #EFA47E; }
span { border-color: rgb(239,164,126); }
td.TdClassName
{
border-color: #EFA47E;
}
.TagClassName
{
border-color: #EFA47E;
}
</style>