Shades of Flamenco #E98449
Tints of Flamenco #E98449
RGB
CMYK
RGB Variations
Color information
#E98449 (or 0xE98449) is known color: Flamenco. HEX triplet: E9, 84 and 49. RGB value is (233,132,73). Sum of RGB (Red+Green+Blue) = 233+132+73=438 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.20% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 73 (28.91% from 255 or 16.67% from 438); Max value from RGB is 233 - color contains mainly: red. Hex color #E98449 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E98449 is #167BB6. Grayscale: #9B9B9B. Windows color (decimal): -1473463 or 4818153. OLE color: 4818153.
HSL color Cylindrical-coordinate representation of color #E98449: hue angle of 22.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 #E98449 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 132 | 73 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.09 |
| HSL | 22.13º | 0.78% | 0.6% | - |
| HSV(B) | 22.13º | 0.69% | 0.91% | - |
| XYZ | 43.06 | 34.31 | 10.66 | - |
| YUV | 155.47 | 81.46 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 132 | 73 | 0 | 0.43 | 0.69 | 0.09 | 22.13 | 0.78 | 0.6 |
| Hex | E9 | 84 | 49 | 0 | 2B | 45 | 9 | 16 | 4E | 3C |
| Octal | 351 | 204 | 111 | 0 | 53 | 105 | 11 | 26 | 116 | 74 |
| Binary | 11101001 | 10000100 | 1001001 | 0 | 101011 | 1000101 | 1001 | 10110 | 1001110 | 111100 |
Color Harmonies of #E98449
Complementary color
Monochromatic Colors of #E98449
Black with #E98449
Text Example
Text Example
White with #E98449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98449; }
p { color: rgb(233,132,73); }
H1.HeaderClassName
{
color: #E98449;
}
.AnyTagClassName
{
color: #E98449;
}
</style>
background-color css
<style>
a { background-color: #E98449; }
a { background-color: rgb(233,132,73); }
div.DivClassName
{
background-color: #E98449;
}
.BgClassName
{
background-color: #E98449;
}
</style>
border-color css
<style>
span { border-color: #E98449; }
span { border-color: rgb(233,132,73); }
td.TdClassName
{
border-color: #E98449;
}
.TagClassName
{
border-color: #E98449;
}
</style>