Shades of Flamenco #E78047
Tints of Flamenco #E78047
RGB
CMYK
RGB Variations
Color information
#E78047 (or 0xE78047) is known color: Flamenco. HEX triplet: E7, 80 and 47. RGB value is (231,128,71). Sum of RGB (Red+Green+Blue) = 231+128+71=430 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.72% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 71 (28.12% from 255 or 16.51% from 430); Max value from RGB is 231 - color contains mainly: red. Hex color #E78047 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E78047 is #187FB8. Grayscale: #989898. Windows color (decimal): -1605561 or 4686055. OLE color: 4686055.
HSL color Cylindrical-coordinate representation of color #E78047: hue angle of 21.38º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E78047 is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 128 | 71 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.09 |
| HSL | 21.38º | 0.77% | 0.59% | - |
| HSV(B) | 21.38º | 0.69% | 0.91% | - |
| XYZ | 41.81 | 32.88 | 10.1 | - |
| YUV | 152.3 | 82.12 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 128 | 71 | 0 | 0.45 | 0.69 | 0.09 | 21.38 | 0.77 | 0.59 |
| Hex | E7 | 80 | 47 | 0 | 2D | 45 | 9 | 15 | 4D | 3B |
| Octal | 347 | 200 | 107 | 0 | 55 | 105 | 11 | 25 | 115 | 73 |
| Binary | 11100111 | 10000000 | 1000111 | 0 | 101101 | 1000101 | 1001 | 10101 | 1001101 | 111011 |
Color Harmonies of #E78047
Complementary color
Monochromatic Colors of #E78047
Black with #E78047
Text Example
Text Example
White with #E78047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78047; }
p { color: rgb(231,128,71); }
H1.HeaderClassName
{
color: #E78047;
}
.AnyTagClassName
{
color: #E78047;
}
</style>
background-color css
<style>
a { background-color: #E78047; }
a { background-color: rgb(231,128,71); }
div.DivClassName
{
background-color: #E78047;
}
.BgClassName
{
background-color: #E78047;
}
</style>
border-color css
<style>
span { border-color: #E78047; }
span { border-color: rgb(231,128,71); }
td.TdClassName
{
border-color: #E78047;
}
.TagClassName
{
border-color: #E78047;
}
</style>