Shades of Tacao #ECB277
Tints of Tacao #ECB277
RGB
CMYK
RGB Variations
Color information
#ECB277 (or 0xECB277) is known color: Tacao. HEX triplet: EC, B2 and 77. RGB value is (236,178,119). Sum of RGB (Red+Green+Blue) = 236+178+119=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 119 (46.88% from 255 or 22.33% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB277 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB277 is #134D88. Grayscale: #BCBCBC. Windows color (decimal): -1265033 or 7844588. OLE color: 7844588.
HSL color Cylindrical-coordinate representation of color #ECB277: hue angle of 30.26º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECB277 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 119 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.07 |
| HSL | 30.26º | 0.75% | 0.7% | - |
| HSV(B) | 30.26º | 0.5% | 0.93% | - |
| XYZ | 53.84 | 51.01 | 24.46 | - |
| YUV | 188.62 | 88.72 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 119 | 0 | 0.25 | 0.50 | 0.07 | 30.26 | 0.75 | 0.7 |
| Hex | EC | B2 | 77 | 0 | 19 | 32 | 7 | 1E | 4B | 46 |
| Octal | 354 | 262 | 167 | 0 | 31 | 62 | 7 | 36 | 113 | 106 |
| Binary | 11101100 | 10110010 | 1110111 | 0 | 11001 | 110010 | 111 | 11110 | 1001011 | 1000110 |
Color Harmonies of #ECB277
Complementary color
Monochromatic Colors of #ECB277
Black with #ECB277
Text Example
Text Example
White with #ECB277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB277; }
p { color: rgb(236,178,119); }
H1.HeaderClassName
{
color: #ECB277;
}
.AnyTagClassName
{
color: #ECB277;
}
</style>
background-color css
<style>
a { background-color: #ECB277; }
a { background-color: rgb(236,178,119); }
div.DivClassName
{
background-color: #ECB277;
}
.BgClassName
{
background-color: #ECB277;
}
</style>
border-color css
<style>
span { border-color: #ECB277; }
span { border-color: rgb(236,178,119); }
td.TdClassName
{
border-color: #ECB277;
}
.TagClassName
{
border-color: #ECB277;
}
</style>