Shades of Flamenco #EF8D46
Tints of Flamenco #EF8D46
RGB
CMYK
RGB Variations
Color information
#EF8D46 (or 0xEF8D46) is known color: Flamenco. HEX triplet: EF, 8D and 46. RGB value is (239,141,70). Sum of RGB (Red+Green+Blue) = 239+141+70=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 70 (27.73% from 255 or 15.56% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8D46 is #1072B9. Grayscale: #A2A2A2. Windows color (decimal): -1077946 or 4623855. OLE color: 4623855.
HSL color Cylindrical-coordinate representation of color #EF8D46: hue angle of 25.21º 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 #EF8D46 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 141 | 70 | - |
| CMYK | 0 | 0.41 | 0.71 | 0.06 |
| HSL | 25.21º | 0.84% | 0.61% | - |
| HSV(B) | 25.21º | 0.71% | 0.94% | - |
| XYZ | 46.23 | 37.84 | 10.66 | - |
| YUV | 162.21 | 75.97 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 141 | 70 | 0 | 0.41 | 0.71 | 0.06 | 25.21 | 0.84 | 0.61 |
| Hex | EF | 8D | 46 | 0 | 29 | 47 | 6 | 19 | 54 | 3D |
| Octal | 357 | 215 | 106 | 0 | 51 | 107 | 6 | 31 | 124 | 75 |
| Binary | 11101111 | 10001101 | 1000110 | 0 | 101001 | 1000111 | 110 | 11001 | 1010100 | 111101 |
Color Harmonies of #EF8D46
Complementary color
Monochromatic Colors of #EF8D46
Black with #EF8D46
Text Example
Text Example
White with #EF8D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8D46; }
p { color: rgb(239,141,70); }
H1.HeaderClassName
{
color: #EF8D46;
}
.AnyTagClassName
{
color: #EF8D46;
}
</style>
background-color css
<style>
a { background-color: #EF8D46; }
a { background-color: rgb(239,141,70); }
div.DivClassName
{
background-color: #EF8D46;
}
.BgClassName
{
background-color: #EF8D46;
}
</style>
border-color css
<style>
span { border-color: #EF8D46; }
span { border-color: rgb(239,141,70); }
td.TdClassName
{
border-color: #EF8D46;
}
.TagClassName
{
border-color: #EF8D46;
}
</style>