Shades of Tacao #ECB17A
Tints of Tacao #ECB17A
RGB
CMYK
RGB Variations
Color information
#ECB17A (or 0xECB17A) is known color: Tacao. HEX triplet: EC, B1 and 7A. RGB value is (236,177,122). Sum of RGB (Red+Green+Blue) = 236+177+122=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 177 (69.53% from 255 or 33.08% from 535); Blue value is 122 (48.05% from 255 or 22.80% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB17A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB17A is #134E85. Grayscale: #BCBCBC. Windows color (decimal): -1265286 or 8040940. OLE color: 8040940.
HSL color Cylindrical-coordinate representation of color #ECB17A: hue angle of 28.95º 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 #ECB17A is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 122 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.07 |
| HSL | 28.95º | 0.75% | 0.7% | - |
| HSV(B) | 28.95º | 0.48% | 0.93% | - |
| XYZ | 53.83 | 50.68 | 25.36 | - |
| YUV | 188.37 | 90.55 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 122 | 0 | 0.25 | 0.48 | 0.07 | 28.95 | 0.75 | 0.7 |
| Hex | EC | B1 | 7A | 0 | 19 | 30 | 7 | 1D | 4B | 46 |
| Octal | 354 | 261 | 172 | 0 | 31 | 60 | 7 | 35 | 113 | 106 |
| Binary | 11101100 | 10110001 | 1111010 | 0 | 11001 | 110000 | 111 | 11101 | 1001011 | 1000110 |
Color Harmonies of #ECB17A
Complementary color
Monochromatic Colors of #ECB17A
Black with #ECB17A
Text Example
Text Example
White with #ECB17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB17A; }
p { color: rgb(236,177,122); }
H1.HeaderClassName
{
color: #ECB17A;
}
.AnyTagClassName
{
color: #ECB17A;
}
</style>
background-color css
<style>
a { background-color: #ECB17A; }
a { background-color: rgb(236,177,122); }
div.DivClassName
{
background-color: #ECB17A;
}
.BgClassName
{
background-color: #ECB17A;
}
</style>
border-color css
<style>
span { border-color: #ECB17A; }
span { border-color: rgb(236,177,122); }
td.TdClassName
{
border-color: #ECB17A;
}
.TagClassName
{
border-color: #ECB17A;
}
</style>