Shades of Flamenco #EF8440
Tints of Flamenco #EF8440
RGB
CMYK
RGB Variations
Color information
#EF8440 (or 0xEF8440) is known color: Flamenco. HEX triplet: EF, 84 and 40. RGB value is (239,132,64). Sum of RGB (Red+Green+Blue) = 239+132+64=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8440 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8440 is #107BBF. Grayscale: #9C9C9C. Windows color (decimal): -1080256 or 4228335. OLE color: 4228335.
HSL color Cylindrical-coordinate representation of color #EF8440: hue angle of 23.31º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF8440 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 64 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.06 |
| HSL | 23.31º | 0.85% | 0.59% | - |
| HSV(B) | 23.31º | 0.73% | 0.94% | - |
| XYZ | 44.77 | 35.22 | 9.29 | - |
| YUV | 156.24 | 75.95 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 64 | 0 | 0.45 | 0.73 | 0.06 | 23.31 | 0.85 | 0.59 |
| Hex | EF | 84 | 40 | 0 | 2D | 49 | 6 | 17 | 55 | 3B |
| Octal | 357 | 204 | 100 | 0 | 55 | 111 | 6 | 27 | 125 | 73 |
| Binary | 11101111 | 10000100 | 1000000 | 0 | 101101 | 1001001 | 110 | 10111 | 1010101 | 111011 |
Color Harmonies of #EF8440
Complementary color
Monochromatic Colors of #EF8440
Black with #EF8440
Text Example
Text Example
White with #EF8440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8440; }
p { color: rgb(239,132,64); }
H1.HeaderClassName
{
color: #EF8440;
}
.AnyTagClassName
{
color: #EF8440;
}
</style>
background-color css
<style>
a { background-color: #EF8440; }
a { background-color: rgb(239,132,64); }
div.DivClassName
{
background-color: #EF8440;
}
.BgClassName
{
background-color: #EF8440;
}
</style>
border-color css
<style>
span { border-color: #EF8440; }
span { border-color: rgb(239,132,64); }
td.TdClassName
{
border-color: #EF8440;
}
.TagClassName
{
border-color: #EF8440;
}
</style>