Shades of Flamenco #E5864F
Tints of Flamenco #E5864F
RGB
CMYK
RGB Variations
Color information
#E5864F (or 0xE5864F) is known color: Flamenco. HEX triplet: E5, 86 and 4F. RGB value is (229,134,79). Sum of RGB (Red+Green+Blue) = 229+134+79=442 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.81% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 79 (31.25% from 255 or 17.87% from 442); Max value from RGB is 229 - color contains mainly: red. Hex color #E5864F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5864F is #1A79B0. Grayscale: #9C9C9C. Windows color (decimal): -1735089 or 5211877. OLE color: 5211877.
HSL color Cylindrical-coordinate representation of color #E5864F: hue angle of 22º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E5864F is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 134 | 79 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.10 |
| HSL | 22º | 0.74% | 0.6% | - |
| HSV(B) | 22º | 0.66% | 0.9% | - |
| XYZ | 42.25 | 34.27 | 11.79 | - |
| YUV | 156.14 | 84.47 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 134 | 79 | 0 | 0.41 | 0.66 | 0.10 | 22 | 0.74 | 0.6 |
| Hex | E5 | 86 | 4F | 0 | 29 | 42 | A | 16 | 4A | 3C |
| Octal | 345 | 206 | 117 | 0 | 51 | 102 | 12 | 26 | 112 | 74 |
| Binary | 11100101 | 10000110 | 1001111 | 0 | 101001 | 1000010 | 1010 | 10110 | 1001010 | 111100 |
Color Harmonies of #E5864F
Complementary color
Monochromatic Colors of #E5864F
Black with #E5864F
Text Example
Text Example
White with #E5864F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5864F; }
p { color: rgb(229,134,79); }
H1.HeaderClassName
{
color: #E5864F;
}
.AnyTagClassName
{
color: #E5864F;
}
</style>
background-color css
<style>
a { background-color: #E5864F; }
a { background-color: rgb(229,134,79); }
div.DivClassName
{
background-color: #E5864F;
}
.BgClassName
{
background-color: #E5864F;
}
</style>
border-color css
<style>
span { border-color: #E5864F; }
span { border-color: rgb(229,134,79); }
td.TdClassName
{
border-color: #E5864F;
}
.TagClassName
{
border-color: #E5864F;
}
</style>