Shades of Tacao #EBA275
Tints of Tacao #EBA275
RGB
CMYK
RGB Variations
Color information
#EBA275 (or 0xEBA275) is known color: Tacao. HEX triplet: EB, A2 and 75. RGB value is (235,162,117). Sum of RGB (Red+Green+Blue) = 235+162+117=514 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.72% from 514); Green value is 162 (63.67% from 255 or 31.52% from 514); Blue value is 117 (46.09% from 255 or 22.76% from 514); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA275 is #145D8A. Grayscale: #B2B2B2. Windows color (decimal): -1334667 or 7709419. OLE color: 7709419.
HSL color Cylindrical-coordinate representation of color #EBA275: hue angle of 22.88º 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 #EBA275 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 117 | - |
| CMYK | 0 | 0.31 | 0.50 | 0.08 |
| HSL | 22.88º | 0.75% | 0.69% | - |
| HSV(B) | 22.88º | 0.5% | 0.92% | - |
| XYZ | 50.39 | 44.79 | 22.82 | - |
| YUV | 178.7 | 93.18 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 117 | 0 | 0.31 | 0.50 | 0.08 | 22.88 | 0.75 | 0.69 |
| Hex | EB | A2 | 75 | 0 | 1F | 32 | 8 | 17 | 4B | 45 |
| Octal | 353 | 242 | 165 | 0 | 37 | 62 | 10 | 27 | 113 | 105 |
| Binary | 11101011 | 10100010 | 1110101 | 0 | 11111 | 110010 | 1000 | 10111 | 1001011 | 1000101 |
Color Harmonies of #EBA275
Complementary color
Monochromatic Colors of #EBA275
Black with #EBA275
Text Example
Text Example
White with #EBA275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA275; }
p { color: rgb(235,162,117); }
H1.HeaderClassName
{
color: #EBA275;
}
.AnyTagClassName
{
color: #EBA275;
}
</style>
background-color css
<style>
a { background-color: #EBA275; }
a { background-color: rgb(235,162,117); }
div.DivClassName
{
background-color: #EBA275;
}
.BgClassName
{
background-color: #EBA275;
}
</style>
border-color css
<style>
span { border-color: #EBA275; }
span { border-color: rgb(235,162,117); }
td.TdClassName
{
border-color: #EBA275;
}
.TagClassName
{
border-color: #EBA275;
}
</style>