Shades of Flamenco #EF8A40
Tints of Flamenco #EF8A40
RGB
CMYK
RGB Variations
Color information
#EF8A40 (or 0xEF8A40) is known color: Flamenco. HEX triplet: EF, 8A and 40. RGB value is (239,138,64). Sum of RGB (Red+Green+Blue) = 239+138+64=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 64 (25.39% from 255 or 14.51% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8A40 is #1075BF. Grayscale: #A0A0A0. Windows color (decimal): -1078720 or 4229871. OLE color: 4229871.
HSL color Cylindrical-coordinate representation of color #EF8A40: hue angle of 25.37º 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 #EF8A40 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 138 | 64 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.06 |
| HSL | 25.37º | 0.85% | 0.59% | - |
| HSV(B) | 25.37º | 0.73% | 0.94% | - |
| XYZ | 45.61 | 36.9 | 9.57 | - |
| YUV | 159.76 | 73.96 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 138 | 64 | 0 | 0.42 | 0.73 | 0.06 | 25.37 | 0.85 | 0.59 |
| Hex | EF | 8A | 40 | 0 | 2A | 49 | 6 | 19 | 55 | 3B |
| Octal | 357 | 212 | 100 | 0 | 52 | 111 | 6 | 31 | 125 | 73 |
| Binary | 11101111 | 10001010 | 1000000 | 0 | 101010 | 1001001 | 110 | 11001 | 1010101 | 111011 |
Color Harmonies of #EF8A40
Complementary color
Monochromatic Colors of #EF8A40
Black with #EF8A40
Text Example
Text Example
White with #EF8A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8A40; }
p { color: rgb(239,138,64); }
H1.HeaderClassName
{
color: #EF8A40;
}
.AnyTagClassName
{
color: #EF8A40;
}
</style>
background-color css
<style>
a { background-color: #EF8A40; }
a { background-color: rgb(239,138,64); }
div.DivClassName
{
background-color: #EF8A40;
}
.BgClassName
{
background-color: #EF8A40;
}
</style>
border-color css
<style>
span { border-color: #EF8A40; }
span { border-color: rgb(239,138,64); }
td.TdClassName
{
border-color: #EF8A40;
}
.TagClassName
{
border-color: #EF8A40;
}
</style>