Shades of Tacao #ECB07B
Tints of Tacao #ECB07B
RGB
CMYK
RGB Variations
Color information
#ECB07B (or 0xECB07B) is known color: Tacao. HEX triplet: EC, B0 and 7B. RGB value is (236,176,123). Sum of RGB (Red+Green+Blue) = 236+176+123=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 123 (48.44% from 255 or 22.99% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB07B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB07B is #134F84. Grayscale: #BCBCBC. Windows color (decimal): -1265541 or 8106220. OLE color: 8106220.
HSL color Cylindrical-coordinate representation of color #ECB07B: hue angle of 28.14º 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 #ECB07B is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 123 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.07 |
| HSL | 28.14º | 0.75% | 0.7% | - |
| HSV(B) | 28.14º | 0.48% | 0.93% | - |
| XYZ | 53.69 | 50.31 | 25.62 | - |
| YUV | 187.9 | 91.38 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 123 | 0 | 0.25 | 0.48 | 0.07 | 28.14 | 0.75 | 0.7 |
| Hex | EC | B0 | 7B | 0 | 19 | 30 | 7 | 1C | 4B | 46 |
| Octal | 354 | 260 | 173 | 0 | 31 | 60 | 7 | 34 | 113 | 106 |
| Binary | 11101100 | 10110000 | 1111011 | 0 | 11001 | 110000 | 111 | 11100 | 1001011 | 1000110 |
Color Harmonies of #ECB07B
Complementary color
Monochromatic Colors of #ECB07B
Black with #ECB07B
Text Example
Text Example
White with #ECB07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB07B; }
p { color: rgb(236,176,123); }
H1.HeaderClassName
{
color: #ECB07B;
}
.AnyTagClassName
{
color: #ECB07B;
}
</style>
background-color css
<style>
a { background-color: #ECB07B; }
a { background-color: rgb(236,176,123); }
div.DivClassName
{
background-color: #ECB07B;
}
.BgClassName
{
background-color: #ECB07B;
}
</style>
border-color css
<style>
span { border-color: #ECB07B; }
span { border-color: rgb(236,176,123); }
td.TdClassName
{
border-color: #ECB07B;
}
.TagClassName
{
border-color: #ECB07B;
}
</style>