Shades of Flamenco #E08749
Tints of Flamenco #E08749
RGB
CMYK
RGB Variations
Color information
#E08749 (or 0xE08749) is known color: Flamenco. HEX triplet: E0, 87 and 49. RGB value is (224,135,73). Sum of RGB (Red+Green+Blue) = 224+135+73=432 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.85% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 73 (28.91% from 255 or 16.90% from 432); Max value from RGB is 224 - color contains mainly: red. Hex color #E08749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08749 is #1F78B6. Grayscale: #9A9A9A. Windows color (decimal): -2062519 or 4818912. OLE color: 4818912.
HSL color Cylindrical-coordinate representation of color #E08749: hue angle of 24.64º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E08749 is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 135 | 73 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.12 |
| HSL | 24.64º | 0.71% | 0.58% | - |
| HSV(B) | 24.64º | 0.67% | 0.88% | - |
| XYZ | 40.61 | 33.66 | 10.66 | - |
| YUV | 154.54 | 81.99 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 135 | 73 | 0 | 0.40 | 0.67 | 0.12 | 24.64 | 0.71 | 0.58 |
| Hex | E0 | 87 | 49 | 0 | 28 | 43 | C | 19 | 47 | 3A |
| Octal | 340 | 207 | 111 | 0 | 50 | 103 | 14 | 31 | 107 | 72 |
| Binary | 11100000 | 10000111 | 1001001 | 0 | 101000 | 1000011 | 1100 | 11001 | 1000111 | 111010 |
Color Harmonies of #E08749
Complementary color
Monochromatic Colors of #E08749
Black with #E08749
Text Example
Text Example
White with #E08749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08749; }
p { color: rgb(224,135,73); }
H1.HeaderClassName
{
color: #E08749;
}
.AnyTagClassName
{
color: #E08749;
}
</style>
background-color css
<style>
a { background-color: #E08749; }
a { background-color: rgb(224,135,73); }
div.DivClassName
{
background-color: #E08749;
}
.BgClassName
{
background-color: #E08749;
}
</style>
border-color css
<style>
span { border-color: #E08749; }
span { border-color: rgb(224,135,73); }
td.TdClassName
{
border-color: #E08749;
}
.TagClassName
{
border-color: #E08749;
}
</style>