Shades of Flamenco #EF844B
Tints of Flamenco #EF844B
RGB
CMYK
RGB Variations
Color information
#EF844B (or 0xEF844B) is known color: Flamenco. HEX triplet: EF, 84 and 4B. RGB value is (239,132,75). Sum of RGB (Red+Green+Blue) = 239+132+75=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 75 (29.69% from 255 or 16.82% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EF844B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF844B is #107BB4. Grayscale: #9D9D9D. Windows color (decimal): -1080245 or 4949231. OLE color: 4949231.
HSL color Cylindrical-coordinate representation of color #EF844B: hue angle of 20.85º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF844B is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 75 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.06 |
| HSL | 20.85º | 0.84% | 0.62% | - |
| HSV(B) | 20.85º | 0.69% | 0.94% | - |
| XYZ | 45.12 | 35.36 | 11.1 | - |
| YUV | 157.5 | 81.45 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 75 | 0 | 0.45 | 0.69 | 0.06 | 20.85 | 0.84 | 0.62 |
| Hex | EF | 84 | 4B | 0 | 2D | 45 | 6 | 15 | 54 | 3E |
| Octal | 357 | 204 | 113 | 0 | 55 | 105 | 6 | 25 | 124 | 76 |
| Binary | 11101111 | 10000100 | 1001011 | 0 | 101101 | 1000101 | 110 | 10101 | 1010100 | 111110 |
Color Harmonies of #EF844B
Complementary color
Monochromatic Colors of #EF844B
Black with #EF844B
Text Example
Text Example
White with #EF844B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF844B; }
p { color: rgb(239,132,75); }
H1.HeaderClassName
{
color: #EF844B;
}
.AnyTagClassName
{
color: #EF844B;
}
</style>
background-color css
<style>
a { background-color: #EF844B; }
a { background-color: rgb(239,132,75); }
div.DivClassName
{
background-color: #EF844B;
}
.BgClassName
{
background-color: #EF844B;
}
</style>
border-color css
<style>
span { border-color: #EF844B; }
span { border-color: rgb(239,132,75); }
td.TdClassName
{
border-color: #EF844B;
}
.TagClassName
{
border-color: #EF844B;
}
</style>