Shades of Tacao #EBA97B
Tints of Tacao #EBA97B
RGB
CMYK
RGB Variations
Color information
#EBA97B (or 0xEBA97B) is known color: Tacao. HEX triplet: EB, A9 and 7B. RGB value is (235,169,123). Sum of RGB (Red+Green+Blue) = 235+169+123=527 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.59% from 527); Green value is 169 (66.41% from 255 or 32.07% from 527); Blue value is 123 (48.44% from 255 or 23.34% from 527); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA97B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA97B is #145684. Grayscale: #B7B7B7. Windows color (decimal): -1332869 or 8104427. OLE color: 8104427.
HSL color Cylindrical-coordinate representation of color #EBA97B: hue angle of 24.64º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EBA97B is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 123 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.08 |
| HSL | 24.64º | 0.74% | 0.7% | - |
| HSV(B) | 24.64º | 0.48% | 0.92% | - |
| XYZ | 52.02 | 47.47 | 25.16 | - |
| YUV | 183.49 | 93.87 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 123 | 0 | 0.28 | 0.48 | 0.08 | 24.64 | 0.74 | 0.7 |
| Hex | EB | A9 | 7B | 0 | 1C | 30 | 8 | 19 | 4A | 46 |
| Octal | 353 | 251 | 173 | 0 | 34 | 60 | 10 | 31 | 112 | 106 |
| Binary | 11101011 | 10101001 | 1111011 | 0 | 11100 | 110000 | 1000 | 11001 | 1001010 | 1000110 |
Color Harmonies of #EBA97B
Complementary color
Monochromatic Colors of #EBA97B
Black with #EBA97B
Text Example
Text Example
White with #EBA97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA97B; }
p { color: rgb(235,169,123); }
H1.HeaderClassName
{
color: #EBA97B;
}
.AnyTagClassName
{
color: #EBA97B;
}
</style>
background-color css
<style>
a { background-color: #EBA97B; }
a { background-color: rgb(235,169,123); }
div.DivClassName
{
background-color: #EBA97B;
}
.BgClassName
{
background-color: #EBA97B;
}
</style>
border-color css
<style>
span { border-color: #EBA97B; }
span { border-color: rgb(235,169,123); }
td.TdClassName
{
border-color: #EBA97B;
}
.TagClassName
{
border-color: #EBA97B;
}
</style>