Shades of Flamenco #EC8B43
Tints of Flamenco #EC8B43
RGB
CMYK
RGB Variations
Color information
#EC8B43 (or 0xEC8B43) is known color: Flamenco. HEX triplet: EC, 8B and 43. RGB value is (236,139,67). Sum of RGB (Red+Green+Blue) = 236+139+67=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 67 (26.56% from 255 or 15.16% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B43 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8B43 is #1374BC. Grayscale: #A0A0A0. Windows color (decimal): -1275069 or 4426732. OLE color: 4426732.
HSL color Cylindrical-coordinate representation of color #EC8B43: hue angle of 25.56º 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 #EC8B43 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 67 | - |
| CMYK | 0 | 0.41 | 0.72 | 0.07 |
| HSL | 25.56º | 0.82% | 0.59% | - |
| HSV(B) | 25.56º | 0.72% | 0.93% | - |
| XYZ | 44.84 | 36.7 | 10.03 | - |
| YUV | 159.8 | 75.64 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 67 | 0 | 0.41 | 0.72 | 0.07 | 25.56 | 0.82 | 0.59 |
| Hex | EC | 8B | 43 | 0 | 29 | 48 | 7 | 1A | 52 | 3B |
| Octal | 354 | 213 | 103 | 0 | 51 | 110 | 7 | 32 | 122 | 73 |
| Binary | 11101100 | 10001011 | 1000011 | 0 | 101001 | 1001000 | 111 | 11010 | 1010010 | 111011 |
Color Harmonies of #EC8B43
Complementary color
Monochromatic Colors of #EC8B43
Black with #EC8B43
Text Example
Text Example
White with #EC8B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8B43; }
p { color: rgb(236,139,67); }
H1.HeaderClassName
{
color: #EC8B43;
}
.AnyTagClassName
{
color: #EC8B43;
}
</style>
background-color css
<style>
a { background-color: #EC8B43; }
a { background-color: rgb(236,139,67); }
div.DivClassName
{
background-color: #EC8B43;
}
.BgClassName
{
background-color: #EC8B43;
}
</style>
border-color css
<style>
span { border-color: #EC8B43; }
span { border-color: rgb(236,139,67); }
td.TdClassName
{
border-color: #EC8B43;
}
.TagClassName
{
border-color: #EC8B43;
}
</style>