Shades of Flamenco #EF853C
Tints of Flamenco #EF853C
RGB
CMYK
RGB Variations
Color information
#EF853C (or 0xEF853C) is known color: Flamenco. HEX triplet: EF, 85 and 3C. RGB value is (239,133,60). Sum of RGB (Red+Green+Blue) = 239+133+60=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 60 (23.83% from 255 or 13.89% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF853C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF853C is #107AC3. Grayscale: #9C9C9C. Windows color (decimal): -1080004 or 3966447. OLE color: 3966447.
HSL color Cylindrical-coordinate representation of color #EF853C: hue angle of 24.47º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF853C is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 60 | - |
| CMYK | 0 | 0.44 | 0.75 | 0.06 |
| HSL | 24.47º | 0.85% | 0.59% | - |
| HSV(B) | 24.47º | 0.75% | 0.94% | - |
| XYZ | 44.8 | 35.45 | 8.76 | - |
| YUV | 156.37 | 73.62 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 60 | 0 | 0.44 | 0.75 | 0.06 | 24.47 | 0.85 | 0.59 |
| Hex | EF | 85 | 3C | 0 | 2C | 4B | 6 | 18 | 55 | 3B |
| Octal | 357 | 205 | 74 | 0 | 54 | 113 | 6 | 30 | 125 | 73 |
| Binary | 11101111 | 10000101 | 111100 | 0 | 101100 | 1001011 | 110 | 11000 | 1010101 | 111011 |
Color Harmonies of #EF853C
Complementary color
Monochromatic Colors of #EF853C
Black with #EF853C
Text Example
Text Example
White with #EF853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF853C; }
p { color: rgb(239,133,60); }
H1.HeaderClassName
{
color: #EF853C;
}
.AnyTagClassName
{
color: #EF853C;
}
</style>
background-color css
<style>
a { background-color: #EF853C; }
a { background-color: rgb(239,133,60); }
div.DivClassName
{
background-color: #EF853C;
}
.BgClassName
{
background-color: #EF853C;
}
</style>
border-color css
<style>
span { border-color: #EF853C; }
span { border-color: rgb(239,133,60); }
td.TdClassName
{
border-color: #EF853C;
}
.TagClassName
{
border-color: #EF853C;
}
</style>