Shades of Flamenco #EF8445
Tints of Flamenco #EF8445
RGB
CMYK
RGB Variations
Color information
#EF8445 (or 0xEF8445) is known color: Flamenco. HEX triplet: EF, 84 and 45. RGB value is (239,132,69). Sum of RGB (Red+Green+Blue) = 239+132+69=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 69 (27.34% from 255 or 15.68% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8445 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8445 is #107BBA. Grayscale: #9D9D9D. Windows color (decimal): -1080251 or 4556015. OLE color: 4556015.
HSL color Cylindrical-coordinate representation of color #EF8445: hue angle of 22.24º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF8445 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 69 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.06 |
| HSL | 22.24º | 0.84% | 0.6% | - |
| HSV(B) | 22.24º | 0.71% | 0.94% | - |
| XYZ | 44.92 | 35.28 | 10.07 | - |
| YUV | 156.81 | 78.45 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 69 | 0 | 0.45 | 0.71 | 0.06 | 22.24 | 0.84 | 0.6 |
| Hex | EF | 84 | 45 | 0 | 2D | 47 | 6 | 16 | 54 | 3C |
| Octal | 357 | 204 | 105 | 0 | 55 | 107 | 6 | 26 | 124 | 74 |
| Binary | 11101111 | 10000100 | 1000101 | 0 | 101101 | 1000111 | 110 | 10110 | 1010100 | 111100 |
Color Harmonies of #EF8445
Complementary color
Monochromatic Colors of #EF8445
Black with #EF8445
Text Example
Text Example
White with #EF8445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8445; }
p { color: rgb(239,132,69); }
H1.HeaderClassName
{
color: #EF8445;
}
.AnyTagClassName
{
color: #EF8445;
}
</style>
background-color css
<style>
a { background-color: #EF8445; }
a { background-color: rgb(239,132,69); }
div.DivClassName
{
background-color: #EF8445;
}
.BgClassName
{
background-color: #EF8445;
}
</style>
border-color css
<style>
span { border-color: #EF8445; }
span { border-color: rgb(239,132,69); }
td.TdClassName
{
border-color: #EF8445;
}
.TagClassName
{
border-color: #EF8445;
}
</style>