Shades of Tacao #ECAB7A
Tints of Tacao #ECAB7A
RGB
CMYK
RGB Variations
Color information
#ECAB7A (or 0xECAB7A) is known color: Tacao. HEX triplet: EC, AB and 7A. RGB value is (236,171,122). Sum of RGB (Red+Green+Blue) = 236+171+122=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAB7A is #135485. Grayscale: #B9B9B9. Windows color (decimal): -1266822 or 8039404. OLE color: 8039404.
HSL color Cylindrical-coordinate representation of color #ECAB7A: hue angle of 25.79º 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 #ECAB7A is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 122 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.07 |
| HSL | 25.79º | 0.75% | 0.7% | - |
| HSV(B) | 25.79º | 0.48% | 0.93% | - |
| XYZ | 52.67 | 48.36 | 24.97 | - |
| YUV | 184.85 | 92.53 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 122 | 0 | 0.28 | 0.48 | 0.07 | 25.79 | 0.75 | 0.7 |
| Hex | EC | AB | 7A | 0 | 1C | 30 | 7 | 1A | 4B | 46 |
| Octal | 354 | 253 | 172 | 0 | 34 | 60 | 7 | 32 | 113 | 106 |
| Binary | 11101100 | 10101011 | 1111010 | 0 | 11100 | 110000 | 111 | 11010 | 1001011 | 1000110 |
Color Harmonies of #ECAB7A
Complementary color
Monochromatic Colors of #ECAB7A
Black with #ECAB7A
Text Example
Text Example
White with #ECAB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAB7A; }
p { color: rgb(236,171,122); }
H1.HeaderClassName
{
color: #ECAB7A;
}
.AnyTagClassName
{
color: #ECAB7A;
}
</style>
background-color css
<style>
a { background-color: #ECAB7A; }
a { background-color: rgb(236,171,122); }
div.DivClassName
{
background-color: #ECAB7A;
}
.BgClassName
{
background-color: #ECAB7A;
}
</style>
border-color css
<style>
span { border-color: #ECAB7A; }
span { border-color: rgb(236,171,122); }
td.TdClassName
{
border-color: #ECAB7A;
}
.TagClassName
{
border-color: #ECAB7A;
}
</style>