Shades of Flamenco #E78850
Tints of Flamenco #E78850
RGB
CMYK
RGB Variations
Color information
#E78850 (or 0xE78850) is known color: Flamenco. HEX triplet: E7, 88 and 50. RGB value is (231,136,80). Sum of RGB (Red+Green+Blue) = 231+136+80=447 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.68% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 231 - color contains mainly: red. Hex color #E78850 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78850 is #1877AF. Grayscale: #9E9E9E. Windows color (decimal): -1603504 or 5277927. OLE color: 5277927.
HSL color Cylindrical-coordinate representation of color #E78850: hue angle of 22.25º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E78850 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 136 | 80 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.09 |
| HSL | 22.25º | 0.76% | 0.61% | - |
| HSV(B) | 22.25º | 0.65% | 0.91% | - |
| XYZ | 43.21 | 35.18 | 12.1 | - |
| YUV | 158.02 | 83.97 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 136 | 80 | 0 | 0.41 | 0.65 | 0.09 | 22.25 | 0.76 | 0.61 |
| Hex | E7 | 88 | 50 | 0 | 29 | 41 | 9 | 16 | 4C | 3D |
| Octal | 347 | 210 | 120 | 0 | 51 | 101 | 11 | 26 | 114 | 75 |
| Binary | 11100111 | 10001000 | 1010000 | 0 | 101001 | 1000001 | 1001 | 10110 | 1001100 | 111101 |
Color Harmonies of #E78850
Complementary color
Monochromatic Colors of #E78850
Black with #E78850
Text Example
Text Example
White with #E78850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78850; }
p { color: rgb(231,136,80); }
H1.HeaderClassName
{
color: #E78850;
}
.AnyTagClassName
{
color: #E78850;
}
</style>
background-color css
<style>
a { background-color: #E78850; }
a { background-color: rgb(231,136,80); }
div.DivClassName
{
background-color: #E78850;
}
.BgClassName
{
background-color: #E78850;
}
</style>
border-color css
<style>
span { border-color: #E78850; }
span { border-color: rgb(231,136,80); }
td.TdClassName
{
border-color: #E78850;
}
.TagClassName
{
border-color: #E78850;
}
</style>