Shades of Tacao #EFA67A
Tints of Tacao #EFA67A
RGB
CMYK
RGB Variations
Color information
#EFA67A (or 0xEFA67A) is known color: Tacao. HEX triplet: EF, A6 and 7A. RGB value is (239,166,122). Sum of RGB (Red+Green+Blue) = 239+166+122=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 166 (65.23% from 255 or 31.50% from 527); Blue value is 122 (48.05% from 255 or 23.15% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA67A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA67A is #105985. Grayscale: #B7B7B7. Windows color (decimal): -1071494 or 8038127. OLE color: 8038127.
HSL color Cylindrical-coordinate representation of color #EFA67A: hue angle of 22.56º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFA67A is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 122 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.06 |
| HSL | 22.56º | 0.79% | 0.71% | - |
| HSV(B) | 22.56º | 0.49% | 0.94% | - |
| XYZ | 52.75 | 47.03 | 24.71 | - |
| YUV | 182.81 | 93.68 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 122 | 0 | 0.31 | 0.49 | 0.06 | 22.56 | 0.79 | 0.71 |
| Hex | EF | A6 | 7A | 0 | 1F | 31 | 6 | 17 | 4F | 47 |
| Octal | 357 | 246 | 172 | 0 | 37 | 61 | 6 | 27 | 117 | 107 |
| Binary | 11101111 | 10100110 | 1111010 | 0 | 11111 | 110001 | 110 | 10111 | 1001111 | 1000111 |
Color Harmonies of #EFA67A
Complementary color
Monochromatic Colors of #EFA67A
Black with #EFA67A
Text Example
Text Example
White with #EFA67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA67A; }
p { color: rgb(239,166,122); }
H1.HeaderClassName
{
color: #EFA67A;
}
.AnyTagClassName
{
color: #EFA67A;
}
</style>
background-color css
<style>
a { background-color: #EFA67A; }
a { background-color: rgb(239,166,122); }
div.DivClassName
{
background-color: #EFA67A;
}
.BgClassName
{
background-color: #EFA67A;
}
</style>
border-color css
<style>
span { border-color: #EFA67A; }
span { border-color: rgb(239,166,122); }
td.TdClassName
{
border-color: #EFA67A;
}
.TagClassName
{
border-color: #EFA67A;
}
</style>