Shades of Flamenco #EF8049
Tints of Flamenco #EF8049
RGB
CMYK
RGB Variations
Color information
#EF8049 (or 0xEF8049) is known color: Flamenco. HEX triplet: EF, 80 and 49. RGB value is (239,128,73). Sum of RGB (Red+Green+Blue) = 239+128+73=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 73 (28.91% from 255 or 16.59% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8049 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8049 is #107FB6. Grayscale: #9B9B9B. Windows color (decimal): -1081271 or 4817135. OLE color: 4817135.
HSL color Cylindrical-coordinate representation of color #EF8049: hue angle of 19.88º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF8049 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 73 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.06 |
| HSL | 19.88º | 0.84% | 0.61% | - |
| HSV(B) | 19.88º | 0.69% | 0.94% | - |
| XYZ | 44.52 | 34.27 | 10.57 | - |
| YUV | 154.92 | 81.77 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 73 | 0 | 0.46 | 0.69 | 0.06 | 19.88 | 0.84 | 0.61 |
| Hex | EF | 80 | 49 | 0 | 2E | 45 | 6 | 14 | 54 | 3D |
| Octal | 357 | 200 | 111 | 0 | 56 | 105 | 6 | 24 | 124 | 75 |
| Binary | 11101111 | 10000000 | 1001001 | 0 | 101110 | 1000101 | 110 | 10100 | 1010100 | 111101 |
Color Harmonies of #EF8049
Complementary color
Monochromatic Colors of #EF8049
Black with #EF8049
Text Example
Text Example
White with #EF8049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8049; }
p { color: rgb(239,128,73); }
H1.HeaderClassName
{
color: #EF8049;
}
.AnyTagClassName
{
color: #EF8049;
}
</style>
background-color css
<style>
a { background-color: #EF8049; }
a { background-color: rgb(239,128,73); }
div.DivClassName
{
background-color: #EF8049;
}
.BgClassName
{
background-color: #EF8049;
}
</style>
border-color css
<style>
span { border-color: #EF8049; }
span { border-color: rgb(239,128,73); }
td.TdClassName
{
border-color: #EF8049;
}
.TagClassName
{
border-color: #EF8049;
}
</style>