Shades of Flamenco #EF8C4C
Tints of Flamenco #EF8C4C
RGB
CMYK
RGB Variations
Color information
#EF8C4C (or 0xEF8C4C) is known color: Flamenco. HEX triplet: EF, 8C and 4C. RGB value is (239,140,76). Sum of RGB (Red+Green+Blue) = 239+140+76=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 76 (30.08% from 255 or 16.70% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8C4C is #1073B3. Grayscale: #A2A2A2. Windows color (decimal): -1078196 or 5016815. OLE color: 5016815.
HSL color Cylindrical-coordinate representation of color #EF8C4C: hue angle of 23.56º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF8C4C is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 76 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.06 |
| HSL | 23.56º | 0.84% | 0.62% | - |
| HSV(B) | 23.56º | 0.68% | 0.94% | - |
| XYZ | 46.28 | 37.63 | 11.66 | - |
| YUV | 162.31 | 79.3 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 76 | 0 | 0.41 | 0.68 | 0.06 | 23.56 | 0.84 | 0.62 |
| Hex | EF | 8C | 4C | 0 | 29 | 44 | 6 | 18 | 54 | 3E |
| Octal | 357 | 214 | 114 | 0 | 51 | 104 | 6 | 30 | 124 | 76 |
| Binary | 11101111 | 10001100 | 1001100 | 0 | 101001 | 1000100 | 110 | 11000 | 1010100 | 111110 |
Color Harmonies of #EF8C4C
Complementary color
Monochromatic Colors of #EF8C4C
Black with #EF8C4C
Text Example
Text Example
White with #EF8C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8C4C; }
p { color: rgb(239,140,76); }
H1.HeaderClassName
{
color: #EF8C4C;
}
.AnyTagClassName
{
color: #EF8C4C;
}
</style>
background-color css
<style>
a { background-color: #EF8C4C; }
a { background-color: rgb(239,140,76); }
div.DivClassName
{
background-color: #EF8C4C;
}
.BgClassName
{
background-color: #EF8C4C;
}
</style>
border-color css
<style>
span { border-color: #EF8C4C; }
span { border-color: rgb(239,140,76); }
td.TdClassName
{
border-color: #EF8C4C;
}
.TagClassName
{
border-color: #EF8C4C;
}
</style>