Shades of Tacao #EBA974
Tints of Tacao #EBA974
RGB
CMYK
RGB Variations
Color information
#EBA974 (or 0xEBA974) is known color: Tacao. HEX triplet: EB, A9 and 74. RGB value is (235,169,116). Sum of RGB (Red+Green+Blue) = 235+169+116=520 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.19% from 520); Green value is 169 (66.41% from 255 or 32.5% from 520); Blue value is 116 (45.70% from 255 or 22.31% from 520); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA974 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA974 is #14568B. Grayscale: #B6B6B6. Windows color (decimal): -1332876 or 7645675. OLE color: 7645675.
HSL color Cylindrical-coordinate representation of color #EBA974: hue angle of 26.72º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EBA974 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 116 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.08 |
| HSL | 26.72º | 0.75% | 0.69% | - |
| HSV(B) | 26.72º | 0.51% | 0.92% | - |
| XYZ | 51.6 | 47.3 | 22.93 | - |
| YUV | 182.69 | 90.37 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 116 | 0 | 0.28 | 0.51 | 0.08 | 26.72 | 0.75 | 0.69 |
| Hex | EB | A9 | 74 | 0 | 1C | 33 | 8 | 1B | 4B | 45 |
| Octal | 353 | 251 | 164 | 0 | 34 | 63 | 10 | 33 | 113 | 105 |
| Binary | 11101011 | 10101001 | 1110100 | 0 | 11100 | 110011 | 1000 | 11011 | 1001011 | 1000101 |
Color Harmonies of #EBA974
Complementary color
Monochromatic Colors of #EBA974
Black with #EBA974
Text Example
Text Example
White with #EBA974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA974; }
p { color: rgb(235,169,116); }
H1.HeaderClassName
{
color: #EBA974;
}
.AnyTagClassName
{
color: #EBA974;
}
</style>
background-color css
<style>
a { background-color: #EBA974; }
a { background-color: rgb(235,169,116); }
div.DivClassName
{
background-color: #EBA974;
}
.BgClassName
{
background-color: #EBA974;
}
</style>
border-color css
<style>
span { border-color: #EBA974; }
span { border-color: rgb(235,169,116); }
td.TdClassName
{
border-color: #EBA974;
}
.TagClassName
{
border-color: #EBA974;
}
</style>