Shades of Tacao #ECAF77
Tints of Tacao #ECAF77
RGB
CMYK
RGB Variations
Color information
#ECAF77 (or 0xECAF77) is known color: Tacao. HEX triplet: EC, AF and 77. RGB value is (236,175,119). Sum of RGB (Red+Green+Blue) = 236+175+119=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 119 (46.88% from 255 or 22.45% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAF77 is #135088. Grayscale: #BBBBBB. Windows color (decimal): -1265801 or 7843820. OLE color: 7843820.
HSL color Cylindrical-coordinate representation of color #ECAF77: hue angle of 28.72º 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 #ECAF77 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 119 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.07 |
| HSL | 28.72º | 0.75% | 0.7% | - |
| HSV(B) | 28.72º | 0.5% | 0.93% | - |
| XYZ | 53.25 | 49.82 | 24.26 | - |
| YUV | 186.86 | 89.71 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 119 | 0 | 0.26 | 0.50 | 0.07 | 28.72 | 0.75 | 0.7 |
| Hex | EC | AF | 77 | 0 | 1A | 32 | 7 | 1D | 4B | 46 |
| Octal | 354 | 257 | 167 | 0 | 32 | 62 | 7 | 35 | 113 | 106 |
| Binary | 11101100 | 10101111 | 1110111 | 0 | 11010 | 110010 | 111 | 11101 | 1001011 | 1000110 |
Color Harmonies of #ECAF77
Complementary color
Monochromatic Colors of #ECAF77
Black with #ECAF77
Text Example
Text Example
White with #ECAF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAF77; }
p { color: rgb(236,175,119); }
H1.HeaderClassName
{
color: #ECAF77;
}
.AnyTagClassName
{
color: #ECAF77;
}
</style>
background-color css
<style>
a { background-color: #ECAF77; }
a { background-color: rgb(236,175,119); }
div.DivClassName
{
background-color: #ECAF77;
}
.BgClassName
{
background-color: #ECAF77;
}
</style>
border-color css
<style>
span { border-color: #ECAF77; }
span { border-color: rgb(236,175,119); }
td.TdClassName
{
border-color: #ECAF77;
}
.TagClassName
{
border-color: #ECAF77;
}
</style>