Shades of Flamenco #EF8840
Tints of Flamenco #EF8840
RGB
CMYK
RGB Variations
Color information
#EF8840 (or 0xEF8840) is known color: Flamenco. HEX triplet: EF, 88 and 40. RGB value is (239,136,64). Sum of RGB (Red+Green+Blue) = 239+136+64=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 64 (25.39% from 255 or 14.58% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8840 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8840 is #1077BF. Grayscale: #9E9E9E. Windows color (decimal): -1079232 or 4229359. OLE color: 4229359.
HSL color Cylindrical-coordinate representation of color #EF8840: hue angle of 24.69º 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 #EF8840 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 136 | 64 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.06 |
| HSL | 24.69º | 0.85% | 0.59% | - |
| HSV(B) | 24.69º | 0.73% | 0.94% | - |
| XYZ | 45.33 | 36.33 | 9.47 | - |
| YUV | 158.59 | 74.62 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 136 | 64 | 0 | 0.43 | 0.73 | 0.06 | 24.69 | 0.85 | 0.59 |
| Hex | EF | 88 | 40 | 0 | 2B | 49 | 6 | 19 | 55 | 3B |
| Octal | 357 | 210 | 100 | 0 | 53 | 111 | 6 | 31 | 125 | 73 |
| Binary | 11101111 | 10001000 | 1000000 | 0 | 101011 | 1001001 | 110 | 11001 | 1010101 | 111011 |
Color Harmonies of #EF8840
Complementary color
Monochromatic Colors of #EF8840
Black with #EF8840
Text Example
Text Example
White with #EF8840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8840; }
p { color: rgb(239,136,64); }
H1.HeaderClassName
{
color: #EF8840;
}
.AnyTagClassName
{
color: #EF8840;
}
</style>
background-color css
<style>
a { background-color: #EF8840; }
a { background-color: rgb(239,136,64); }
div.DivClassName
{
background-color: #EF8840;
}
.BgClassName
{
background-color: #EF8840;
}
</style>
border-color css
<style>
span { border-color: #EF8840; }
span { border-color: rgb(239,136,64); }
td.TdClassName
{
border-color: #EF8840;
}
.TagClassName
{
border-color: #EF8840;
}
</style>