Shades of Flamenco #EF8844
Tints of Flamenco #EF8844
RGB
CMYK
RGB Variations
Color information
#EF8844 (or 0xEF8844) is known color: Flamenco. HEX triplet: EF, 88 and 44. RGB value is (239,136,68). Sum of RGB (Red+Green+Blue) = 239+136+68=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 68 (26.95% from 255 or 15.35% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8844 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8844 is #1077BB. Grayscale: #9F9F9F. Windows color (decimal): -1079228 or 4491503. OLE color: 4491503.
HSL color Cylindrical-coordinate representation of color #EF8844: hue angle of 23.86º 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 #EF8844 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 136 | 68 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.06 |
| HSL | 23.86º | 0.84% | 0.6% | - |
| HSV(B) | 23.86º | 0.72% | 0.94% | - |
| XYZ | 45.44 | 36.38 | 10.1 | - |
| YUV | 159.05 | 76.62 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 136 | 68 | 0 | 0.43 | 0.72 | 0.06 | 23.86 | 0.84 | 0.6 |
| Hex | EF | 88 | 44 | 0 | 2B | 48 | 6 | 18 | 54 | 3C |
| Octal | 357 | 210 | 104 | 0 | 53 | 110 | 6 | 30 | 124 | 74 |
| Binary | 11101111 | 10001000 | 1000100 | 0 | 101011 | 1001000 | 110 | 11000 | 1010100 | 111100 |
Color Harmonies of #EF8844
Complementary color
Monochromatic Colors of #EF8844
Black with #EF8844
Text Example
Text Example
White with #EF8844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8844; }
p { color: rgb(239,136,68); }
H1.HeaderClassName
{
color: #EF8844;
}
.AnyTagClassName
{
color: #EF8844;
}
</style>
background-color css
<style>
a { background-color: #EF8844; }
a { background-color: rgb(239,136,68); }
div.DivClassName
{
background-color: #EF8844;
}
.BgClassName
{
background-color: #EF8844;
}
</style>
border-color css
<style>
span { border-color: #EF8844; }
span { border-color: rgb(239,136,68); }
td.TdClassName
{
border-color: #EF8844;
}
.TagClassName
{
border-color: #EF8844;
}
</style>