Shades of Flamenco #EC8343
Tints of Flamenco #EC8343
RGB
CMYK
RGB Variations
Color information
#EC8343 (or 0xEC8343) is known color: Flamenco. HEX triplet: EC, 83 and 43. RGB value is (236,131,67). Sum of RGB (Red+Green+Blue) = 236+131+67=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 67 (26.56% from 255 or 15.44% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8343 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8343 is #137CBC. Grayscale: #9B9B9B. Windows color (decimal): -1277117 or 4424684. OLE color: 4424684.
HSL color Cylindrical-coordinate representation of color #EC8343: hue angle of 22.72º 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 #EC8343 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 67 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.07 |
| HSL | 22.72º | 0.82% | 0.59% | - |
| HSV(B) | 22.72º | 0.72% | 0.93% | - |
| XYZ | 43.72 | 34.47 | 9.66 | - |
| YUV | 155.1 | 78.29 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 67 | 0 | 0.44 | 0.72 | 0.07 | 22.72 | 0.82 | 0.59 |
| Hex | EC | 83 | 43 | 0 | 2C | 48 | 7 | 17 | 52 | 3B |
| Octal | 354 | 203 | 103 | 0 | 54 | 110 | 7 | 27 | 122 | 73 |
| Binary | 11101100 | 10000011 | 1000011 | 0 | 101100 | 1001000 | 111 | 10111 | 1010010 | 111011 |
Color Harmonies of #EC8343
Complementary color
Monochromatic Colors of #EC8343
Black with #EC8343
Text Example
Text Example
White with #EC8343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8343; }
p { color: rgb(236,131,67); }
H1.HeaderClassName
{
color: #EC8343;
}
.AnyTagClassName
{
color: #EC8343;
}
</style>
background-color css
<style>
a { background-color: #EC8343; }
a { background-color: rgb(236,131,67); }
div.DivClassName
{
background-color: #EC8343;
}
.BgClassName
{
background-color: #EC8343;
}
</style>
border-color css
<style>
span { border-color: #EC8343; }
span { border-color: rgb(236,131,67); }
td.TdClassName
{
border-color: #EC8343;
}
.TagClassName
{
border-color: #EC8343;
}
</style>