Shades of Flamenco #EF8243
Tints of Flamenco #EF8243
RGB
CMYK
RGB Variations
Color information
#EF8243 (or 0xEF8243) is known color: Flamenco. HEX triplet: EF, 82 and 43. RGB value is (239,130,67). Sum of RGB (Red+Green+Blue) = 239+130+67=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 67 (26.56% from 255 or 15.37% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8243 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8243 is #107DBC. Grayscale: #9B9B9B. Windows color (decimal): -1080765 or 4424431. OLE color: 4424431.
HSL color Cylindrical-coordinate representation of color #EF8243: hue angle of 21.98º 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 #EF8243 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 130 | 67 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.06 |
| HSL | 21.98º | 0.84% | 0.6% | - |
| HSV(B) | 21.98º | 0.72% | 0.94% | - |
| XYZ | 44.59 | 34.72 | 9.66 | - |
| YUV | 155.41 | 78.11 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 67 | 0 | 0.46 | 0.72 | 0.06 | 21.98 | 0.84 | 0.6 |
| Hex | EF | 82 | 43 | 0 | 2E | 48 | 6 | 16 | 54 | 3C |
| Octal | 357 | 202 | 103 | 0 | 56 | 110 | 6 | 26 | 124 | 74 |
| Binary | 11101111 | 10000010 | 1000011 | 0 | 101110 | 1001000 | 110 | 10110 | 1010100 | 111100 |
Color Harmonies of #EF8243
Complementary color
Monochromatic Colors of #EF8243
Black with #EF8243
Text Example
Text Example
White with #EF8243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8243; }
p { color: rgb(239,130,67); }
H1.HeaderClassName
{
color: #EF8243;
}
.AnyTagClassName
{
color: #EF8243;
}
</style>
background-color css
<style>
a { background-color: #EF8243; }
a { background-color: rgb(239,130,67); }
div.DivClassName
{
background-color: #EF8243;
}
.BgClassName
{
background-color: #EF8243;
}
</style>
border-color css
<style>
span { border-color: #EF8243; }
span { border-color: rgb(239,130,67); }
td.TdClassName
{
border-color: #EF8243;
}
.TagClassName
{
border-color: #EF8243;
}
</style>