Shades of Flamenco #EC8A43
Tints of Flamenco #EC8A43
RGB
CMYK
RGB Variations
Color information
#EC8A43 (or 0xEC8A43) is known color: Flamenco. HEX triplet: EC, 8A and 43. RGB value is (236,138,67). Sum of RGB (Red+Green+Blue) = 236+138+67=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 67 (26.56% from 255 or 15.19% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A43 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8A43 is #1375BC. Grayscale: #9F9F9F. Windows color (decimal): -1275325 or 4426476. OLE color: 4426476.
HSL color Cylindrical-coordinate representation of color #EC8A43: hue angle of 25.21º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC8A43 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 67 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.07 |
| HSL | 25.21º | 0.82% | 0.59% | - |
| HSV(B) | 25.21º | 0.72% | 0.93% | - |
| XYZ | 44.69 | 36.42 | 9.98 | - |
| YUV | 159.21 | 75.97 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 67 | 0 | 0.42 | 0.72 | 0.07 | 25.21 | 0.82 | 0.59 |
| Hex | EC | 8A | 43 | 0 | 2A | 48 | 7 | 19 | 52 | 3B |
| Octal | 354 | 212 | 103 | 0 | 52 | 110 | 7 | 31 | 122 | 73 |
| Binary | 11101100 | 10001010 | 1000011 | 0 | 101010 | 1001000 | 111 | 11001 | 1010010 | 111011 |
Color Harmonies of #EC8A43
Complementary color
Monochromatic Colors of #EC8A43
Black with #EC8A43
Text Example
Text Example
White with #EC8A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A43; }
p { color: rgb(236,138,67); }
H1.HeaderClassName
{
color: #EC8A43;
}
.AnyTagClassName
{
color: #EC8A43;
}
</style>
background-color css
<style>
a { background-color: #EC8A43; }
a { background-color: rgb(236,138,67); }
div.DivClassName
{
background-color: #EC8A43;
}
.BgClassName
{
background-color: #EC8A43;
}
</style>
border-color css
<style>
span { border-color: #EC8A43; }
span { border-color: rgb(236,138,67); }
td.TdClassName
{
border-color: #EC8A43;
}
.TagClassName
{
border-color: #EC8A43;
}
</style>