Shades of Tacao #EBA674
Tints of Tacao #EBA674
RGB
CMYK
RGB Variations
Color information
#EBA674 (or 0xEBA674) is known color: Tacao. HEX triplet: EB, A6 and 74. RGB value is (235,166,116). Sum of RGB (Red+Green+Blue) = 235+166+116=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 166 (65.23% from 255 or 32.11% from 517); Blue value is 116 (45.70% from 255 or 22.44% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA674 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA674 is #14598B. Grayscale: #B5B5B5. Windows color (decimal): -1333644 or 7644907. OLE color: 7644907.
HSL color Cylindrical-coordinate representation of color #EBA674: hue angle of 25.21º 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 #EBA674 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 116 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.08 |
| HSL | 25.21º | 0.75% | 0.69% | - |
| HSV(B) | 25.21º | 0.51% | 0.92% | - |
| XYZ | 51.05 | 46.2 | 22.75 | - |
| YUV | 180.93 | 91.36 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 116 | 0 | 0.29 | 0.51 | 0.08 | 25.21 | 0.75 | 0.69 |
| Hex | EB | A6 | 74 | 0 | 1D | 33 | 8 | 19 | 4B | 45 |
| Octal | 353 | 246 | 164 | 0 | 35 | 63 | 10 | 31 | 113 | 105 |
| Binary | 11101011 | 10100110 | 1110100 | 0 | 11101 | 110011 | 1000 | 11001 | 1001011 | 1000101 |
Color Harmonies of #EBA674
Complementary color
Monochromatic Colors of #EBA674
Black with #EBA674
Text Example
Text Example
White with #EBA674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA674; }
p { color: rgb(235,166,116); }
H1.HeaderClassName
{
color: #EBA674;
}
.AnyTagClassName
{
color: #EBA674;
}
</style>
background-color css
<style>
a { background-color: #EBA674; }
a { background-color: rgb(235,166,116); }
div.DivClassName
{
background-color: #EBA674;
}
.BgClassName
{
background-color: #EBA674;
}
</style>
border-color css
<style>
span { border-color: #EBA674; }
span { border-color: rgb(235,166,116); }
td.TdClassName
{
border-color: #EBA674;
}
.TagClassName
{
border-color: #EBA674;
}
</style>