Shades of Flamenco #E58249
Tints of Flamenco #E58249
RGB
CMYK
RGB Variations
Color information
#E58249 (or 0xE58249) is known color: Flamenco. HEX triplet: E5, 82 and 49. RGB value is (229,130,73). Sum of RGB (Red+Green+Blue) = 229+130+73=432 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.01% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 73 (28.91% from 255 or 16.90% from 432); Max value from RGB is 229 - color contains mainly: red. Hex color #E58249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58249 is #1A7DB6. Grayscale: #999999. Windows color (decimal): -1736119 or 4817637. OLE color: 4817637.
HSL color Cylindrical-coordinate representation of color #E58249: hue angle of 21.92º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E58249 is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 130 | 73 | - |
| CMYK | 0 | 0.43 | 0.68 | 0.10 |
| HSL | 21.92º | 0.75% | 0.59% | - |
| HSV(B) | 21.92º | 0.68% | 0.9% | - |
| XYZ | 41.5 | 33.1 | 10.51 | - |
| YUV | 153.1 | 82.8 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 130 | 73 | 0 | 0.43 | 0.68 | 0.10 | 21.92 | 0.75 | 0.59 |
| Hex | E5 | 82 | 49 | 0 | 2B | 44 | A | 16 | 4B | 3B |
| Octal | 345 | 202 | 111 | 0 | 53 | 104 | 12 | 26 | 113 | 73 |
| Binary | 11100101 | 10000010 | 1001001 | 0 | 101011 | 1000100 | 1010 | 10110 | 1001011 | 111011 |
Color Harmonies of #E58249
Complementary color
Monochromatic Colors of #E58249
Black with #E58249
Text Example
Text Example
White with #E58249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58249; }
p { color: rgb(229,130,73); }
H1.HeaderClassName
{
color: #E58249;
}
.AnyTagClassName
{
color: #E58249;
}
</style>
background-color css
<style>
a { background-color: #E58249; }
a { background-color: rgb(229,130,73); }
div.DivClassName
{
background-color: #E58249;
}
.BgClassName
{
background-color: #E58249;
}
</style>
border-color css
<style>
span { border-color: #E58249; }
span { border-color: rgb(229,130,73); }
td.TdClassName
{
border-color: #E58249;
}
.TagClassName
{
border-color: #E58249;
}
</style>