Shades of Flamenco #EF853E
Tints of Flamenco #EF853E
RGB
CMYK
RGB Variations
Color information
#EF853E (or 0xEF853E) is known color: Flamenco. HEX triplet: EF, 85 and 3E. RGB value is (239,133,62). Sum of RGB (Red+Green+Blue) = 239+133+62=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 62 (24.61% from 255 or 14.29% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EF853E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF853E is #107AC1. Grayscale: #9C9C9C. Windows color (decimal): -1080002 or 4097519. OLE color: 4097519.
HSL color Cylindrical-coordinate representation of color #EF853E: hue angle of 24.07º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF853E is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 62 | - |
| CMYK | 0 | 0.44 | 0.74 | 0.06 |
| HSL | 24.07º | 0.85% | 0.59% | - |
| HSV(B) | 24.07º | 0.74% | 0.94% | - |
| XYZ | 44.85 | 35.47 | 9.04 | - |
| YUV | 156.6 | 74.62 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 62 | 0 | 0.44 | 0.74 | 0.06 | 24.07 | 0.85 | 0.59 |
| Hex | EF | 85 | 3E | 0 | 2C | 4A | 6 | 18 | 55 | 3B |
| Octal | 357 | 205 | 76 | 0 | 54 | 112 | 6 | 30 | 125 | 73 |
| Binary | 11101111 | 10000101 | 111110 | 0 | 101100 | 1001010 | 110 | 11000 | 1010101 | 111011 |
Color Harmonies of #EF853E
Complementary color
Monochromatic Colors of #EF853E
Black with #EF853E
Text Example
Text Example
White with #EF853E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF853E; }
p { color: rgb(239,133,62); }
H1.HeaderClassName
{
color: #EF853E;
}
.AnyTagClassName
{
color: #EF853E;
}
</style>
background-color css
<style>
a { background-color: #EF853E; }
a { background-color: rgb(239,133,62); }
div.DivClassName
{
background-color: #EF853E;
}
.BgClassName
{
background-color: #EF853E;
}
</style>
border-color css
<style>
span { border-color: #EF853E; }
span { border-color: rgb(239,133,62); }
td.TdClassName
{
border-color: #EF853E;
}
.TagClassName
{
border-color: #EF853E;
}
</style>