Shades of Flamenco #EF8540
Tints of Flamenco #EF8540
RGB
CMYK
RGB Variations
Color information
#EF8540 (or 0xEF8540) is known color: Flamenco. HEX triplet: EF, 85 and 40. RGB value is (239,133,64). Sum of RGB (Red+Green+Blue) = 239+133+64=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 64 (25.39% from 255 or 14.68% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8540 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8540 is #107ABF. Grayscale: #9D9D9D. Windows color (decimal): -1080000 or 4228591. OLE color: 4228591.
HSL color Cylindrical-coordinate representation of color #EF8540: hue angle of 23.66º 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 #EF8540 is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 64 | - |
| CMYK | 0 | 0.44 | 0.73 | 0.06 |
| HSL | 23.66º | 0.85% | 0.59% | - |
| HSV(B) | 23.66º | 0.73% | 0.94% | - |
| XYZ | 44.91 | 35.5 | 9.33 | - |
| YUV | 156.83 | 75.62 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 64 | 0 | 0.44 | 0.73 | 0.06 | 23.66 | 0.85 | 0.59 |
| Hex | EF | 85 | 40 | 0 | 2C | 49 | 6 | 18 | 55 | 3B |
| Octal | 357 | 205 | 100 | 0 | 54 | 111 | 6 | 30 | 125 | 73 |
| Binary | 11101111 | 10000101 | 1000000 | 0 | 101100 | 1001001 | 110 | 11000 | 1010101 | 111011 |
Color Harmonies of #EF8540
Complementary color
Monochromatic Colors of #EF8540
Black with #EF8540
Text Example
Text Example
White with #EF8540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8540; }
p { color: rgb(239,133,64); }
H1.HeaderClassName
{
color: #EF8540;
}
.AnyTagClassName
{
color: #EF8540;
}
</style>
background-color css
<style>
a { background-color: #EF8540; }
a { background-color: rgb(239,133,64); }
div.DivClassName
{
background-color: #EF8540;
}
.BgClassName
{
background-color: #EF8540;
}
</style>
border-color css
<style>
span { border-color: #EF8540; }
span { border-color: rgb(239,133,64); }
td.TdClassName
{
border-color: #EF8540;
}
.TagClassName
{
border-color: #EF8540;
}
</style>