Shades of Tacao #EFB074
Tints of Tacao #EFB074
RGB
CMYK
RGB Variations
Color information
#EFB074 (or 0xEFB074) is known color: Tacao. HEX triplet: EF, B0 and 74. RGB value is (239,176,116). Sum of RGB (Red+Green+Blue) = 239+176+116=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 116 (45.70% from 255 or 21.85% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB074 is #104F8B. Grayscale: #BCBCBC. Windows color (decimal): -1068940 or 7647471. OLE color: 7647471.
HSL color Cylindrical-coordinate representation of color #EFB074: hue angle of 29.27º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFB074 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 116 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.06 |
| HSL | 29.27º | 0.79% | 0.7% | - |
| HSV(B) | 29.27º | 0.51% | 0.94% | - |
| XYZ | 54.27 | 50.66 | 23.44 | - |
| YUV | 188 | 87.37 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 116 | 0 | 0.26 | 0.51 | 0.06 | 29.27 | 0.79 | 0.7 |
| Hex | EF | B0 | 74 | 0 | 1A | 33 | 6 | 1D | 4F | 46 |
| Octal | 357 | 260 | 164 | 0 | 32 | 63 | 6 | 35 | 117 | 106 |
| Binary | 11101111 | 10110000 | 1110100 | 0 | 11010 | 110011 | 110 | 11101 | 1001111 | 1000110 |
Color Harmonies of #EFB074
Complementary color
Monochromatic Colors of #EFB074
Black with #EFB074
Text Example
Text Example
White with #EFB074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB074; }
p { color: rgb(239,176,116); }
H1.HeaderClassName
{
color: #EFB074;
}
.AnyTagClassName
{
color: #EFB074;
}
</style>
background-color css
<style>
a { background-color: #EFB074; }
a { background-color: rgb(239,176,116); }
div.DivClassName
{
background-color: #EFB074;
}
.BgClassName
{
background-color: #EFB074;
}
</style>
border-color css
<style>
span { border-color: #EFB074; }
span { border-color: rgb(239,176,116); }
td.TdClassName
{
border-color: #EFB074;
}
.TagClassName
{
border-color: #EFB074;
}
</style>