Shades of Tacao #EFAC7A
Tints of Tacao #EFAC7A
RGB
CMYK
RGB Variations
Color information
#EFAC7A (or 0xEFAC7A) is known color: Tacao. HEX triplet: EF, AC and 7A. RGB value is (239,172,122). Sum of RGB (Red+Green+Blue) = 239+172+122=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 122 (48.05% from 255 or 22.89% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAC7A is #105385. Grayscale: #BABABA. Windows color (decimal): -1069958 or 8039663. OLE color: 8039663.
HSL color Cylindrical-coordinate representation of color #EFAC7A: hue angle of 25.64º 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 #EFAC7A is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 122 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.06 |
| HSL | 25.64º | 0.79% | 0.71% | - |
| HSV(B) | 25.64º | 0.49% | 0.94% | - |
| XYZ | 53.86 | 49.26 | 25.08 | - |
| YUV | 186.33 | 91.7 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 122 | 0 | 0.28 | 0.49 | 0.06 | 25.64 | 0.79 | 0.71 |
| Hex | EF | AC | 7A | 0 | 1C | 31 | 6 | 1A | 4F | 47 |
| Octal | 357 | 254 | 172 | 0 | 34 | 61 | 6 | 32 | 117 | 107 |
| Binary | 11101111 | 10101100 | 1111010 | 0 | 11100 | 110001 | 110 | 11010 | 1001111 | 1000111 |
Color Harmonies of #EFAC7A
Complementary color
Monochromatic Colors of #EFAC7A
Black with #EFAC7A
Text Example
Text Example
White with #EFAC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAC7A; }
p { color: rgb(239,172,122); }
H1.HeaderClassName
{
color: #EFAC7A;
}
.AnyTagClassName
{
color: #EFAC7A;
}
</style>
background-color css
<style>
a { background-color: #EFAC7A; }
a { background-color: rgb(239,172,122); }
div.DivClassName
{
background-color: #EFAC7A;
}
.BgClassName
{
background-color: #EFAC7A;
}
</style>
border-color css
<style>
span { border-color: #EFAC7A; }
span { border-color: rgb(239,172,122); }
td.TdClassName
{
border-color: #EFAC7A;
}
.TagClassName
{
border-color: #EFAC7A;
}
</style>