Shades of Flamenco #EC8948
Tints of Flamenco #EC8948
RGB
CMYK
RGB Variations
Color information
#EC8948 (or 0xEC8948) is known color: Flamenco. HEX triplet: EC, 89 and 48. RGB value is (236,137,72). Sum of RGB (Red+Green+Blue) = 236+137+72=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 137 (53.91% from 255 or 30.79% from 445); Blue value is 72 (28.52% from 255 or 16.18% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8948 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8948 is #1376B7. Grayscale: #9F9F9F. Windows color (decimal): -1275576 or 4753900. OLE color: 4753900.
HSL color Cylindrical-coordinate representation of color #EC8948: hue angle of 23.78º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC8948 is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 137 | 72 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.07 |
| HSL | 23.78º | 0.81% | 0.6% | - |
| HSV(B) | 23.78º | 0.69% | 0.93% | - |
| XYZ | 44.71 | 36.19 | 10.76 | - |
| YUV | 159.19 | 78.8 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 137 | 72 | 0 | 0.42 | 0.69 | 0.07 | 23.78 | 0.81 | 0.6 |
| Hex | EC | 89 | 48 | 0 | 2A | 45 | 7 | 18 | 51 | 3C |
| Octal | 354 | 211 | 110 | 0 | 52 | 105 | 7 | 30 | 121 | 74 |
| Binary | 11101100 | 10001001 | 1001000 | 0 | 101010 | 1000101 | 111 | 11000 | 1010001 | 111100 |
Color Harmonies of #EC8948
Complementary color
Monochromatic Colors of #EC8948
Black with #EC8948
Text Example
Text Example
White with #EC8948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8948; }
p { color: rgb(236,137,72); }
H1.HeaderClassName
{
color: #EC8948;
}
.AnyTagClassName
{
color: #EC8948;
}
</style>
background-color css
<style>
a { background-color: #EC8948; }
a { background-color: rgb(236,137,72); }
div.DivClassName
{
background-color: #EC8948;
}
.BgClassName
{
background-color: #EC8948;
}
</style>
border-color css
<style>
span { border-color: #EC8948; }
span { border-color: rgb(236,137,72); }
td.TdClassName
{
border-color: #EC8948;
}
.TagClassName
{
border-color: #EC8948;
}
</style>