Shades of Tacao #ECAC7B
Tints of Tacao #ECAC7B
RGB
CMYK
RGB Variations
Color information
#ECAC7B (or 0xECAC7B) is known color: Tacao. HEX triplet: EC, AC and 7B. RGB value is (236,172,123). Sum of RGB (Red+Green+Blue) = 236+172+123=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 123 (48.44% from 255 or 23.16% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAC7B is #135384. Grayscale: #B9B9B9. Windows color (decimal): -1266565 or 8105196. OLE color: 8105196.
HSL color Cylindrical-coordinate representation of color #ECAC7B: hue angle of 26.02º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ECAC7B is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 123 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.07 |
| HSL | 26.02º | 0.75% | 0.7% | - |
| HSV(B) | 26.02º | 0.48% | 0.93% | - |
| XYZ | 52.92 | 48.77 | 25.36 | - |
| YUV | 185.55 | 92.7 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 123 | 0 | 0.27 | 0.48 | 0.07 | 26.02 | 0.75 | 0.7 |
| Hex | EC | AC | 7B | 0 | 1B | 30 | 7 | 1A | 4B | 46 |
| Octal | 354 | 254 | 173 | 0 | 33 | 60 | 7 | 32 | 113 | 106 |
| Binary | 11101100 | 10101100 | 1111011 | 0 | 11011 | 110000 | 111 | 11010 | 1001011 | 1000110 |
Color Harmonies of #ECAC7B
Complementary color
Monochromatic Colors of #ECAC7B
Black with #ECAC7B
Text Example
Text Example
White with #ECAC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAC7B; }
p { color: rgb(236,172,123); }
H1.HeaderClassName
{
color: #ECAC7B;
}
.AnyTagClassName
{
color: #ECAC7B;
}
</style>
background-color css
<style>
a { background-color: #ECAC7B; }
a { background-color: rgb(236,172,123); }
div.DivClassName
{
background-color: #ECAC7B;
}
.BgClassName
{
background-color: #ECAC7B;
}
</style>
border-color css
<style>
span { border-color: #ECAC7B; }
span { border-color: rgb(236,172,123); }
td.TdClassName
{
border-color: #ECAC7B;
}
.TagClassName
{
border-color: #ECAC7B;
}
</style>