Shades of Flamenco #E98D49
Tints of Flamenco #E98D49
RGB
CMYK
RGB Variations
Color information
#E98D49 (or 0xE98D49) is known color: Flamenco. HEX triplet: E9, 8D and 49. RGB value is (233,141,73). Sum of RGB (Red+Green+Blue) = 233+141+73=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 73 (28.91% from 255 or 16.33% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E98D49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E98D49 is #1672B6. Grayscale: #A1A1A1. Windows color (decimal): -1471159 or 4820457. OLE color: 4820457.
HSL color Cylindrical-coordinate representation of color #E98D49: hue angle of 25.5º 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 #E98D49 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 141 | 73 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.09 |
| HSL | 25.5º | 0.78% | 0.6% | - |
| HSV(B) | 25.5º | 0.69% | 0.91% | - |
| XYZ | 44.33 | 36.85 | 11.08 | - |
| YUV | 160.76 | 78.48 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 141 | 73 | 0 | 0.39 | 0.69 | 0.09 | 25.5 | 0.78 | 0.6 |
| Hex | E9 | 8D | 49 | 0 | 27 | 45 | 9 | 1A | 4E | 3C |
| Octal | 351 | 215 | 111 | 0 | 47 | 105 | 11 | 32 | 116 | 74 |
| Binary | 11101001 | 10001101 | 1001001 | 0 | 100111 | 1000101 | 1001 | 11010 | 1001110 | 111100 |
Color Harmonies of #E98D49
Complementary color
Monochromatic Colors of #E98D49
Black with #E98D49
Text Example
Text Example
White with #E98D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98D49; }
p { color: rgb(233,141,73); }
H1.HeaderClassName
{
color: #E98D49;
}
.AnyTagClassName
{
color: #E98D49;
}
</style>
background-color css
<style>
a { background-color: #E98D49; }
a { background-color: rgb(233,141,73); }
div.DivClassName
{
background-color: #E98D49;
}
.BgClassName
{
background-color: #E98D49;
}
</style>
border-color css
<style>
span { border-color: #E98D49; }
span { border-color: rgb(233,141,73); }
td.TdClassName
{
border-color: #E98D49;
}
.TagClassName
{
border-color: #E98D49;
}
</style>