Shades of Flamenco #E98C49
Tints of Flamenco #E98C49
RGB
CMYK
RGB Variations
Color information
#E98C49 (or 0xE98C49) is known color: Flamenco. HEX triplet: E9, 8C and 49. RGB value is (233,140,73). Sum of RGB (Red+Green+Blue) = 233+140+73=446 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.24% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 73 (28.91% from 255 or 16.37% from 446); Max value from RGB is 233 - color contains mainly: red. Hex color #E98C49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E98C49 is #1673B6. Grayscale: #A0A0A0. Windows color (decimal): -1471415 or 4820201. OLE color: 4820201.
HSL color Cylindrical-coordinate representation of color #E98C49: hue angle of 25.12º 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 #E98C49 is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 140 | 73 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.09 |
| HSL | 25.13º | 0.78% | 0.6% | - |
| HSV(B) | 25.13º | 0.69% | 0.91% | - |
| XYZ | 44.18 | 36.56 | 11.03 | - |
| YUV | 160.17 | 78.81 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 140 | 73 | 0 | 0.40 | 0.69 | 0.09 | 25.13 | 0.78 | 0.6 |
| Hex | E9 | 8C | 49 | 0 | 28 | 45 | 9 | 19 | 4E | 3C |
| Octal | 351 | 214 | 111 | 0 | 50 | 105 | 11 | 31 | 116 | 74 |
| Binary | 11101001 | 10001100 | 1001001 | 0 | 101000 | 1000101 | 1001 | 11001 | 1001110 | 111100 |
Color Harmonies of #E98C49
Complementary color
Monochromatic Colors of #E98C49
Black with #E98C49
Text Example
Text Example
White with #E98C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98C49; }
p { color: rgb(233,140,73); }
H1.HeaderClassName
{
color: #E98C49;
}
.AnyTagClassName
{
color: #E98C49;
}
</style>
background-color css
<style>
a { background-color: #E98C49; }
a { background-color: rgb(233,140,73); }
div.DivClassName
{
background-color: #E98C49;
}
.BgClassName
{
background-color: #E98C49;
}
</style>
border-color css
<style>
span { border-color: #E98C49; }
span { border-color: rgb(233,140,73); }
td.TdClassName
{
border-color: #E98C49;
}
.TagClassName
{
border-color: #E98C49;
}
</style>