Shades of Flamenco #E78740
Tints of Flamenco #E78740
RGB
CMYK
RGB Variations
Color information
#E78740 (or 0xE78740) is known color: Flamenco. HEX triplet: E7, 87 and 40. RGB value is (231,135,64). Sum of RGB (Red+Green+Blue) = 231+135+64=430 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.72% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 231 - color contains mainly: red. Hex color #E78740 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E78740 is #1878BF. Grayscale: #9B9B9B. Windows color (decimal): -1603776 or 4229095. OLE color: 4229095.
HSL color Cylindrical-coordinate representation of color #E78740: hue angle of 25.51º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E78740 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 135 | 64 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.09 |
| HSL | 25.51º | 0.78% | 0.58% | - |
| HSV(B) | 25.51º | 0.72% | 0.91% | - |
| XYZ | 42.54 | 34.69 | 9.3 | - |
| YUV | 155.61 | 76.3 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 135 | 64 | 0 | 0.42 | 0.72 | 0.09 | 25.51 | 0.78 | 0.58 |
| Hex | E7 | 87 | 40 | 0 | 2A | 48 | 9 | 1A | 4E | 3A |
| Octal | 347 | 207 | 100 | 0 | 52 | 110 | 11 | 32 | 116 | 72 |
| Binary | 11100111 | 10000111 | 1000000 | 0 | 101010 | 1001000 | 1001 | 11010 | 1001110 | 111010 |
Color Harmonies of #E78740
Complementary color
Monochromatic Colors of #E78740
Black with #E78740
Text Example
Text Example
White with #E78740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78740; }
p { color: rgb(231,135,64); }
H1.HeaderClassName
{
color: #E78740;
}
.AnyTagClassName
{
color: #E78740;
}
</style>
background-color css
<style>
a { background-color: #E78740; }
a { background-color: rgb(231,135,64); }
div.DivClassName
{
background-color: #E78740;
}
.BgClassName
{
background-color: #E78740;
}
</style>
border-color css
<style>
span { border-color: #E78740; }
span { border-color: rgb(231,135,64); }
td.TdClassName
{
border-color: #E78740;
}
.TagClassName
{
border-color: #E78740;
}
</style>