Shades of Flamenco #E08A51
Tints of Flamenco #E08A51
RGB
CMYK
RGB Variations
Color information
#E08A51 (or 0xE08A51) is known color: Flamenco. HEX triplet: E0, 8A and 51. RGB value is (224,138,81). Sum of RGB (Red+Green+Blue) = 224+138+81=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 81 (32.03% from 255 or 18.28% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08A51 is #1F75AE. Grayscale: #9D9D9D. Windows color (decimal): -2061743 or 5343968. OLE color: 5343968.
HSL color Cylindrical-coordinate representation of color #E08A51: hue angle of 23.92º 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 #E08A51 is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 138 | 81 | - |
| CMYK | 0 | 0.38 | 0.64 | 0.12 |
| HSL | 23.92º | 0.7% | 0.6% | - |
| HSV(B) | 23.92º | 0.64% | 0.88% | - |
| XYZ | 41.31 | 34.62 | 12.29 | - |
| YUV | 157.22 | 84.99 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 138 | 81 | 0 | 0.38 | 0.64 | 0.12 | 23.92 | 0.7 | 0.6 |
| Hex | E0 | 8A | 51 | 0 | 26 | 40 | C | 18 | 46 | 3C |
| Octal | 340 | 212 | 121 | 0 | 46 | 100 | 14 | 30 | 106 | 74 |
| Binary | 11100000 | 10001010 | 1010001 | 0 | 100110 | 1000000 | 1100 | 11000 | 1000110 | 111100 |
Color Harmonies of #E08A51
Complementary color
Monochromatic Colors of #E08A51
Black with #E08A51
Text Example
Text Example
White with #E08A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08A51; }
p { color: rgb(224,138,81); }
H1.HeaderClassName
{
color: #E08A51;
}
.AnyTagClassName
{
color: #E08A51;
}
</style>
background-color css
<style>
a { background-color: #E08A51; }
a { background-color: rgb(224,138,81); }
div.DivClassName
{
background-color: #E08A51;
}
.BgClassName
{
background-color: #E08A51;
}
</style>
border-color css
<style>
span { border-color: #E08A51; }
span { border-color: rgb(224,138,81); }
td.TdClassName
{
border-color: #E08A51;
}
.TagClassName
{
border-color: #E08A51;
}
</style>