Shades of Tacao #EFB374
Tints of Tacao #EFB374
RGB
CMYK
RGB Variations
Color information
#EFB374 (or 0xEFB374) is known color: Tacao. HEX triplet: EF, B3 and 74. RGB value is (239,179,116). Sum of RGB (Red+Green+Blue) = 239+179+116=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 179 (70.31% from 255 or 33.52% from 534); Blue value is 116 (45.70% from 255 or 21.72% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB374 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB374 is #104C8B. Grayscale: #BEBEBE. Windows color (decimal): -1068172 or 7648239. OLE color: 7648239.
HSL color Cylindrical-coordinate representation of color #EFB374: hue angle of 30.73º 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 #EFB374 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 116 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.06 |
| HSL | 30.73º | 0.79% | 0.7% | - |
| HSV(B) | 30.73º | 0.51% | 0.94% | - |
| XYZ | 54.87 | 51.85 | 23.64 | - |
| YUV | 189.76 | 86.38 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 116 | 0 | 0.25 | 0.51 | 0.06 | 30.73 | 0.79 | 0.7 |
| Hex | EF | B3 | 74 | 0 | 19 | 33 | 6 | 1F | 4F | 46 |
| Octal | 357 | 263 | 164 | 0 | 31 | 63 | 6 | 37 | 117 | 106 |
| Binary | 11101111 | 10110011 | 1110100 | 0 | 11001 | 110011 | 110 | 11111 | 1001111 | 1000110 |
Color Harmonies of #EFB374
Complementary color
Monochromatic Colors of #EFB374
Black with #EFB374
Text Example
Text Example
White with #EFB374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB374; }
p { color: rgb(239,179,116); }
H1.HeaderClassName
{
color: #EFB374;
}
.AnyTagClassName
{
color: #EFB374;
}
</style>
background-color css
<style>
a { background-color: #EFB374; }
a { background-color: rgb(239,179,116); }
div.DivClassName
{
background-color: #EFB374;
}
.BgClassName
{
background-color: #EFB374;
}
</style>
border-color css
<style>
span { border-color: #EFB374; }
span { border-color: rgb(239,179,116); }
td.TdClassName
{
border-color: #EFB374;
}
.TagClassName
{
border-color: #EFB374;
}
</style>