Shades of Flamenco #EC8A4D
Tints of Flamenco #EC8A4D
RGB
CMYK
RGB Variations
Color information
#EC8A4D (or 0xEC8A4D) is known color: Flamenco. HEX triplet: EC, 8A and 4D. RGB value is (236,138,77). Sum of RGB (Red+Green+Blue) = 236+138+77=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 138 (54.30% from 255 or 30.60% from 451); Blue value is 77 (30.47% from 255 or 17.07% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8A4D is #1375B2. Grayscale: #A0A0A0. Windows color (decimal): -1275315 or 5081836. OLE color: 5081836.
HSL color Cylindrical-coordinate representation of color #EC8A4D: hue angle of 23.02º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC8A4D is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 77 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.07 |
| HSL | 23.02º | 0.81% | 0.61% | - |
| HSV(B) | 23.02º | 0.67% | 0.93% | - |
| XYZ | 45.02 | 36.55 | 11.7 | - |
| YUV | 160.35 | 80.97 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 77 | 0 | 0.42 | 0.67 | 0.07 | 23.02 | 0.81 | 0.61 |
| Hex | EC | 8A | 4D | 0 | 2A | 43 | 7 | 17 | 51 | 3D |
| Octal | 354 | 212 | 115 | 0 | 52 | 103 | 7 | 27 | 121 | 75 |
| Binary | 11101100 | 10001010 | 1001101 | 0 | 101010 | 1000011 | 111 | 10111 | 1010001 | 111101 |
Color Harmonies of #EC8A4D
Complementary color
Monochromatic Colors of #EC8A4D
Black with #EC8A4D
Text Example
Text Example
White with #EC8A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A4D; }
p { color: rgb(236,138,77); }
H1.HeaderClassName
{
color: #EC8A4D;
}
.AnyTagClassName
{
color: #EC8A4D;
}
</style>
background-color css
<style>
a { background-color: #EC8A4D; }
a { background-color: rgb(236,138,77); }
div.DivClassName
{
background-color: #EC8A4D;
}
.BgClassName
{
background-color: #EC8A4D;
}
</style>
border-color css
<style>
span { border-color: #EC8A4D; }
span { border-color: rgb(236,138,77); }
td.TdClassName
{
border-color: #EC8A4D;
}
.TagClassName
{
border-color: #EC8A4D;
}
</style>