Shades of Flamenco #E3864E
Tints of Flamenco #E3864E
RGB
CMYK
RGB Variations
Color information
#E3864E (or 0xE3864E) is known color: Flamenco. HEX triplet: E3, 86 and 4E. RGB value is (227,134,78). Sum of RGB (Red+Green+Blue) = 227+134+78=439 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.71% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 78 (30.86% from 255 or 17.77% from 439); Max value from RGB is 227 - color contains mainly: red. Hex color #E3864E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3864E is #1C79B1. Grayscale: #9B9B9B. Windows color (decimal): -1866162 or 5146339. OLE color: 5146339.
HSL color Cylindrical-coordinate representation of color #E3864E: hue angle of 22.55º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E3864E is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 134 | 78 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.11 |
| HSL | 22.55º | 0.73% | 0.6% | - |
| HSV(B) | 22.55º | 0.66% | 0.89% | - |
| XYZ | 41.58 | 33.93 | 11.57 | - |
| YUV | 155.42 | 84.31 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 134 | 78 | 0 | 0.41 | 0.66 | 0.11 | 22.55 | 0.73 | 0.6 |
| Hex | E3 | 86 | 4E | 0 | 29 | 42 | B | 17 | 49 | 3C |
| Octal | 343 | 206 | 116 | 0 | 51 | 102 | 13 | 27 | 111 | 74 |
| Binary | 11100011 | 10000110 | 1001110 | 0 | 101001 | 1000010 | 1011 | 10111 | 1001001 | 111100 |
Color Harmonies of #E3864E
Complementary color
Monochromatic Colors of #E3864E
Black with #E3864E
Text Example
Text Example
White with #E3864E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3864E; }
p { color: rgb(227,134,78); }
H1.HeaderClassName
{
color: #E3864E;
}
.AnyTagClassName
{
color: #E3864E;
}
</style>
background-color css
<style>
a { background-color: #E3864E; }
a { background-color: rgb(227,134,78); }
div.DivClassName
{
background-color: #E3864E;
}
.BgClassName
{
background-color: #E3864E;
}
</style>
border-color css
<style>
span { border-color: #E3864E; }
span { border-color: rgb(227,134,78); }
td.TdClassName
{
border-color: #E3864E;
}
.TagClassName
{
border-color: #E3864E;
}
</style>