Shades of Tacao #EBA77B
Tints of Tacao #EBA77B
RGB
CMYK
RGB Variations
Color information
#EBA77B (or 0xEBA77B) is known color: Tacao. HEX triplet: EB, A7 and 7B. RGB value is (235,167,123). Sum of RGB (Red+Green+Blue) = 235+167+123=525 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.76% from 525); Green value is 167 (65.62% from 255 or 31.81% from 525); Blue value is 123 (48.44% from 255 or 23.43% from 525); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA77B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA77B is #145884. Grayscale: #B6B6B6. Windows color (decimal): -1333381 or 8103915. OLE color: 8103915.
HSL color Cylindrical-coordinate representation of color #EBA77B: hue angle of 23.57º 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 #EBA77B is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 123 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.08 |
| HSL | 23.57º | 0.74% | 0.7% | - |
| HSV(B) | 23.57º | 0.48% | 0.92% | - |
| XYZ | 51.65 | 46.73 | 25.04 | - |
| YUV | 182.32 | 94.53 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 123 | 0 | 0.29 | 0.48 | 0.08 | 23.57 | 0.74 | 0.7 |
| Hex | EB | A7 | 7B | 0 | 1D | 30 | 8 | 18 | 4A | 46 |
| Octal | 353 | 247 | 173 | 0 | 35 | 60 | 10 | 30 | 112 | 106 |
| Binary | 11101011 | 10100111 | 1111011 | 0 | 11101 | 110000 | 1000 | 11000 | 1001010 | 1000110 |
Color Harmonies of #EBA77B
Complementary color
Monochromatic Colors of #EBA77B
Black with #EBA77B
Text Example
Text Example
White with #EBA77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA77B; }
p { color: rgb(235,167,123); }
H1.HeaderClassName
{
color: #EBA77B;
}
.AnyTagClassName
{
color: #EBA77B;
}
</style>
background-color css
<style>
a { background-color: #EBA77B; }
a { background-color: rgb(235,167,123); }
div.DivClassName
{
background-color: #EBA77B;
}
.BgClassName
{
background-color: #EBA77B;
}
</style>
border-color css
<style>
span { border-color: #EBA77B; }
span { border-color: rgb(235,167,123); }
td.TdClassName
{
border-color: #EBA77B;
}
.TagClassName
{
border-color: #EBA77B;
}
</style>