Shades of Flamenco #EC8A4B
Tints of Flamenco #EC8A4B
RGB
CMYK
RGB Variations
Color information
#EC8A4B (or 0xEC8A4B) is known color: Flamenco. HEX triplet: EC, 8A and 4B. RGB value is (236,138,75). Sum of RGB (Red+Green+Blue) = 236+138+75=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 75 (29.69% from 255 or 16.70% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8A4B is #1375B4. Grayscale: #A0A0A0. Windows color (decimal): -1275317 or 4950764. OLE color: 4950764.
HSL color Cylindrical-coordinate representation of color #EC8A4B: hue angle of 23.48º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC8A4B is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 75 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.07 |
| HSL | 23.48º | 0.81% | 0.61% | - |
| HSV(B) | 23.48º | 0.68% | 0.93% | - |
| XYZ | 44.95 | 36.52 | 11.34 | - |
| YUV | 160.12 | 79.97 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 75 | 0 | 0.42 | 0.68 | 0.07 | 23.48 | 0.81 | 0.61 |
| Hex | EC | 8A | 4B | 0 | 2A | 44 | 7 | 17 | 51 | 3D |
| Octal | 354 | 212 | 113 | 0 | 52 | 104 | 7 | 27 | 121 | 75 |
| Binary | 11101100 | 10001010 | 1001011 | 0 | 101010 | 1000100 | 111 | 10111 | 1010001 | 111101 |
Color Harmonies of #EC8A4B
Complementary color
Monochromatic Colors of #EC8A4B
Black with #EC8A4B
Text Example
Text Example
White with #EC8A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A4B; }
p { color: rgb(236,138,75); }
H1.HeaderClassName
{
color: #EC8A4B;
}
.AnyTagClassName
{
color: #EC8A4B;
}
</style>
background-color css
<style>
a { background-color: #EC8A4B; }
a { background-color: rgb(236,138,75); }
div.DivClassName
{
background-color: #EC8A4B;
}
.BgClassName
{
background-color: #EC8A4B;
}
</style>
border-color css
<style>
span { border-color: #EC8A4B; }
span { border-color: rgb(236,138,75); }
td.TdClassName
{
border-color: #EC8A4B;
}
.TagClassName
{
border-color: #EC8A4B;
}
</style>