Shades of Flamenco #E78942
Tints of Flamenco #E78942
RGB
CMYK
RGB Variations
Color information
#E78942 (or 0xE78942) is known color: Flamenco. HEX triplet: E7, 89 and 42. RGB value is (231,137,66). Sum of RGB (Red+Green+Blue) = 231+137+66=434 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.23% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 66 (26.17% from 255 or 15.21% from 434); Max value from RGB is 231 - color contains mainly: red. Hex color #E78942 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E78942 is #1876BD. Grayscale: #9D9D9D. Windows color (decimal): -1603262 or 4360679. OLE color: 4360679.
HSL color Cylindrical-coordinate representation of color #E78942: hue angle of 25.82º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E78942 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 137 | 66 | - |
| CMYK | 0 | 0.41 | 0.71 | 0.09 |
| HSL | 25.82º | 0.77% | 0.58% | - |
| HSV(B) | 25.82º | 0.71% | 0.91% | - |
| XYZ | 42.88 | 35.27 | 9.7 | - |
| YUV | 157.01 | 76.64 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 137 | 66 | 0 | 0.41 | 0.71 | 0.09 | 25.82 | 0.77 | 0.58 |
| Hex | E7 | 89 | 42 | 0 | 29 | 47 | 9 | 1A | 4D | 3A |
| Octal | 347 | 211 | 102 | 0 | 51 | 107 | 11 | 32 | 115 | 72 |
| Binary | 11100111 | 10001001 | 1000010 | 0 | 101001 | 1000111 | 1001 | 11010 | 1001101 | 111010 |
Color Harmonies of #E78942
Complementary color
Monochromatic Colors of #E78942
Black with #E78942
Text Example
Text Example
White with #E78942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78942; }
p { color: rgb(231,137,66); }
H1.HeaderClassName
{
color: #E78942;
}
.AnyTagClassName
{
color: #E78942;
}
</style>
background-color css
<style>
a { background-color: #E78942; }
a { background-color: rgb(231,137,66); }
div.DivClassName
{
background-color: #E78942;
}
.BgClassName
{
background-color: #E78942;
}
</style>
border-color css
<style>
span { border-color: #E78942; }
span { border-color: rgb(231,137,66); }
td.TdClassName
{
border-color: #E78942;
}
.TagClassName
{
border-color: #E78942;
}
</style>