Shades of Flamenco #E98C47
Tints of Flamenco #E98C47
RGB
CMYK
RGB Variations
Color information
#E98C47 (or 0xE98C47) is known color: Flamenco. HEX triplet: E9, 8C and 47. RGB value is (233,140,71). Sum of RGB (Red+Green+Blue) = 233+140+71=444 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.48% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 71 (28.12% from 255 or 15.99% from 444); Max value from RGB is 233 - color contains mainly: red. Hex color #E98C47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E98C47 is #1673B8. Grayscale: #A0A0A0. Windows color (decimal): -1471417 or 4689129. OLE color: 4689129.
HSL color Cylindrical-coordinate representation of color #E98C47: hue angle of 25.56º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E98C47 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 140 | 71 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.09 |
| HSL | 25.56º | 0.79% | 0.6% | - |
| HSV(B) | 25.56º | 0.7% | 0.91% | - |
| XYZ | 44.12 | 36.53 | 10.69 | - |
| YUV | 159.94 | 77.81 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 140 | 71 | 0 | 0.40 | 0.70 | 0.09 | 25.56 | 0.79 | 0.6 |
| Hex | E9 | 8C | 47 | 0 | 28 | 46 | 9 | 1A | 4F | 3C |
| Octal | 351 | 214 | 107 | 0 | 50 | 106 | 11 | 32 | 117 | 74 |
| Binary | 11101001 | 10001100 | 1000111 | 0 | 101000 | 1000110 | 1001 | 11010 | 1001111 | 111100 |
Color Harmonies of #E98C47
Complementary color
Monochromatic Colors of #E98C47
Black with #E98C47
Text Example
Text Example
White with #E98C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98C47; }
p { color: rgb(233,140,71); }
H1.HeaderClassName
{
color: #E98C47;
}
.AnyTagClassName
{
color: #E98C47;
}
</style>
background-color css
<style>
a { background-color: #E98C47; }
a { background-color: rgb(233,140,71); }
div.DivClassName
{
background-color: #E98C47;
}
.BgClassName
{
background-color: #E98C47;
}
</style>
border-color css
<style>
span { border-color: #E98C47; }
span { border-color: rgb(233,140,71); }
td.TdClassName
{
border-color: #E98C47;
}
.TagClassName
{
border-color: #E98C47;
}
</style>