Shades of Flamenco #E08B49
Tints of Flamenco #E08B49
RGB
CMYK
RGB Variations
Color information
#E08B49 (or 0xE08B49) is known color: Flamenco. HEX triplet: E0, 8B and 49. RGB value is (224,139,73). Sum of RGB (Red+Green+Blue) = 224+139+73=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 73 (28.91% from 255 or 16.74% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E08B49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08B49 is #1F74B6. Grayscale: #9D9D9D. Windows color (decimal): -2061495 or 4819936. OLE color: 4819936.
HSL color Cylindrical-coordinate representation of color #E08B49: hue angle of 26.23º 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 #E08B49 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 139 | 73 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.12 |
| HSL | 26.23º | 0.71% | 0.58% | - |
| HSV(B) | 26.23º | 0.67% | 0.88% | - |
| XYZ | 41.18 | 34.79 | 10.85 | - |
| YUV | 156.89 | 80.66 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 139 | 73 | 0 | 0.38 | 0.67 | 0.12 | 26.23 | 0.71 | 0.58 |
| Hex | E0 | 8B | 49 | 0 | 26 | 43 | C | 1A | 47 | 3A |
| Octal | 340 | 213 | 111 | 0 | 46 | 103 | 14 | 32 | 107 | 72 |
| Binary | 11100000 | 10001011 | 1001001 | 0 | 100110 | 1000011 | 1100 | 11010 | 1000111 | 111010 |
Color Harmonies of #E08B49
Complementary color
Monochromatic Colors of #E08B49
Black with #E08B49
Text Example
Text Example
White with #E08B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08B49; }
p { color: rgb(224,139,73); }
H1.HeaderClassName
{
color: #E08B49;
}
.AnyTagClassName
{
color: #E08B49;
}
</style>
background-color css
<style>
a { background-color: #E08B49; }
a { background-color: rgb(224,139,73); }
div.DivClassName
{
background-color: #E08B49;
}
.BgClassName
{
background-color: #E08B49;
}
</style>
border-color css
<style>
span { border-color: #E08B49; }
span { border-color: rgb(224,139,73); }
td.TdClassName
{
border-color: #E08B49;
}
.TagClassName
{
border-color: #E08B49;
}
</style>