Shades of Flamenco #EC8B46
Tints of Flamenco #EC8B46
RGB
CMYK
RGB Variations
Color information
#EC8B46 (or 0xEC8B46) is known color: Flamenco. HEX triplet: EC, 8B and 46. RGB value is (236,139,70). Sum of RGB (Red+Green+Blue) = 236+139+70=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 70 (27.73% from 255 or 15.73% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8B46 is #1374B9. Grayscale: #A0A0A0. Windows color (decimal): -1275066 or 4623340. OLE color: 4623340.
HSL color Cylindrical-coordinate representation of color #EC8B46: hue angle of 24.94º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC8B46 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 70 | - |
| CMYK | 0 | 0.41 | 0.70 | 0.07 |
| HSL | 24.94º | 0.81% | 0.6% | - |
| HSV(B) | 24.94º | 0.7% | 0.93% | - |
| XYZ | 44.93 | 36.74 | 10.52 | - |
| YUV | 160.14 | 77.14 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 70 | 0 | 0.41 | 0.70 | 0.07 | 24.94 | 0.81 | 0.6 |
| Hex | EC | 8B | 46 | 0 | 29 | 46 | 7 | 19 | 51 | 3C |
| Octal | 354 | 213 | 106 | 0 | 51 | 106 | 7 | 31 | 121 | 74 |
| Binary | 11101100 | 10001011 | 1000110 | 0 | 101001 | 1000110 | 111 | 11001 | 1010001 | 111100 |
Color Harmonies of #EC8B46
Complementary color
Monochromatic Colors of #EC8B46
Black with #EC8B46
Text Example
Text Example
White with #EC8B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8B46; }
p { color: rgb(236,139,70); }
H1.HeaderClassName
{
color: #EC8B46;
}
.AnyTagClassName
{
color: #EC8B46;
}
</style>
background-color css
<style>
a { background-color: #EC8B46; }
a { background-color: rgb(236,139,70); }
div.DivClassName
{
background-color: #EC8B46;
}
.BgClassName
{
background-color: #EC8B46;
}
</style>
border-color css
<style>
span { border-color: #EC8B46; }
span { border-color: rgb(236,139,70); }
td.TdClassName
{
border-color: #EC8B46;
}
.TagClassName
{
border-color: #EC8B46;
}
</style>