Shades of Flamenco #E78345
Tints of Flamenco #E78345
RGB
CMYK
RGB Variations
Color information
#E78345 (or 0xE78345) is known color: Flamenco. HEX triplet: E7, 83 and 45. RGB value is (231,131,69). Sum of RGB (Red+Green+Blue) = 231+131+69=431 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.60% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 69 (27.34% from 255 or 16.01% from 431); Max value from RGB is 231 - color contains mainly: red. Hex color #E78345 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E78345 is #187CBA. Grayscale: #9A9A9A. Windows color (decimal): -1604795 or 4555751. OLE color: 4555751.
HSL color Cylindrical-coordinate representation of color #E78345: hue angle of 22.96º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E78345 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 131 | 69 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.09 |
| HSL | 22.96º | 0.77% | 0.59% | - |
| HSV(B) | 22.96º | 0.7% | 0.91% | - |
| XYZ | 42.15 | 33.65 | 9.9 | - |
| YUV | 153.83 | 80.13 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 131 | 69 | 0 | 0.43 | 0.70 | 0.09 | 22.96 | 0.77 | 0.59 |
| Hex | E7 | 83 | 45 | 0 | 2B | 46 | 9 | 17 | 4D | 3B |
| Octal | 347 | 203 | 105 | 0 | 53 | 106 | 11 | 27 | 115 | 73 |
| Binary | 11100111 | 10000011 | 1000101 | 0 | 101011 | 1000110 | 1001 | 10111 | 1001101 | 111011 |
Color Harmonies of #E78345
Complementary color
Monochromatic Colors of #E78345
Black with #E78345
Text Example
Text Example
White with #E78345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78345; }
p { color: rgb(231,131,69); }
H1.HeaderClassName
{
color: #E78345;
}
.AnyTagClassName
{
color: #E78345;
}
</style>
background-color css
<style>
a { background-color: #E78345; }
a { background-color: rgb(231,131,69); }
div.DivClassName
{
background-color: #E78345;
}
.BgClassName
{
background-color: #E78345;
}
</style>
border-color css
<style>
span { border-color: #E78345; }
span { border-color: rgb(231,131,69); }
td.TdClassName
{
border-color: #E78345;
}
.TagClassName
{
border-color: #E78345;
}
</style>