Shades of Tacao #EBA375
Tints of Tacao #EBA375
RGB
CMYK
RGB Variations
Color information
#EBA375 (or 0xEBA375) is known color: Tacao. HEX triplet: EB, A3 and 75. RGB value is (235,163,117). Sum of RGB (Red+Green+Blue) = 235+163+117=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 163 (64.06% from 255 or 31.65% from 515); Blue value is 117 (46.09% from 255 or 22.72% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA375 is #145C8A. Grayscale: #B3B3B3. Windows color (decimal): -1334411 or 7709675. OLE color: 7709675.
HSL color Cylindrical-coordinate representation of color #EBA375: hue angle of 23.39º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EBA375 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 163 | 117 | - |
| CMYK | 0 | 0.31 | 0.50 | 0.08 |
| HSL | 23.39º | 0.75% | 0.69% | - |
| HSV(B) | 23.39º | 0.5% | 0.92% | - |
| XYZ | 50.57 | 45.14 | 22.88 | - |
| YUV | 179.28 | 92.85 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 163 | 117 | 0 | 0.31 | 0.50 | 0.08 | 23.39 | 0.75 | 0.69 |
| Hex | EB | A3 | 75 | 0 | 1F | 32 | 8 | 17 | 4B | 45 |
| Octal | 353 | 243 | 165 | 0 | 37 | 62 | 10 | 27 | 113 | 105 |
| Binary | 11101011 | 10100011 | 1110101 | 0 | 11111 | 110010 | 1000 | 10111 | 1001011 | 1000101 |
Color Harmonies of #EBA375
Complementary color
Monochromatic Colors of #EBA375
Black with #EBA375
Text Example
Text Example
White with #EBA375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA375; }
p { color: rgb(235,163,117); }
H1.HeaderClassName
{
color: #EBA375;
}
.AnyTagClassName
{
color: #EBA375;
}
</style>
background-color css
<style>
a { background-color: #EBA375; }
a { background-color: rgb(235,163,117); }
div.DivClassName
{
background-color: #EBA375;
}
.BgClassName
{
background-color: #EBA375;
}
</style>
border-color css
<style>
span { border-color: #EBA375; }
span { border-color: rgb(235,163,117); }
td.TdClassName
{
border-color: #EBA375;
}
.TagClassName
{
border-color: #EBA375;
}
</style>