Shades of Flamenco #EF8143
Tints of Flamenco #EF8143
RGB
CMYK
RGB Variations
Color information
#EF8143 (or 0xEF8143) is known color: Flamenco. HEX triplet: EF, 81 and 43. RGB value is (239,129,67). Sum of RGB (Red+Green+Blue) = 239+129+67=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 67 (26.56% from 255 or 15.40% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8143 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8143 is #107EBC. Grayscale: #9B9B9B. Windows color (decimal): -1081021 or 4424175. OLE color: 4424175.
HSL color Cylindrical-coordinate representation of color #EF8143: hue angle of 21.63º 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 #EF8143 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 67 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.06 |
| HSL | 21.63º | 0.84% | 0.6% | - |
| HSV(B) | 21.63º | 0.72% | 0.94% | - |
| XYZ | 44.46 | 34.46 | 9.62 | - |
| YUV | 154.82 | 78.44 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 67 | 0 | 0.46 | 0.72 | 0.06 | 21.63 | 0.84 | 0.6 |
| Hex | EF | 81 | 43 | 0 | 2E | 48 | 6 | 16 | 54 | 3C |
| Octal | 357 | 201 | 103 | 0 | 56 | 110 | 6 | 26 | 124 | 74 |
| Binary | 11101111 | 10000001 | 1000011 | 0 | 101110 | 1001000 | 110 | 10110 | 1010100 | 111100 |
Color Harmonies of #EF8143
Complementary color
Monochromatic Colors of #EF8143
Black with #EF8143
Text Example
Text Example
White with #EF8143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8143; }
p { color: rgb(239,129,67); }
H1.HeaderClassName
{
color: #EF8143;
}
.AnyTagClassName
{
color: #EF8143;
}
</style>
background-color css
<style>
a { background-color: #EF8143; }
a { background-color: rgb(239,129,67); }
div.DivClassName
{
background-color: #EF8143;
}
.BgClassName
{
background-color: #EF8143;
}
</style>
border-color css
<style>
span { border-color: #EF8143; }
span { border-color: rgb(239,129,67); }
td.TdClassName
{
border-color: #EF8143;
}
.TagClassName
{
border-color: #EF8143;
}
</style>