Shades of Flamenco #E18D4E
Tints of Flamenco #E18D4E
RGB
CMYK
RGB Variations
Color information
#E18D4E (or 0xE18D4E) is known color: Flamenco. HEX triplet: E1, 8D and 4E. RGB value is (225,141,78). Sum of RGB (Red+Green+Blue) = 225+141+78=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 78 (30.86% from 255 or 17.57% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18D4E is #1E72B1. Grayscale: #9F9F9F. Windows color (decimal): -1995442 or 5148129. OLE color: 5148129.
HSL color Cylindrical-coordinate representation of color #E18D4E: hue angle of 25.71º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E18D4E is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 141 | 78 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.12 |
| HSL | 25.71º | 0.71% | 0.59% | - |
| HSV(B) | 25.71º | 0.65% | 0.88% | - |
| XYZ | 41.95 | 35.61 | 11.87 | - |
| YUV | 158.93 | 82.33 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 141 | 78 | 0 | 0.37 | 0.65 | 0.12 | 25.71 | 0.71 | 0.59 |
| Hex | E1 | 8D | 4E | 0 | 25 | 41 | C | 1A | 47 | 3B |
| Octal | 341 | 215 | 116 | 0 | 45 | 101 | 14 | 32 | 107 | 73 |
| Binary | 11100001 | 10001101 | 1001110 | 0 | 100101 | 1000001 | 1100 | 11010 | 1000111 | 111011 |
Color Harmonies of #E18D4E
Complementary color
Monochromatic Colors of #E18D4E
Black with #E18D4E
Text Example
Text Example
White with #E18D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18D4E; }
p { color: rgb(225,141,78); }
H1.HeaderClassName
{
color: #E18D4E;
}
.AnyTagClassName
{
color: #E18D4E;
}
</style>
background-color css
<style>
a { background-color: #E18D4E; }
a { background-color: rgb(225,141,78); }
div.DivClassName
{
background-color: #E18D4E;
}
.BgClassName
{
background-color: #E18D4E;
}
</style>
border-color css
<style>
span { border-color: #E18D4E; }
span { border-color: rgb(225,141,78); }
td.TdClassName
{
border-color: #E18D4E;
}
.TagClassName
{
border-color: #E18D4E;
}
</style>