Shades of Flamenco #EF8643
Tints of Flamenco #EF8643
RGB
CMYK
RGB Variations
Color information
#EF8643 (or 0xEF8643) is known color: Flamenco. HEX triplet: EF, 86 and 43. RGB value is (239,134,67). Sum of RGB (Red+Green+Blue) = 239+134+67=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 67 (26.56% from 255 or 15.23% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8643 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8643 is #1079BC. Grayscale: #9E9E9E. Windows color (decimal): -1079741 or 4425455. OLE color: 4425455.
HSL color Cylindrical-coordinate representation of color #EF8643: hue angle of 23.37º 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 #EF8643 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 134 | 67 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.06 |
| HSL | 23.37º | 0.84% | 0.6% | - |
| HSV(B) | 23.37º | 0.72% | 0.94% | - |
| XYZ | 45.13 | 35.81 | 9.84 | - |
| YUV | 157.76 | 76.79 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 134 | 67 | 0 | 0.44 | 0.72 | 0.06 | 23.37 | 0.84 | 0.6 |
| Hex | EF | 86 | 43 | 0 | 2C | 48 | 6 | 17 | 54 | 3C |
| Octal | 357 | 206 | 103 | 0 | 54 | 110 | 6 | 27 | 124 | 74 |
| Binary | 11101111 | 10000110 | 1000011 | 0 | 101100 | 1001000 | 110 | 10111 | 1010100 | 111100 |
Color Harmonies of #EF8643
Complementary color
Monochromatic Colors of #EF8643
Black with #EF8643
Text Example
Text Example
White with #EF8643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8643; }
p { color: rgb(239,134,67); }
H1.HeaderClassName
{
color: #EF8643;
}
.AnyTagClassName
{
color: #EF8643;
}
</style>
background-color css
<style>
a { background-color: #EF8643; }
a { background-color: rgb(239,134,67); }
div.DivClassName
{
background-color: #EF8643;
}
.BgClassName
{
background-color: #EF8643;
}
</style>
border-color css
<style>
span { border-color: #EF8643; }
span { border-color: rgb(239,134,67); }
td.TdClassName
{
border-color: #EF8643;
}
.TagClassName
{
border-color: #EF8643;
}
</style>