Shades of Flamenco #E3864F
Tints of Flamenco #E3864F
RGB
CMYK
RGB Variations
Color information
#E3864F (or 0xE3864F) is known color: Flamenco. HEX triplet: E3, 86 and 4F. RGB value is (227,134,79). Sum of RGB (Red+Green+Blue) = 227+134+79=440 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.59% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 79 (31.25% from 255 or 17.95% from 440); Max value from RGB is 227 - color contains mainly: red. Hex color #E3864F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3864F is #1C79B0. Grayscale: #9B9B9B. Windows color (decimal): -1866161 or 5211875. OLE color: 5211875.
HSL color Cylindrical-coordinate representation of color #E3864F: hue angle of 22.3º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E3864F is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 134 | 79 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.11 |
| HSL | 22.3º | 0.73% | 0.6% | - |
| HSV(B) | 22.3º | 0.65% | 0.89% | - |
| XYZ | 41.61 | 33.95 | 11.76 | - |
| YUV | 155.54 | 84.81 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 134 | 79 | 0 | 0.41 | 0.65 | 0.11 | 22.3 | 0.73 | 0.6 |
| Hex | E3 | 86 | 4F | 0 | 29 | 41 | B | 16 | 49 | 3C |
| Octal | 343 | 206 | 117 | 0 | 51 | 101 | 13 | 26 | 111 | 74 |
| Binary | 11100011 | 10000110 | 1001111 | 0 | 101001 | 1000001 | 1011 | 10110 | 1001001 | 111100 |
Color Harmonies of #E3864F
Complementary color
Monochromatic Colors of #E3864F
Black with #E3864F
Text Example
Text Example
White with #E3864F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3864F; }
p { color: rgb(227,134,79); }
H1.HeaderClassName
{
color: #E3864F;
}
.AnyTagClassName
{
color: #E3864F;
}
</style>
background-color css
<style>
a { background-color: #E3864F; }
a { background-color: rgb(227,134,79); }
div.DivClassName
{
background-color: #E3864F;
}
.BgClassName
{
background-color: #E3864F;
}
</style>
border-color css
<style>
span { border-color: #E3864F; }
span { border-color: rgb(227,134,79); }
td.TdClassName
{
border-color: #E3864F;
}
.TagClassName
{
border-color: #E3864F;
}
</style>