Shades of Flamenco #EF8640
Tints of Flamenco #EF8640
RGB
CMYK
RGB Variations
Color information
#EF8640 (or 0xEF8640) is known color: Flamenco. HEX triplet: EF, 86 and 40. RGB value is (239,134,64). Sum of RGB (Red+Green+Blue) = 239+134+64=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 64 (25.39% from 255 or 14.65% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8640 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8640 is #1079BF. Grayscale: #9D9D9D. Windows color (decimal): -1079744 or 4228847. OLE color: 4228847.
HSL color Cylindrical-coordinate representation of color #EF8640: hue angle of 24º 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 #EF8640 is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 134 | 64 | - |
| CMYK | 0 | 0.44 | 0.73 | 0.06 |
| HSL | 24º | 0.85% | 0.59% | - |
| HSV(B) | 24º | 0.73% | 0.94% | - |
| XYZ | 45.05 | 35.77 | 9.38 | - |
| YUV | 157.42 | 75.29 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 134 | 64 | 0 | 0.44 | 0.73 | 0.06 | 24 | 0.85 | 0.59 |
| Hex | EF | 86 | 40 | 0 | 2C | 49 | 6 | 18 | 55 | 3B |
| Octal | 357 | 206 | 100 | 0 | 54 | 111 | 6 | 30 | 125 | 73 |
| Binary | 11101111 | 10000110 | 1000000 | 0 | 101100 | 1001001 | 110 | 11000 | 1010101 | 111011 |
Color Harmonies of #EF8640
Complementary color
Monochromatic Colors of #EF8640
Black with #EF8640
Text Example
Text Example
White with #EF8640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8640; }
p { color: rgb(239,134,64); }
H1.HeaderClassName
{
color: #EF8640;
}
.AnyTagClassName
{
color: #EF8640;
}
</style>
background-color css
<style>
a { background-color: #EF8640; }
a { background-color: rgb(239,134,64); }
div.DivClassName
{
background-color: #EF8640;
}
.BgClassName
{
background-color: #EF8640;
}
</style>
border-color css
<style>
span { border-color: #EF8640; }
span { border-color: rgb(239,134,64); }
td.TdClassName
{
border-color: #EF8640;
}
.TagClassName
{
border-color: #EF8640;
}
</style>