Shades of Flamenco #E48F47
Tints of Flamenco #E48F47
RGB
CMYK
RGB Variations
Color information
#E48F47 (or 0xE48F47) is known color: Flamenco. HEX triplet: E4, 8F and 47. RGB value is (228,143,71). Sum of RGB (Red+Green+Blue) = 228+143+71=442 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.58% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 71 (28.12% from 255 or 16.06% from 442); Max value from RGB is 228 - color contains mainly: red. Hex color #E48F47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48F47 is #1B70B8. Grayscale: #A0A0A0. Windows color (decimal): -1798329 or 4689892. OLE color: 4689892.
HSL color Cylindrical-coordinate representation of color #E48F47: hue angle of 27.52º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E48F47 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 143 | 71 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.11 |
| HSL | 27.52º | 0.74% | 0.59% | - |
| HSV(B) | 27.52º | 0.69% | 0.89% | - |
| XYZ | 42.95 | 36.59 | 10.76 | - |
| YUV | 160.21 | 77.66 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 143 | 71 | 0 | 0.37 | 0.69 | 0.11 | 27.52 | 0.74 | 0.59 |
| Hex | E4 | 8F | 47 | 0 | 25 | 45 | B | 1C | 4A | 3B |
| Octal | 344 | 217 | 107 | 0 | 45 | 105 | 13 | 34 | 112 | 73 |
| Binary | 11100100 | 10001111 | 1000111 | 0 | 100101 | 1000101 | 1011 | 11100 | 1001010 | 111011 |
Color Harmonies of #E48F47
Complementary color
Monochromatic Colors of #E48F47
Black with #E48F47
Text Example
Text Example
White with #E48F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48F47; }
p { color: rgb(228,143,71); }
H1.HeaderClassName
{
color: #E48F47;
}
.AnyTagClassName
{
color: #E48F47;
}
</style>
background-color css
<style>
a { background-color: #E48F47; }
a { background-color: rgb(228,143,71); }
div.DivClassName
{
background-color: #E48F47;
}
.BgClassName
{
background-color: #E48F47;
}
</style>
border-color css
<style>
span { border-color: #E48F47; }
span { border-color: rgb(228,143,71); }
td.TdClassName
{
border-color: #E48F47;
}
.TagClassName
{
border-color: #E48F47;
}
</style>