Shades of Flamenco #EF853D
Tints of Flamenco #EF853D
RGB
CMYK
RGB Variations
Color information
#EF853D (or 0xEF853D) is known color: Flamenco. HEX triplet: EF, 85 and 3D. RGB value is (239,133,61). Sum of RGB (Red+Green+Blue) = 239+133+61=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 61 (24.22% from 255 or 14.09% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EF853D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF853D is #107AC2. Grayscale: #9C9C9C. Windows color (decimal): -1080003 or 4031983. OLE color: 4031983.
HSL color Cylindrical-coordinate representation of color #EF853D: hue angle of 24.27º 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 #EF853D is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 61 | - |
| CMYK | 0 | 0.44 | 0.74 | 0.06 |
| HSL | 24.27º | 0.85% | 0.59% | - |
| HSV(B) | 24.27º | 0.74% | 0.94% | - |
| XYZ | 44.83 | 35.46 | 8.9 | - |
| YUV | 156.49 | 74.12 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 61 | 0 | 0.44 | 0.74 | 0.06 | 24.27 | 0.85 | 0.59 |
| Hex | EF | 85 | 3D | 0 | 2C | 4A | 6 | 18 | 55 | 3B |
| Octal | 357 | 205 | 75 | 0 | 54 | 112 | 6 | 30 | 125 | 73 |
| Binary | 11101111 | 10000101 | 111101 | 0 | 101100 | 1001010 | 110 | 11000 | 1010101 | 111011 |
Color Harmonies of #EF853D
Complementary color
Monochromatic Colors of #EF853D
Black with #EF853D
Text Example
Text Example
White with #EF853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF853D; }
p { color: rgb(239,133,61); }
H1.HeaderClassName
{
color: #EF853D;
}
.AnyTagClassName
{
color: #EF853D;
}
</style>
background-color css
<style>
a { background-color: #EF853D; }
a { background-color: rgb(239,133,61); }
div.DivClassName
{
background-color: #EF853D;
}
.BgClassName
{
background-color: #EF853D;
}
</style>
border-color css
<style>
span { border-color: #EF853D; }
span { border-color: rgb(239,133,61); }
td.TdClassName
{
border-color: #EF853D;
}
.TagClassName
{
border-color: #EF853D;
}
</style>