Shades of Tacao #EFA77F
Tints of Tacao #EFA77F
RGB
CMYK
RGB Variations
Color information
#EFA77F (or 0xEFA77F) is known color: Tacao. HEX triplet: EF, A7 and 7F. RGB value is (239,167,127). Sum of RGB (Red+Green+Blue) = 239+167+127=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 167 (65.62% from 255 or 31.33% from 533); Blue value is 127 (50% from 255 or 23.83% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA77F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA77F is #105880. Grayscale: #B8B8B8. Windows color (decimal): -1071233 or 8366063. OLE color: 8366063.
HSL color Cylindrical-coordinate representation of color #EFA77F: hue angle of 21.43º 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 #EFA77F is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 167 | 127 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.06 |
| HSL | 21.43º | 0.78% | 0.72% | - |
| HSV(B) | 21.43º | 0.47% | 0.94% | - |
| XYZ | 53.25 | 47.52 | 26.44 | - |
| YUV | 183.97 | 95.85 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 167 | 127 | 0 | 0.30 | 0.47 | 0.06 | 21.43 | 0.78 | 0.72 |
| Hex | EF | A7 | 7F | 0 | 1E | 2F | 6 | 15 | 4E | 48 |
| Octal | 357 | 247 | 177 | 0 | 36 | 57 | 6 | 25 | 116 | 110 |
| Binary | 11101111 | 10100111 | 1111111 | 0 | 11110 | 101111 | 110 | 10101 | 1001110 | 1001000 |
Color Harmonies of #EFA77F
Complementary color
Monochromatic Colors of #EFA77F
Black with #EFA77F
Text Example
Text Example
White with #EFA77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA77F; }
p { color: rgb(239,167,127); }
H1.HeaderClassName
{
color: #EFA77F;
}
.AnyTagClassName
{
color: #EFA77F;
}
</style>
background-color css
<style>
a { background-color: #EFA77F; }
a { background-color: rgb(239,167,127); }
div.DivClassName
{
background-color: #EFA77F;
}
.BgClassName
{
background-color: #EFA77F;
}
</style>
border-color css
<style>
span { border-color: #EFA77F; }
span { border-color: rgb(239,167,127); }
td.TdClassName
{
border-color: #EFA77F;
}
.TagClassName
{
border-color: #EFA77F;
}
</style>