Shades of Tacao #EBA979
Tints of Tacao #EBA979
RGB
CMYK
RGB Variations
Color information
#EBA979 (or 0xEBA979) is known color: Tacao. HEX triplet: EB, A9 and 79. RGB value is (235,169,121). Sum of RGB (Red+Green+Blue) = 235+169+121=525 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.76% from 525); Green value is 169 (66.41% from 255 or 32.19% from 525); Blue value is 121 (47.66% from 255 or 23.05% from 525); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA979 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA979 is #145686. Grayscale: #B7B7B7. Windows color (decimal): -1332871 or 7973355. OLE color: 7973355.
HSL color Cylindrical-coordinate representation of color #EBA979: hue angle of 25.26º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EBA979 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 121 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.08 |
| HSL | 25.26º | 0.74% | 0.7% | - |
| HSV(B) | 25.26º | 0.49% | 0.92% | - |
| XYZ | 51.9 | 47.42 | 24.51 | - |
| YUV | 183.26 | 92.87 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 121 | 0 | 0.28 | 0.49 | 0.08 | 25.26 | 0.74 | 0.7 |
| Hex | EB | A9 | 79 | 0 | 1C | 31 | 8 | 19 | 4A | 46 |
| Octal | 353 | 251 | 171 | 0 | 34 | 61 | 10 | 31 | 112 | 106 |
| Binary | 11101011 | 10101001 | 1111001 | 0 | 11100 | 110001 | 1000 | 11001 | 1001010 | 1000110 |
Color Harmonies of #EBA979
Complementary color
Monochromatic Colors of #EBA979
Black with #EBA979
Text Example
Text Example
White with #EBA979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA979; }
p { color: rgb(235,169,121); }
H1.HeaderClassName
{
color: #EBA979;
}
.AnyTagClassName
{
color: #EBA979;
}
</style>
background-color css
<style>
a { background-color: #EBA979; }
a { background-color: rgb(235,169,121); }
div.DivClassName
{
background-color: #EBA979;
}
.BgClassName
{
background-color: #EBA979;
}
</style>
border-color css
<style>
span { border-color: #EBA979; }
span { border-color: rgb(235,169,121); }
td.TdClassName
{
border-color: #EBA979;
}
.TagClassName
{
border-color: #EBA979;
}
</style>