Shades of Flamenco #EF8541
Tints of Flamenco #EF8541
RGB
CMYK
RGB Variations
Color information
#EF8541 (or 0xEF8541) is known color: Flamenco. HEX triplet: EF, 85 and 41. RGB value is (239,133,65). Sum of RGB (Red+Green+Blue) = 239+133+65=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8541 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8541 is #107ABE. Grayscale: #9D9D9D. Windows color (decimal): -1079999 or 4294127. OLE color: 4294127.
HSL color Cylindrical-coordinate representation of color #EF8541: hue angle of 23.45º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF8541 is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 65 | - |
| CMYK | 0 | 0.44 | 0.73 | 0.06 |
| HSL | 23.45º | 0.84% | 0.6% | - |
| HSV(B) | 23.45º | 0.73% | 0.94% | - |
| XYZ | 44.94 | 35.51 | 9.49 | - |
| YUV | 156.94 | 76.12 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 65 | 0 | 0.44 | 0.73 | 0.06 | 23.45 | 0.84 | 0.6 |
| Hex | EF | 85 | 41 | 0 | 2C | 49 | 6 | 17 | 54 | 3C |
| Octal | 357 | 205 | 101 | 0 | 54 | 111 | 6 | 27 | 124 | 74 |
| Binary | 11101111 | 10000101 | 1000001 | 0 | 101100 | 1001001 | 110 | 10111 | 1010100 | 111100 |
Color Harmonies of #EF8541
Complementary color
Monochromatic Colors of #EF8541
Black with #EF8541
Text Example
Text Example
White with #EF8541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8541; }
p { color: rgb(239,133,65); }
H1.HeaderClassName
{
color: #EF8541;
}
.AnyTagClassName
{
color: #EF8541;
}
</style>
background-color css
<style>
a { background-color: #EF8541; }
a { background-color: rgb(239,133,65); }
div.DivClassName
{
background-color: #EF8541;
}
.BgClassName
{
background-color: #EF8541;
}
</style>
border-color css
<style>
span { border-color: #EF8541; }
span { border-color: rgb(239,133,65); }
td.TdClassName
{
border-color: #EF8541;
}
.TagClassName
{
border-color: #EF8541;
}
</style>