Shades of Flamenco #E8864B
Tints of Flamenco #E8864B
RGB
CMYK
RGB Variations
Color information
#E8864B (or 0xE8864B) is known color: Flamenco. HEX triplet: E8, 86 and 4B. RGB value is (232,134,75). Sum of RGB (Red+Green+Blue) = 232+134+75=441 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.61% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 75 (29.69% from 255 or 17.01% from 441); Max value from RGB is 232 - color contains mainly: red. Hex color #E8864B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8864B is #1779B4. Grayscale: #9C9C9C. Windows color (decimal): -1538485 or 4949736. OLE color: 4949736.
HSL color Cylindrical-coordinate representation of color #E8864B: hue angle of 22.55º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E8864B is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 134 | 75 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.09 |
| HSL | 22.55º | 0.77% | 0.6% | - |
| HSV(B) | 22.55º | 0.68% | 0.91% | - |
| XYZ | 43.07 | 34.71 | 11.09 | - |
| YUV | 156.58 | 81.97 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 134 | 75 | 0 | 0.42 | 0.68 | 0.09 | 22.55 | 0.77 | 0.6 |
| Hex | E8 | 86 | 4B | 0 | 2A | 44 | 9 | 17 | 4D | 3C |
| Octal | 350 | 206 | 113 | 0 | 52 | 104 | 11 | 27 | 115 | 74 |
| Binary | 11101000 | 10000110 | 1001011 | 0 | 101010 | 1000100 | 1001 | 10111 | 1001101 | 111100 |
Color Harmonies of #E8864B
Complementary color
Monochromatic Colors of #E8864B
Black with #E8864B
Text Example
Text Example
White with #E8864B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8864B; }
p { color: rgb(232,134,75); }
H1.HeaderClassName
{
color: #E8864B;
}
.AnyTagClassName
{
color: #E8864B;
}
</style>
background-color css
<style>
a { background-color: #E8864B; }
a { background-color: rgb(232,134,75); }
div.DivClassName
{
background-color: #E8864B;
}
.BgClassName
{
background-color: #E8864B;
}
</style>
border-color css
<style>
span { border-color: #E8864B; }
span { border-color: rgb(232,134,75); }
td.TdClassName
{
border-color: #E8864B;
}
.TagClassName
{
border-color: #E8864B;
}
</style>