Shades of Flamenco #EF8041
Tints of Flamenco #EF8041
RGB
CMYK
RGB Variations
Color information
#EF8041 (or 0xEF8041) is known color: Flamenco. HEX triplet: EF, 80 and 41. RGB value is (239,128,65). Sum of RGB (Red+Green+Blue) = 239+128+65=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 65 (25.78% from 255 or 15.05% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8041 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8041 is #107FBE. Grayscale: #9A9A9A. Windows color (decimal): -1081279 or 4292847. OLE color: 4292847.
HSL color Cylindrical-coordinate representation of color #EF8041: hue angle of 21.72º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF8041 is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 65 | - |
| CMYK | 0 | 0.46 | 0.73 | 0.06 |
| HSL | 21.72º | 0.84% | 0.6% | - |
| HSV(B) | 21.72º | 0.73% | 0.94% | - |
| XYZ | 44.27 | 34.17 | 9.26 | - |
| YUV | 154.01 | 77.77 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 65 | 0 | 0.46 | 0.73 | 0.06 | 21.72 | 0.84 | 0.6 |
| Hex | EF | 80 | 41 | 0 | 2E | 49 | 6 | 16 | 54 | 3C |
| Octal | 357 | 200 | 101 | 0 | 56 | 111 | 6 | 26 | 124 | 74 |
| Binary | 11101111 | 10000000 | 1000001 | 0 | 101110 | 1001001 | 110 | 10110 | 1010100 | 111100 |
Color Harmonies of #EF8041
Complementary color
Monochromatic Colors of #EF8041
Black with #EF8041
Text Example
Text Example
White with #EF8041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8041; }
p { color: rgb(239,128,65); }
H1.HeaderClassName
{
color: #EF8041;
}
.AnyTagClassName
{
color: #EF8041;
}
</style>
background-color css
<style>
a { background-color: #EF8041; }
a { background-color: rgb(239,128,65); }
div.DivClassName
{
background-color: #EF8041;
}
.BgClassName
{
background-color: #EF8041;
}
</style>
border-color css
<style>
span { border-color: #EF8041; }
span { border-color: rgb(239,128,65); }
td.TdClassName
{
border-color: #EF8041;
}
.TagClassName
{
border-color: #EF8041;
}
</style>