Shades of Flamenco #E8864F
Tints of Flamenco #E8864F
RGB
CMYK
RGB Variations
Color information
#E8864F (or 0xE8864F) is known color: Flamenco. HEX triplet: E8, 86 and 4F. RGB value is (232,134,79). Sum of RGB (Red+Green+Blue) = 232+134+79=445 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.13% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 79 (31.25% from 255 or 17.75% from 445); Max value from RGB is 232 - color contains mainly: red. Hex color #E8864F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8864F is #1779B0. Grayscale: #9D9D9D. Windows color (decimal): -1538481 or 5211880. OLE color: 5211880.
HSL color Cylindrical-coordinate representation of color #E8864F: hue angle of 21.57º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E8864F is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 134 | 79 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.09 |
| HSL | 21.57º | 0.77% | 0.61% | - |
| HSV(B) | 21.57º | 0.66% | 0.91% | - |
| XYZ | 43.22 | 34.77 | 11.83 | - |
| YUV | 157.03 | 83.97 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 134 | 79 | 0 | 0.42 | 0.66 | 0.09 | 21.57 | 0.77 | 0.61 |
| Hex | E8 | 86 | 4F | 0 | 2A | 42 | 9 | 16 | 4D | 3D |
| Octal | 350 | 206 | 117 | 0 | 52 | 102 | 11 | 26 | 115 | 75 |
| Binary | 11101000 | 10000110 | 1001111 | 0 | 101010 | 1000010 | 1001 | 10110 | 1001101 | 111101 |
Color Harmonies of #E8864F
Complementary color
Monochromatic Colors of #E8864F
Black with #E8864F
Text Example
Text Example
White with #E8864F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8864F; }
p { color: rgb(232,134,79); }
H1.HeaderClassName
{
color: #E8864F;
}
.AnyTagClassName
{
color: #E8864F;
}
</style>
background-color css
<style>
a { background-color: #E8864F; }
a { background-color: rgb(232,134,79); }
div.DivClassName
{
background-color: #E8864F;
}
.BgClassName
{
background-color: #E8864F;
}
</style>
border-color css
<style>
span { border-color: #E8864F; }
span { border-color: rgb(232,134,79); }
td.TdClassName
{
border-color: #E8864F;
}
.TagClassName
{
border-color: #E8864F;
}
</style>