Shades of Flamenco #E48949
Tints of Flamenco #E48949
RGB
CMYK
RGB Variations
Color information
#E48949 (or 0xE48949) is known color: Flamenco. HEX triplet: E4, 89 and 49. RGB value is (228,137,73). Sum of RGB (Red+Green+Blue) = 228+137+73=438 (58% of max value = 765). Red value is 228 (89.45% from 255 or 52.05% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 73 (28.91% from 255 or 16.67% from 438); Max value from RGB is 228 - color contains mainly: red. Hex color #E48949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48949 is #1B76B6. Grayscale: #9D9D9D. Windows color (decimal): -1799863 or 4819428. OLE color: 4819428.
HSL color Cylindrical-coordinate representation of color #E48949: hue angle of 24.77º 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 #E48949 is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 137 | 73 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.11 |
| HSL | 24.77º | 0.74% | 0.59% | - |
| HSV(B) | 24.77º | 0.68% | 0.89% | - |
| XYZ | 42.14 | 34.87 | 10.81 | - |
| YUV | 156.91 | 80.65 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 137 | 73 | 0 | 0.40 | 0.68 | 0.11 | 24.77 | 0.74 | 0.59 |
| Hex | E4 | 89 | 49 | 0 | 28 | 44 | B | 19 | 4A | 3B |
| Octal | 344 | 211 | 111 | 0 | 50 | 104 | 13 | 31 | 112 | 73 |
| Binary | 11100100 | 10001001 | 1001001 | 0 | 101000 | 1000100 | 1011 | 11001 | 1001010 | 111011 |
Color Harmonies of #E48949
Complementary color
Monochromatic Colors of #E48949
Black with #E48949
Text Example
Text Example
White with #E48949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48949; }
p { color: rgb(228,137,73); }
H1.HeaderClassName
{
color: #E48949;
}
.AnyTagClassName
{
color: #E48949;
}
</style>
background-color css
<style>
a { background-color: #E48949; }
a { background-color: rgb(228,137,73); }
div.DivClassName
{
background-color: #E48949;
}
.BgClassName
{
background-color: #E48949;
}
</style>
border-color css
<style>
span { border-color: #E48949; }
span { border-color: rgb(228,137,73); }
td.TdClassName
{
border-color: #E48949;
}
.TagClassName
{
border-color: #E48949;
}
</style>