Shades of Flamenco #E08451
Tints of Flamenco #E08451
RGB
CMYK
RGB Variations
Color information
#E08451 (or 0xE08451) is known color: Flamenco. HEX triplet: E0, 84 and 51. RGB value is (224,132,81). Sum of RGB (Red+Green+Blue) = 224+132+81=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 81 (32.03% from 255 or 18.54% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E08451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08451 is #1F7BAE. Grayscale: #999999. Windows color (decimal): -2063279 or 5342432. OLE color: 5342432.
HSL color Cylindrical-coordinate representation of color #E08451: hue angle of 21.4º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E08451 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 132 | 81 | - |
| CMYK | 0 | 0.41 | 0.64 | 0.12 |
| HSL | 21.4º | 0.7% | 0.6% | - |
| HSV(B) | 21.4º | 0.64% | 0.88% | - |
| XYZ | 40.48 | 32.94 | 12.01 | - |
| YUV | 153.69 | 86.98 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 132 | 81 | 0 | 0.41 | 0.64 | 0.12 | 21.4 | 0.7 | 0.6 |
| Hex | E0 | 84 | 51 | 0 | 29 | 40 | C | 15 | 46 | 3C |
| Octal | 340 | 204 | 121 | 0 | 51 | 100 | 14 | 25 | 106 | 74 |
| Binary | 11100000 | 10000100 | 1010001 | 0 | 101001 | 1000000 | 1100 | 10101 | 1000110 | 111100 |
Color Harmonies of #E08451
Complementary color
Monochromatic Colors of #E08451
Black with #E08451
Text Example
Text Example
White with #E08451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08451; }
p { color: rgb(224,132,81); }
H1.HeaderClassName
{
color: #E08451;
}
.AnyTagClassName
{
color: #E08451;
}
</style>
background-color css
<style>
a { background-color: #E08451; }
a { background-color: rgb(224,132,81); }
div.DivClassName
{
background-color: #E08451;
}
.BgClassName
{
background-color: #E08451;
}
</style>
border-color css
<style>
span { border-color: #E08451; }
span { border-color: rgb(224,132,81); }
td.TdClassName
{
border-color: #E08451;
}
.TagClassName
{
border-color: #E08451;
}
</style>