Shades of Flamenco #E48C54
Tints of Flamenco #E48C54
RGB
CMYK
RGB Variations
Color information
#E48C54 (or 0xE48C54) is known color: Flamenco. HEX triplet: E4, 8C and 54. RGB value is (228,140,84). Sum of RGB (Red+Green+Blue) = 228+140+84=452 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.44% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 84 (33.20% from 255 or 18.58% from 452); Max value from RGB is 228 - color contains mainly: red. Hex color #E48C54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48C54 is #1B73AB. Grayscale: #A0A0A0. Windows color (decimal): -1799084 or 5541092. OLE color: 5541092.
HSL color Cylindrical-coordinate representation of color #E48C54: hue angle of 23.33º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E48C54 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 140 | 84 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.11 |
| HSL | 23.33º | 0.73% | 0.61% | - |
| HSV(B) | 23.33º | 0.63% | 0.89% | - |
| XYZ | 42.97 | 35.89 | 13.05 | - |
| YUV | 159.93 | 85.15 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 140 | 84 | 0 | 0.39 | 0.63 | 0.11 | 23.33 | 0.73 | 0.61 |
| Hex | E4 | 8C | 54 | 0 | 27 | 3F | B | 17 | 49 | 3D |
| Octal | 344 | 214 | 124 | 0 | 47 | 77 | 13 | 27 | 111 | 75 |
| Binary | 11100100 | 10001100 | 1010100 | 0 | 100111 | 111111 | 1011 | 10111 | 1001001 | 111101 |
Color Harmonies of #E48C54
Complementary color
Monochromatic Colors of #E48C54
Black with #E48C54
Text Example
Text Example
White with #E48C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48C54; }
p { color: rgb(228,140,84); }
H1.HeaderClassName
{
color: #E48C54;
}
.AnyTagClassName
{
color: #E48C54;
}
</style>
background-color css
<style>
a { background-color: #E48C54; }
a { background-color: rgb(228,140,84); }
div.DivClassName
{
background-color: #E48C54;
}
.BgClassName
{
background-color: #E48C54;
}
</style>
border-color css
<style>
span { border-color: #E48C54; }
span { border-color: rgb(228,140,84); }
td.TdClassName
{
border-color: #E48C54;
}
.TagClassName
{
border-color: #E48C54;
}
</style>