Shades of Flamenco #E48F49
Tints of Flamenco #E48F49
RGB
CMYK
RGB Variations
Color information
#E48F49 (or 0xE48F49) is known color: Flamenco. HEX triplet: E4, 8F and 49. RGB value is (228,143,73). Sum of RGB (Red+Green+Blue) = 228+143+73=444 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.35% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 73 (28.91% from 255 or 16.44% from 444); Max value from RGB is 228 - color contains mainly: red. Hex color #E48F49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48F49 is #1B70B6. Grayscale: #A0A0A0. Windows color (decimal): -1798327 or 4820964. OLE color: 4820964.
HSL color Cylindrical-coordinate representation of color #E48F49: hue angle of 27.1º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E48F49 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 143 | 73 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.11 |
| HSL | 27.1º | 0.74% | 0.59% | - |
| HSV(B) | 27.1º | 0.68% | 0.89% | - |
| XYZ | 43.02 | 36.62 | 11.1 | - |
| YUV | 160.44 | 78.66 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 143 | 73 | 0 | 0.37 | 0.68 | 0.11 | 27.1 | 0.74 | 0.59 |
| Hex | E4 | 8F | 49 | 0 | 25 | 44 | B | 1B | 4A | 3B |
| Octal | 344 | 217 | 111 | 0 | 45 | 104 | 13 | 33 | 112 | 73 |
| Binary | 11100100 | 10001111 | 1001001 | 0 | 100101 | 1000100 | 1011 | 11011 | 1001010 | 111011 |
Color Harmonies of #E48F49
Complementary color
Monochromatic Colors of #E48F49
Black with #E48F49
Text Example
Text Example
White with #E48F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48F49; }
p { color: rgb(228,143,73); }
H1.HeaderClassName
{
color: #E48F49;
}
.AnyTagClassName
{
color: #E48F49;
}
</style>
background-color css
<style>
a { background-color: #E48F49; }
a { background-color: rgb(228,143,73); }
div.DivClassName
{
background-color: #E48F49;
}
.BgClassName
{
background-color: #E48F49;
}
</style>
border-color css
<style>
span { border-color: #E48F49; }
span { border-color: rgb(228,143,73); }
td.TdClassName
{
border-color: #E48F49;
}
.TagClassName
{
border-color: #E48F49;
}
</style>