Shades of Flamenco #E7804D
Tints of Flamenco #E7804D
RGB
CMYK
RGB Variations
Color information
#E7804D (or 0xE7804D) is known color: Flamenco. HEX triplet: E7, 80 and 4D. RGB value is (231,128,77). Sum of RGB (Red+Green+Blue) = 231+128+77=436 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.98% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 77 (30.47% from 255 or 17.66% from 436); Max value from RGB is 231 - color contains mainly: red. Hex color #E7804D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7804D is #187FB2. Grayscale: #999999. Windows color (decimal): -1605555 or 5079271. OLE color: 5079271.
HSL color Cylindrical-coordinate representation of color #E7804D: hue angle of 19.87º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E7804D is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 128 | 77 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.09 |
| HSL | 19.87º | 0.76% | 0.6% | - |
| HSV(B) | 19.87º | 0.67% | 0.91% | - |
| XYZ | 42.01 | 32.96 | 11.17 | - |
| YUV | 152.98 | 85.12 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 128 | 77 | 0 | 0.45 | 0.67 | 0.09 | 19.87 | 0.76 | 0.6 |
| Hex | E7 | 80 | 4D | 0 | 2D | 43 | 9 | 14 | 4C | 3C |
| Octal | 347 | 200 | 115 | 0 | 55 | 103 | 11 | 24 | 114 | 74 |
| Binary | 11100111 | 10000000 | 1001101 | 0 | 101101 | 1000011 | 1001 | 10100 | 1001100 | 111100 |
Color Harmonies of #E7804D
Complementary color
Monochromatic Colors of #E7804D
Black with #E7804D
Text Example
Text Example
White with #E7804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7804D; }
p { color: rgb(231,128,77); }
H1.HeaderClassName
{
color: #E7804D;
}
.AnyTagClassName
{
color: #E7804D;
}
</style>
background-color css
<style>
a { background-color: #E7804D; }
a { background-color: rgb(231,128,77); }
div.DivClassName
{
background-color: #E7804D;
}
.BgClassName
{
background-color: #E7804D;
}
</style>
border-color css
<style>
span { border-color: #E7804D; }
span { border-color: rgb(231,128,77); }
td.TdClassName
{
border-color: #E7804D;
}
.TagClassName
{
border-color: #E7804D;
}
</style>