Shades of Flamenco #E98D4A
Tints of Flamenco #E98D4A
RGB
CMYK
RGB Variations
Color information
#E98D4A (or 0xE98D4A) is known color: Flamenco. HEX triplet: E9, 8D and 4A. RGB value is (233,141,74). Sum of RGB (Red+Green+Blue) = 233+141+74=448 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.01% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 74 (29.30% from 255 or 16.52% from 448); Max value from RGB is 233 - color contains mainly: red. Hex color #E98D4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E98D4A is #1672B5. Grayscale: #A1A1A1. Windows color (decimal): -1471158 or 4885993. OLE color: 4885993.
HSL color Cylindrical-coordinate representation of color #E98D4A: hue angle of 25.28º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E98D4A is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 141 | 74 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.09 |
| HSL | 25.28º | 0.78% | 0.6% | - |
| HSV(B) | 25.28º | 0.68% | 0.91% | - |
| XYZ | 44.37 | 36.87 | 11.26 | - |
| YUV | 160.87 | 78.98 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 141 | 74 | 0 | 0.39 | 0.68 | 0.09 | 25.28 | 0.78 | 0.6 |
| Hex | E9 | 8D | 4A | 0 | 27 | 44 | 9 | 19 | 4E | 3C |
| Octal | 351 | 215 | 112 | 0 | 47 | 104 | 11 | 31 | 116 | 74 |
| Binary | 11101001 | 10001101 | 1001010 | 0 | 100111 | 1000100 | 1001 | 11001 | 1001110 | 111100 |
Color Harmonies of #E98D4A
Complementary color
Monochromatic Colors of #E98D4A
Black with #E98D4A
Text Example
Text Example
White with #E98D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98D4A; }
p { color: rgb(233,141,74); }
H1.HeaderClassName
{
color: #E98D4A;
}
.AnyTagClassName
{
color: #E98D4A;
}
</style>
background-color css
<style>
a { background-color: #E98D4A; }
a { background-color: rgb(233,141,74); }
div.DivClassName
{
background-color: #E98D4A;
}
.BgClassName
{
background-color: #E98D4A;
}
</style>
border-color css
<style>
span { border-color: #E98D4A; }
span { border-color: rgb(233,141,74); }
td.TdClassName
{
border-color: #E98D4A;
}
.TagClassName
{
border-color: #E98D4A;
}
</style>