Shades of Flamenco #EF844A
Tints of Flamenco #EF844A
RGB
CMYK
RGB Variations
Color information
#EF844A (or 0xEF844A) is known color: Flamenco. HEX triplet: EF, 84 and 4A. RGB value is (239,132,74). Sum of RGB (Red+Green+Blue) = 239+132+74=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 74 (29.30% from 255 or 16.63% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EF844A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF844A is #107BB5. Grayscale: #9D9D9D. Windows color (decimal): -1080246 or 4883695. OLE color: 4883695.
HSL color Cylindrical-coordinate representation of color #EF844A: hue angle of 21.09º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF844A is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 74 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.06 |
| HSL | 21.09º | 0.84% | 0.61% | - |
| HSV(B) | 21.09º | 0.69% | 0.94% | - |
| XYZ | 45.08 | 35.35 | 10.93 | - |
| YUV | 157.38 | 80.95 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 74 | 0 | 0.45 | 0.69 | 0.06 | 21.09 | 0.84 | 0.61 |
| Hex | EF | 84 | 4A | 0 | 2D | 45 | 6 | 15 | 54 | 3D |
| Octal | 357 | 204 | 112 | 0 | 55 | 105 | 6 | 25 | 124 | 75 |
| Binary | 11101111 | 10000100 | 1001010 | 0 | 101101 | 1000101 | 110 | 10101 | 1010100 | 111101 |
Color Harmonies of #EF844A
Complementary color
Monochromatic Colors of #EF844A
Black with #EF844A
Text Example
Text Example
White with #EF844A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF844A; }
p { color: rgb(239,132,74); }
H1.HeaderClassName
{
color: #EF844A;
}
.AnyTagClassName
{
color: #EF844A;
}
</style>
background-color css
<style>
a { background-color: #EF844A; }
a { background-color: rgb(239,132,74); }
div.DivClassName
{
background-color: #EF844A;
}
.BgClassName
{
background-color: #EF844A;
}
</style>
border-color css
<style>
span { border-color: #EF844A; }
span { border-color: rgb(239,132,74); }
td.TdClassName
{
border-color: #EF844A;
}
.TagClassName
{
border-color: #EF844A;
}
</style>