Shades of Flamenco #E78540
Tints of Flamenco #E78540
RGB
CMYK
RGB Variations
Color information
#E78540 (or 0xE78540) is known color: Flamenco. HEX triplet: E7, 85 and 40. RGB value is (231,133,64). Sum of RGB (Red+Green+Blue) = 231+133+64=428 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.97% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 64 (25.39% from 255 or 14.95% from 428); Max value from RGB is 231 - color contains mainly: red. Hex color #E78540 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E78540 is #187ABF. Grayscale: #9A9A9A. Windows color (decimal): -1604288 or 4228583. OLE color: 4228583.
HSL color Cylindrical-coordinate representation of color #E78540: hue angle of 24.79º 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 #E78540 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 133 | 64 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.09 |
| HSL | 24.79º | 0.78% | 0.58% | - |
| HSV(B) | 24.79º | 0.72% | 0.91% | - |
| XYZ | 42.27 | 34.13 | 9.21 | - |
| YUV | 154.44 | 76.97 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 133 | 64 | 0 | 0.42 | 0.72 | 0.09 | 24.79 | 0.78 | 0.58 |
| Hex | E7 | 85 | 40 | 0 | 2A | 48 | 9 | 19 | 4E | 3A |
| Octal | 347 | 205 | 100 | 0 | 52 | 110 | 11 | 31 | 116 | 72 |
| Binary | 11100111 | 10000101 | 1000000 | 0 | 101010 | 1001000 | 1001 | 11001 | 1001110 | 111010 |
Color Harmonies of #E78540
Complementary color
Monochromatic Colors of #E78540
Black with #E78540
Text Example
Text Example
White with #E78540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78540; }
p { color: rgb(231,133,64); }
H1.HeaderClassName
{
color: #E78540;
}
.AnyTagClassName
{
color: #E78540;
}
</style>
background-color css
<style>
a { background-color: #E78540; }
a { background-color: rgb(231,133,64); }
div.DivClassName
{
background-color: #E78540;
}
.BgClassName
{
background-color: #E78540;
}
</style>
border-color css
<style>
span { border-color: #E78540; }
span { border-color: rgb(231,133,64); }
td.TdClassName
{
border-color: #E78540;
}
.TagClassName
{
border-color: #E78540;
}
</style>