Shades of Flamenco #EF8C43
Tints of Flamenco #EF8C43
RGB
CMYK
RGB Variations
Color information
#EF8C43 (or 0xEF8C43) is known color: Flamenco. HEX triplet: EF, 8C and 43. RGB value is (239,140,67). Sum of RGB (Red+Green+Blue) = 239+140+67=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 67 (26.56% from 255 or 15.02% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C43 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8C43 is #1073BC. Grayscale: #A1A1A1. Windows color (decimal): -1078205 or 4426991. OLE color: 4426991.
HSL color Cylindrical-coordinate representation of color #EF8C43: hue angle of 25.47º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF8C43 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 67 | - |
| CMYK | 0 | 0.41 | 0.72 | 0.06 |
| HSL | 25.47º | 0.84% | 0.6% | - |
| HSV(B) | 25.47º | 0.72% | 0.94% | - |
| XYZ | 45.99 | 37.51 | 10.13 | - |
| YUV | 161.28 | 74.8 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 67 | 0 | 0.41 | 0.72 | 0.06 | 25.47 | 0.84 | 0.6 |
| Hex | EF | 8C | 43 | 0 | 29 | 48 | 6 | 19 | 54 | 3C |
| Octal | 357 | 214 | 103 | 0 | 51 | 110 | 6 | 31 | 124 | 74 |
| Binary | 11101111 | 10001100 | 1000011 | 0 | 101001 | 1001000 | 110 | 11001 | 1010100 | 111100 |
Color Harmonies of #EF8C43
Complementary color
Monochromatic Colors of #EF8C43
Black with #EF8C43
Text Example
Text Example
White with #EF8C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8C43; }
p { color: rgb(239,140,67); }
H1.HeaderClassName
{
color: #EF8C43;
}
.AnyTagClassName
{
color: #EF8C43;
}
</style>
background-color css
<style>
a { background-color: #EF8C43; }
a { background-color: rgb(239,140,67); }
div.DivClassName
{
background-color: #EF8C43;
}
.BgClassName
{
background-color: #EF8C43;
}
</style>
border-color css
<style>
span { border-color: #EF8C43; }
span { border-color: rgb(239,140,67); }
td.TdClassName
{
border-color: #EF8C43;
}
.TagClassName
{
border-color: #EF8C43;
}
</style>