Shades of Tacao #ECAB7C
Tints of Tacao #ECAB7C
RGB
CMYK
RGB Variations
Color information
#ECAB7C (or 0xECAB7C) is known color: Tacao. HEX triplet: EC, AB and 7C. RGB value is (236,171,124). Sum of RGB (Red+Green+Blue) = 236+171+124=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 124 (48.83% from 255 or 23.35% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAB7C is #135483. Grayscale: #B9B9B9. Windows color (decimal): -1266820 or 8170476. OLE color: 8170476.
HSL color Cylindrical-coordinate representation of color #ECAB7C: hue angle of 25.18º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECAB7C is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 124 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.07 |
| HSL | 25.18º | 0.75% | 0.71% | - |
| HSV(B) | 25.18º | 0.47% | 0.93% | - |
| XYZ | 52.79 | 48.41 | 25.63 | - |
| YUV | 185.08 | 93.53 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 124 | 0 | 0.28 | 0.47 | 0.07 | 25.18 | 0.75 | 0.71 |
| Hex | EC | AB | 7C | 0 | 1C | 2F | 7 | 19 | 4B | 47 |
| Octal | 354 | 253 | 174 | 0 | 34 | 57 | 7 | 31 | 113 | 107 |
| Binary | 11101100 | 10101011 | 1111100 | 0 | 11100 | 101111 | 111 | 11001 | 1001011 | 1000111 |
Color Harmonies of #ECAB7C
Complementary color
Monochromatic Colors of #ECAB7C
Black with #ECAB7C
Text Example
Text Example
White with #ECAB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAB7C; }
p { color: rgb(236,171,124); }
H1.HeaderClassName
{
color: #ECAB7C;
}
.AnyTagClassName
{
color: #ECAB7C;
}
</style>
background-color css
<style>
a { background-color: #ECAB7C; }
a { background-color: rgb(236,171,124); }
div.DivClassName
{
background-color: #ECAB7C;
}
.BgClassName
{
background-color: #ECAB7C;
}
</style>
border-color css
<style>
span { border-color: #ECAB7C; }
span { border-color: rgb(236,171,124); }
td.TdClassName
{
border-color: #ECAB7C;
}
.TagClassName
{
border-color: #ECAB7C;
}
</style>