Shades of Tacao #EBA779
Tints of Tacao #EBA779
RGB
CMYK
RGB Variations
Color information
#EBA779 (or 0xEBA779) is known color: Tacao. HEX triplet: EB, A7 and 79. RGB value is (235,167,121). Sum of RGB (Red+Green+Blue) = 235+167+121=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 167 (65.62% from 255 or 31.93% from 523); Blue value is 121 (47.66% from 255 or 23.14% from 523); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA779 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA779 is #145886. Grayscale: #B6B6B6. Windows color (decimal): -1333383 or 7972843. OLE color: 7972843.
HSL color Cylindrical-coordinate representation of color #EBA779: hue angle of 24.21º 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 #EBA779 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 121 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.08 |
| HSL | 24.21º | 0.74% | 0.7% | - |
| HSV(B) | 24.21º | 0.49% | 0.92% | - |
| XYZ | 51.53 | 46.68 | 24.38 | - |
| YUV | 182.09 | 93.53 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 121 | 0 | 0.29 | 0.49 | 0.08 | 24.21 | 0.74 | 0.7 |
| Hex | EB | A7 | 79 | 0 | 1D | 31 | 8 | 18 | 4A | 46 |
| Octal | 353 | 247 | 171 | 0 | 35 | 61 | 10 | 30 | 112 | 106 |
| Binary | 11101011 | 10100111 | 1111001 | 0 | 11101 | 110001 | 1000 | 11000 | 1001010 | 1000110 |
Color Harmonies of #EBA779
Complementary color
Monochromatic Colors of #EBA779
Black with #EBA779
Text Example
Text Example
White with #EBA779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA779; }
p { color: rgb(235,167,121); }
H1.HeaderClassName
{
color: #EBA779;
}
.AnyTagClassName
{
color: #EBA779;
}
</style>
background-color css
<style>
a { background-color: #EBA779; }
a { background-color: rgb(235,167,121); }
div.DivClassName
{
background-color: #EBA779;
}
.BgClassName
{
background-color: #EBA779;
}
</style>
border-color css
<style>
span { border-color: #EBA779; }
span { border-color: rgb(235,167,121); }
td.TdClassName
{
border-color: #EBA779;
}
.TagClassName
{
border-color: #EBA779;
}
</style>