Shades of Flamenco #E48D4E
Tints of Flamenco #E48D4E
RGB
CMYK
RGB Variations
Color information
#E48D4E (or 0xE48D4E) is known color: Flamenco. HEX triplet: E4, 8D and 4E. RGB value is (228,141,78). Sum of RGB (Red+Green+Blue) = 228+141+78=447 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.01% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 78 (30.86% from 255 or 17.45% from 447); Max value from RGB is 228 - color contains mainly: red. Hex color #E48D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48D4E is #1B72B1. Grayscale: #A0A0A0. Windows color (decimal): -1798834 or 5148132. OLE color: 5148132.
HSL color Cylindrical-coordinate representation of color #E48D4E: hue angle of 25.2º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E48D4E is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 141 | 78 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.11 |
| HSL | 25.2º | 0.74% | 0.6% | - |
| HSV(B) | 25.2º | 0.66% | 0.89% | - |
| XYZ | 42.89 | 36.09 | 11.91 | - |
| YUV | 159.83 | 81.82 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 141 | 78 | 0 | 0.38 | 0.66 | 0.11 | 25.2 | 0.74 | 0.6 |
| Hex | E4 | 8D | 4E | 0 | 26 | 42 | B | 19 | 4A | 3C |
| Octal | 344 | 215 | 116 | 0 | 46 | 102 | 13 | 31 | 112 | 74 |
| Binary | 11100100 | 10001101 | 1001110 | 0 | 100110 | 1000010 | 1011 | 11001 | 1001010 | 111100 |
Color Harmonies of #E48D4E
Complementary color
Monochromatic Colors of #E48D4E
Black with #E48D4E
Text Example
Text Example
White with #E48D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48D4E; }
p { color: rgb(228,141,78); }
H1.HeaderClassName
{
color: #E48D4E;
}
.AnyTagClassName
{
color: #E48D4E;
}
</style>
background-color css
<style>
a { background-color: #E48D4E; }
a { background-color: rgb(228,141,78); }
div.DivClassName
{
background-color: #E48D4E;
}
.BgClassName
{
background-color: #E48D4E;
}
</style>
border-color css
<style>
span { border-color: #E48D4E; }
span { border-color: rgb(228,141,78); }
td.TdClassName
{
border-color: #E48D4E;
}
.TagClassName
{
border-color: #E48D4E;
}
</style>