Shades of Flamenco #E78044
Tints of Flamenco #E78044
RGB
CMYK
RGB Variations
Color information
#E78044 (or 0xE78044) is known color: Flamenco. HEX triplet: E7, 80 and 44. RGB value is (231,128,68). Sum of RGB (Red+Green+Blue) = 231+128+68=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 68 (26.95% from 255 or 15.93% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E78044 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E78044 is #187FBB. Grayscale: #989898. Windows color (decimal): -1605564 or 4489447. OLE color: 4489447.
HSL color Cylindrical-coordinate representation of color #E78044: hue angle of 22.09º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E78044 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 128 | 68 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.09 |
| HSL | 22.09º | 0.77% | 0.59% | - |
| HSV(B) | 22.09º | 0.71% | 0.91% | - |
| XYZ | 41.72 | 32.84 | 9.61 | - |
| YUV | 151.96 | 80.62 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 128 | 68 | 0 | 0.45 | 0.71 | 0.09 | 22.09 | 0.77 | 0.59 |
| Hex | E7 | 80 | 44 | 0 | 2D | 47 | 9 | 16 | 4D | 3B |
| Octal | 347 | 200 | 104 | 0 | 55 | 107 | 11 | 26 | 115 | 73 |
| Binary | 11100111 | 10000000 | 1000100 | 0 | 101101 | 1000111 | 1001 | 10110 | 1001101 | 111011 |
Color Harmonies of #E78044
Complementary color
Monochromatic Colors of #E78044
Black with #E78044
Text Example
Text Example
White with #E78044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78044; }
p { color: rgb(231,128,68); }
H1.HeaderClassName
{
color: #E78044;
}
.AnyTagClassName
{
color: #E78044;
}
</style>
background-color css
<style>
a { background-color: #E78044; }
a { background-color: rgb(231,128,68); }
div.DivClassName
{
background-color: #E78044;
}
.BgClassName
{
background-color: #E78044;
}
</style>
border-color css
<style>
span { border-color: #E78044; }
span { border-color: rgb(231,128,68); }
td.TdClassName
{
border-color: #E78044;
}
.TagClassName
{
border-color: #E78044;
}
</style>