Shades of Flamenco #E48247
Tints of Flamenco #E48247
RGB
CMYK
RGB Variations
Color information
#E48247 (or 0xE48247) is known color: Flamenco. HEX triplet: E4, 82 and 47. RGB value is (228,130,71). Sum of RGB (Red+Green+Blue) = 228+130+71=429 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.15% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 71 (28.12% from 255 or 16.55% from 429); Max value from RGB is 228 - color contains mainly: red. Hex color #E48247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48247 is #1B7DB8. Grayscale: #989898. Windows color (decimal): -1801657 or 4686564. OLE color: 4686564.
HSL color Cylindrical-coordinate representation of color #E48247: hue angle of 22.55º 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 #E48247 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 130 | 71 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.11 |
| HSL | 22.55º | 0.74% | 0.59% | - |
| HSV(B) | 22.55º | 0.69% | 0.89% | - |
| XYZ | 41.11 | 32.91 | 10.15 | - |
| YUV | 152.58 | 81.97 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 130 | 71 | 0 | 0.43 | 0.69 | 0.11 | 22.55 | 0.74 | 0.59 |
| Hex | E4 | 82 | 47 | 0 | 2B | 45 | B | 17 | 4A | 3B |
| Octal | 344 | 202 | 107 | 0 | 53 | 105 | 13 | 27 | 112 | 73 |
| Binary | 11100100 | 10000010 | 1000111 | 0 | 101011 | 1000101 | 1011 | 10111 | 1001010 | 111011 |
Color Harmonies of #E48247
Complementary color
Monochromatic Colors of #E48247
Black with #E48247
Text Example
Text Example
White with #E48247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48247; }
p { color: rgb(228,130,71); }
H1.HeaderClassName
{
color: #E48247;
}
.AnyTagClassName
{
color: #E48247;
}
</style>
background-color css
<style>
a { background-color: #E48247; }
a { background-color: rgb(228,130,71); }
div.DivClassName
{
background-color: #E48247;
}
.BgClassName
{
background-color: #E48247;
}
</style>
border-color css
<style>
span { border-color: #E48247; }
span { border-color: rgb(228,130,71); }
td.TdClassName
{
border-color: #E48247;
}
.TagClassName
{
border-color: #E48247;
}
</style>