Shades of Flamenco #E98246
Tints of Flamenco #E98246
RGB
CMYK
RGB Variations
Color information
#E98246 (or 0xE98246) is known color: Flamenco. HEX triplet: E9, 82 and 46. RGB value is (233,130,70). Sum of RGB (Red+Green+Blue) = 233+130+70=433 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.81% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 70 (27.73% from 255 or 16.17% from 433); Max value from RGB is 233 - color contains mainly: red. Hex color #E98246 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E98246 is #167DB9. Grayscale: #9A9A9A. Windows color (decimal): -1473978 or 4621033. OLE color: 4621033.
HSL color Cylindrical-coordinate representation of color #E98246: hue angle of 22.09º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E98246 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 130 | 70 | - |
| CMYK | 0 | 0.44 | 0.70 | 0.09 |
| HSL | 22.09º | 0.79% | 0.59% | - |
| HSV(B) | 22.09º | 0.7% | 0.91% | - |
| XYZ | 42.69 | 33.73 | 10.05 | - |
| YUV | 153.96 | 80.62 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 130 | 70 | 0 | 0.44 | 0.70 | 0.09 | 22.09 | 0.79 | 0.59 |
| Hex | E9 | 82 | 46 | 0 | 2C | 46 | 9 | 16 | 4F | 3B |
| Octal | 351 | 202 | 106 | 0 | 54 | 106 | 11 | 26 | 117 | 73 |
| Binary | 11101001 | 10000010 | 1000110 | 0 | 101100 | 1000110 | 1001 | 10110 | 1001111 | 111011 |
Color Harmonies of #E98246
Complementary color
Monochromatic Colors of #E98246
Black with #E98246
Text Example
Text Example
White with #E98246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98246; }
p { color: rgb(233,130,70); }
H1.HeaderClassName
{
color: #E98246;
}
.AnyTagClassName
{
color: #E98246;
}
</style>
background-color css
<style>
a { background-color: #E98246; }
a { background-color: rgb(233,130,70); }
div.DivClassName
{
background-color: #E98246;
}
.BgClassName
{
background-color: #E98246;
}
</style>
border-color css
<style>
span { border-color: #E98246; }
span { border-color: rgb(233,130,70); }
td.TdClassName
{
border-color: #E98246;
}
.TagClassName
{
border-color: #E98246;
}
</style>