Shades of Flamenco #E98A4E
Tints of Flamenco #E98A4E
RGB
CMYK
RGB Variations
Color information
#E98A4E (or 0xE98A4E) is known color: Flamenco. HEX triplet: E9, 8A and 4E. RGB value is (233,138,78). Sum of RGB (Red+Green+Blue) = 233+138+78=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 78 (30.86% from 255 or 17.37% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E98A4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98A4E is #1675B1. Grayscale: #9F9F9F. Windows color (decimal): -1471922 or 5147369. OLE color: 5147369.
HSL color Cylindrical-coordinate representation of color #E98A4E: hue angle of 23.23º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E98A4E is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 138 | 78 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.09 |
| HSL | 23.23º | 0.78% | 0.61% | - |
| HSV(B) | 23.23º | 0.67% | 0.91% | - |
| XYZ | 44.07 | 36.05 | 11.84 | - |
| YUV | 159.57 | 81.97 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 138 | 78 | 0 | 0.41 | 0.67 | 0.09 | 23.23 | 0.78 | 0.61 |
| Hex | E9 | 8A | 4E | 0 | 29 | 43 | 9 | 17 | 4E | 3D |
| Octal | 351 | 212 | 116 | 0 | 51 | 103 | 11 | 27 | 116 | 75 |
| Binary | 11101001 | 10001010 | 1001110 | 0 | 101001 | 1000011 | 1001 | 10111 | 1001110 | 111101 |
Color Harmonies of #E98A4E
Complementary color
Monochromatic Colors of #E98A4E
Black with #E98A4E
Text Example
Text Example
White with #E98A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98A4E; }
p { color: rgb(233,138,78); }
H1.HeaderClassName
{
color: #E98A4E;
}
.AnyTagClassName
{
color: #E98A4E;
}
</style>
background-color css
<style>
a { background-color: #E98A4E; }
a { background-color: rgb(233,138,78); }
div.DivClassName
{
background-color: #E98A4E;
}
.BgClassName
{
background-color: #E98A4E;
}
</style>
border-color css
<style>
span { border-color: #E98A4E; }
span { border-color: rgb(233,138,78); }
td.TdClassName
{
border-color: #E98A4E;
}
.TagClassName
{
border-color: #E98A4E;
}
</style>