Shades of Tacao #EFA773
Tints of Tacao #EFA773
RGB
CMYK
RGB Variations
Color information
#EFA773 (or 0xEFA773) is known color: Tacao. HEX triplet: EF, A7 and 73. RGB value is (239,167,115). Sum of RGB (Red+Green+Blue) = 239+167+115=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 167 (65.62% from 255 or 32.05% from 521); Blue value is 115 (45.31% from 255 or 22.07% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA773 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA773 is #10588C. Grayscale: #B6B6B6. Windows color (decimal): -1071245 or 7579631. OLE color: 7579631.
HSL color Cylindrical-coordinate representation of color #EFA773: hue angle of 25.16º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFA773 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 167 | 115 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.06 |
| HSL | 25.16º | 0.79% | 0.69% | - |
| HSV(B) | 25.16º | 0.52% | 0.94% | - |
| XYZ | 52.51 | 47.23 | 22.57 | - |
| YUV | 182.6 | 89.85 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 167 | 115 | 0 | 0.30 | 0.52 | 0.06 | 25.16 | 0.79 | 0.69 |
| Hex | EF | A7 | 73 | 0 | 1E | 34 | 6 | 19 | 4F | 45 |
| Octal | 357 | 247 | 163 | 0 | 36 | 64 | 6 | 31 | 117 | 105 |
| Binary | 11101111 | 10100111 | 1110011 | 0 | 11110 | 110100 | 110 | 11001 | 1001111 | 1000101 |
Color Harmonies of #EFA773
Complementary color
Monochromatic Colors of #EFA773
Black with #EFA773
Text Example
Text Example
White with #EFA773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA773; }
p { color: rgb(239,167,115); }
H1.HeaderClassName
{
color: #EFA773;
}
.AnyTagClassName
{
color: #EFA773;
}
</style>
background-color css
<style>
a { background-color: #EFA773; }
a { background-color: rgb(239,167,115); }
div.DivClassName
{
background-color: #EFA773;
}
.BgClassName
{
background-color: #EFA773;
}
</style>
border-color css
<style>
span { border-color: #EFA773; }
span { border-color: rgb(239,167,115); }
td.TdClassName
{
border-color: #EFA773;
}
.TagClassName
{
border-color: #EFA773;
}
</style>