Shades of Flamenco #E48C47
Tints of Flamenco #E48C47
RGB
CMYK
RGB Variations
Color information
#E48C47 (or 0xE48C47) is known color: Flamenco. HEX triplet: E4, 8C and 47. RGB value is (228,140,71). Sum of RGB (Red+Green+Blue) = 228+140+71=439 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.94% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 71 (28.12% from 255 or 16.17% from 439); Max value from RGB is 228 - color contains mainly: red. Hex color #E48C47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48C47 is #1B73B8. Grayscale: #9E9E9E. Windows color (decimal): -1799097 or 4689124. OLE color: 4689124.
HSL color Cylindrical-coordinate representation of color #E48C47: hue angle of 26.37º 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 #E48C47 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 140 | 71 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.11 |
| HSL | 26.37º | 0.74% | 0.59% | - |
| HSV(B) | 26.37º | 0.69% | 0.89% | - |
| XYZ | 42.51 | 35.71 | 10.61 | - |
| YUV | 158.45 | 78.65 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 140 | 71 | 0 | 0.39 | 0.69 | 0.11 | 26.37 | 0.74 | 0.59 |
| Hex | E4 | 8C | 47 | 0 | 27 | 45 | B | 1A | 4A | 3B |
| Octal | 344 | 214 | 107 | 0 | 47 | 105 | 13 | 32 | 112 | 73 |
| Binary | 11100100 | 10001100 | 1000111 | 0 | 100111 | 1000101 | 1011 | 11010 | 1001010 | 111011 |
Color Harmonies of #E48C47
Complementary color
Monochromatic Colors of #E48C47
Black with #E48C47
Text Example
Text Example
White with #E48C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48C47; }
p { color: rgb(228,140,71); }
H1.HeaderClassName
{
color: #E48C47;
}
.AnyTagClassName
{
color: #E48C47;
}
</style>
background-color css
<style>
a { background-color: #E48C47; }
a { background-color: rgb(228,140,71); }
div.DivClassName
{
background-color: #E48C47;
}
.BgClassName
{
background-color: #E48C47;
}
</style>
border-color css
<style>
span { border-color: #E48C47; }
span { border-color: rgb(228,140,71); }
td.TdClassName
{
border-color: #E48C47;
}
.TagClassName
{
border-color: #E48C47;
}
</style>