Shades of Flamenco #EF8746
Tints of Flamenco #EF8746
RGB
CMYK
RGB Variations
Color information
#EF8746 (or 0xEF8746) is known color: Flamenco. HEX triplet: EF, 87 and 46. RGB value is (239,135,70). Sum of RGB (Red+Green+Blue) = 239+135+70=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 70 (27.73% from 255 or 15.77% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8746 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8746 is #1078B9. Grayscale: #9F9F9F. Windows color (decimal): -1079482 or 4622319. OLE color: 4622319.
HSL color Cylindrical-coordinate representation of color #EF8746: hue angle of 23.08º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF8746 is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 135 | 70 | - |
| CMYK | 0 | 0.44 | 0.71 | 0.06 |
| HSL | 23.08º | 0.84% | 0.61% | - |
| HSV(B) | 23.08º | 0.71% | 0.94% | - |
| XYZ | 45.37 | 36.12 | 10.38 | - |
| YUV | 158.69 | 77.96 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 135 | 70 | 0 | 0.44 | 0.71 | 0.06 | 23.08 | 0.84 | 0.61 |
| Hex | EF | 87 | 46 | 0 | 2C | 47 | 6 | 17 | 54 | 3D |
| Octal | 357 | 207 | 106 | 0 | 54 | 107 | 6 | 27 | 124 | 75 |
| Binary | 11101111 | 10000111 | 1000110 | 0 | 101100 | 1000111 | 110 | 10111 | 1010100 | 111101 |
Color Harmonies of #EF8746
Complementary color
Monochromatic Colors of #EF8746
Black with #EF8746
Text Example
Text Example
White with #EF8746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8746; }
p { color: rgb(239,135,70); }
H1.HeaderClassName
{
color: #EF8746;
}
.AnyTagClassName
{
color: #EF8746;
}
</style>
background-color css
<style>
a { background-color: #EF8746; }
a { background-color: rgb(239,135,70); }
div.DivClassName
{
background-color: #EF8746;
}
.BgClassName
{
background-color: #EF8746;
}
</style>
border-color css
<style>
span { border-color: #EF8746; }
span { border-color: rgb(239,135,70); }
td.TdClassName
{
border-color: #EF8746;
}
.TagClassName
{
border-color: #EF8746;
}
</style>