Shades of Tacao #ECB07A
Tints of Tacao #ECB07A
RGB
CMYK
RGB Variations
Color information
#ECB07A (or 0xECB07A) is known color: Tacao. HEX triplet: EC, B0 and 7A. RGB value is (236,176,122). Sum of RGB (Red+Green+Blue) = 236+176+122=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 122 (48.05% from 255 or 22.85% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB07A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB07A is #134F85. Grayscale: #BCBCBC. Windows color (decimal): -1265542 or 8040684. OLE color: 8040684.
HSL color Cylindrical-coordinate representation of color #ECB07A: hue angle of 28.42º 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 #ECB07A is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 122 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.07 |
| HSL | 28.42º | 0.75% | 0.7% | - |
| HSV(B) | 28.42º | 0.48% | 0.93% | - |
| XYZ | 53.63 | 50.29 | 25.29 | - |
| YUV | 187.78 | 90.88 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 122 | 0 | 0.25 | 0.48 | 0.07 | 28.42 | 0.75 | 0.7 |
| Hex | EC | B0 | 7A | 0 | 19 | 30 | 7 | 1C | 4B | 46 |
| Octal | 354 | 260 | 172 | 0 | 31 | 60 | 7 | 34 | 113 | 106 |
| Binary | 11101100 | 10110000 | 1111010 | 0 | 11001 | 110000 | 111 | 11100 | 1001011 | 1000110 |
Color Harmonies of #ECB07A
Complementary color
Monochromatic Colors of #ECB07A
Black with #ECB07A
Text Example
Text Example
White with #ECB07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB07A; }
p { color: rgb(236,176,122); }
H1.HeaderClassName
{
color: #ECB07A;
}
.AnyTagClassName
{
color: #ECB07A;
}
</style>
background-color css
<style>
a { background-color: #ECB07A; }
a { background-color: rgb(236,176,122); }
div.DivClassName
{
background-color: #ECB07A;
}
.BgClassName
{
background-color: #ECB07A;
}
</style>
border-color css
<style>
span { border-color: #ECB07A; }
span { border-color: rgb(236,176,122); }
td.TdClassName
{
border-color: #ECB07A;
}
.TagClassName
{
border-color: #ECB07A;
}
</style>