Shades of Tacao #ECAC7A
Tints of Tacao #ECAC7A
RGB
CMYK
RGB Variations
Color information
#ECAC7A (or 0xECAC7A) is known color: Tacao. HEX triplet: EC, AC and 7A. RGB value is (236,172,122). Sum of RGB (Red+Green+Blue) = 236+172+122=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 122 (48.05% from 255 or 23.02% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAC7A is #135385. Grayscale: #B9B9B9. Windows color (decimal): -1266566 or 8039660. OLE color: 8039660.
HSL color Cylindrical-coordinate representation of color #ECAC7A: hue angle of 26.32º 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 #ECAC7A is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 122 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.07 |
| HSL | 26.32º | 0.75% | 0.7% | - |
| HSV(B) | 26.32º | 0.48% | 0.93% | - |
| XYZ | 52.86 | 48.74 | 25.03 | - |
| YUV | 185.44 | 92.2 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 122 | 0 | 0.27 | 0.48 | 0.07 | 26.32 | 0.75 | 0.7 |
| Hex | EC | AC | 7A | 0 | 1B | 30 | 7 | 1A | 4B | 46 |
| Octal | 354 | 254 | 172 | 0 | 33 | 60 | 7 | 32 | 113 | 106 |
| Binary | 11101100 | 10101100 | 1111010 | 0 | 11011 | 110000 | 111 | 11010 | 1001011 | 1000110 |
Color Harmonies of #ECAC7A
Complementary color
Monochromatic Colors of #ECAC7A
Black with #ECAC7A
Text Example
Text Example
White with #ECAC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAC7A; }
p { color: rgb(236,172,122); }
H1.HeaderClassName
{
color: #ECAC7A;
}
.AnyTagClassName
{
color: #ECAC7A;
}
</style>
background-color css
<style>
a { background-color: #ECAC7A; }
a { background-color: rgb(236,172,122); }
div.DivClassName
{
background-color: #ECAC7A;
}
.BgClassName
{
background-color: #ECAC7A;
}
</style>
border-color css
<style>
span { border-color: #ECAC7A; }
span { border-color: rgb(236,172,122); }
td.TdClassName
{
border-color: #ECAC7A;
}
.TagClassName
{
border-color: #ECAC7A;
}
</style>