Shades of Flamenco #E58D4E
Tints of Flamenco #E58D4E
RGB
CMYK
RGB Variations
Color information
#E58D4E (or 0xE58D4E) is known color: Flamenco. HEX triplet: E5, 8D and 4E. RGB value is (229,141,78). Sum of RGB (Red+Green+Blue) = 229+141+78=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 78 (30.86% from 255 or 17.41% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E58D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58D4E is #1A72B1. Grayscale: #A0A0A0. Windows color (decimal): -1733298 or 5148133. OLE color: 5148133.
HSL color Cylindrical-coordinate representation of color #E58D4E: hue angle of 25.03º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E58D4E is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 141 | 78 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.10 |
| HSL | 25.03º | 0.74% | 0.6% | - |
| HSV(B) | 25.03º | 0.66% | 0.9% | - |
| XYZ | 43.21 | 36.26 | 11.93 | - |
| YUV | 160.13 | 81.65 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 141 | 78 | 0 | 0.38 | 0.66 | 0.10 | 25.03 | 0.74 | 0.6 |
| Hex | E5 | 8D | 4E | 0 | 26 | 42 | A | 19 | 4A | 3C |
| Octal | 345 | 215 | 116 | 0 | 46 | 102 | 12 | 31 | 112 | 74 |
| Binary | 11100101 | 10001101 | 1001110 | 0 | 100110 | 1000010 | 1010 | 11001 | 1001010 | 111100 |
Color Harmonies of #E58D4E
Complementary color
Monochromatic Colors of #E58D4E
Black with #E58D4E
Text Example
Text Example
White with #E58D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58D4E; }
p { color: rgb(229,141,78); }
H1.HeaderClassName
{
color: #E58D4E;
}
.AnyTagClassName
{
color: #E58D4E;
}
</style>
background-color css
<style>
a { background-color: #E58D4E; }
a { background-color: rgb(229,141,78); }
div.DivClassName
{
background-color: #E58D4E;
}
.BgClassName
{
background-color: #E58D4E;
}
</style>
border-color css
<style>
span { border-color: #E58D4E; }
span { border-color: rgb(229,141,78); }
td.TdClassName
{
border-color: #E58D4E;
}
.TagClassName
{
border-color: #E58D4E;
}
</style>