Shades of Flamenco #E48D54
Tints of Flamenco #E48D54
RGB
CMYK
RGB Variations
Color information
#E48D54 (or 0xE48D54) is known color: Flamenco. HEX triplet: E4, 8D and 54. RGB value is (228,141,84). Sum of RGB (Red+Green+Blue) = 228+141+84=453 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.33% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 84 (33.20% from 255 or 18.54% from 453); Max value from RGB is 228 - color contains mainly: red. Hex color #E48D54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48D54 is #1B72AB. Grayscale: #A0A0A0. Windows color (decimal): -1798828 or 5541348. OLE color: 5541348.
HSL color Cylindrical-coordinate representation of color #E48D54: hue angle of 23.75º 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 #E48D54 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 141 | 84 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.11 |
| HSL | 23.75º | 0.73% | 0.61% | - |
| HSV(B) | 23.75º | 0.63% | 0.89% | - |
| XYZ | 43.12 | 36.18 | 13.1 | - |
| YUV | 160.52 | 84.82 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 141 | 84 | 0 | 0.38 | 0.63 | 0.11 | 23.75 | 0.73 | 0.61 |
| Hex | E4 | 8D | 54 | 0 | 26 | 3F | B | 18 | 49 | 3D |
| Octal | 344 | 215 | 124 | 0 | 46 | 77 | 13 | 30 | 111 | 75 |
| Binary | 11100100 | 10001101 | 1010100 | 0 | 100110 | 111111 | 1011 | 11000 | 1001001 | 111101 |
Color Harmonies of #E48D54
Complementary color
Monochromatic Colors of #E48D54
Black with #E48D54
Text Example
Text Example
White with #E48D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48D54; }
p { color: rgb(228,141,84); }
H1.HeaderClassName
{
color: #E48D54;
}
.AnyTagClassName
{
color: #E48D54;
}
</style>
background-color css
<style>
a { background-color: #E48D54; }
a { background-color: rgb(228,141,84); }
div.DivClassName
{
background-color: #E48D54;
}
.BgClassName
{
background-color: #E48D54;
}
</style>
border-color css
<style>
span { border-color: #E48D54; }
span { border-color: rgb(228,141,84); }
td.TdClassName
{
border-color: #E48D54;
}
.TagClassName
{
border-color: #E48D54;
}
</style>