Shades of Flamenco #E88D49
Tints of Flamenco #E88D49
RGB
CMYK
RGB Variations
Color information
#E88D49 (or 0xE88D49) is known color: Flamenco. HEX triplet: E8, 8D and 49. RGB value is (232,141,73). Sum of RGB (Red+Green+Blue) = 232+141+73=446 (59% of max value = 765). Red value is 232 (91.02% from 255 or 52.02% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 73 (28.91% from 255 or 16.37% from 446); Max value from RGB is 232 - color contains mainly: red. Hex color #E88D49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E88D49 is #1772B6. Grayscale: #A0A0A0. Windows color (decimal): -1536695 or 4820456. OLE color: 4820456.
HSL color Cylindrical-coordinate representation of color #E88D49: hue angle of 25.66º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E88D49 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 141 | 73 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.09 |
| HSL | 25.66º | 0.78% | 0.6% | - |
| HSV(B) | 25.66º | 0.69% | 0.91% | - |
| XYZ | 44.01 | 36.69 | 11.07 | - |
| YUV | 160.46 | 78.65 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 141 | 73 | 0 | 0.39 | 0.69 | 0.09 | 25.66 | 0.78 | 0.6 |
| Hex | E8 | 8D | 49 | 0 | 27 | 45 | 9 | 1A | 4E | 3C |
| Octal | 350 | 215 | 111 | 0 | 47 | 105 | 11 | 32 | 116 | 74 |
| Binary | 11101000 | 10001101 | 1001001 | 0 | 100111 | 1000101 | 1001 | 11010 | 1001110 | 111100 |
Color Harmonies of #E88D49
Complementary color
Monochromatic Colors of #E88D49
Black with #E88D49
Text Example
Text Example
White with #E88D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88D49; }
p { color: rgb(232,141,73); }
H1.HeaderClassName
{
color: #E88D49;
}
.AnyTagClassName
{
color: #E88D49;
}
</style>
background-color css
<style>
a { background-color: #E88D49; }
a { background-color: rgb(232,141,73); }
div.DivClassName
{
background-color: #E88D49;
}
.BgClassName
{
background-color: #E88D49;
}
</style>
border-color css
<style>
span { border-color: #E88D49; }
span { border-color: rgb(232,141,73); }
td.TdClassName
{
border-color: #E88D49;
}
.TagClassName
{
border-color: #E88D49;
}
</style>