Shades of Flamenco #E18D48
Tints of Flamenco #E18D48
RGB
CMYK
RGB Variations
Color information
#E18D48 (or 0xE18D48) is known color: Flamenco. HEX triplet: E1, 8D and 48. RGB value is (225,141,72). Sum of RGB (Red+Green+Blue) = 225+141+72=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 72 (28.52% from 255 or 16.44% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18D48 is #1E72B7. Grayscale: #9E9E9E. Windows color (decimal): -1995448 or 4754913. OLE color: 4754913.
HSL color Cylindrical-coordinate representation of color #E18D48: hue angle of 27.06º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E18D48 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 141 | 72 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.12 |
| HSL | 27.06º | 0.72% | 0.58% | - |
| HSV(B) | 27.06º | 0.68% | 0.88% | - |
| XYZ | 41.75 | 35.53 | 10.79 | - |
| YUV | 158.25 | 79.33 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 141 | 72 | 0 | 0.37 | 0.68 | 0.12 | 27.06 | 0.72 | 0.58 |
| Hex | E1 | 8D | 48 | 0 | 25 | 44 | C | 1B | 48 | 3A |
| Octal | 341 | 215 | 110 | 0 | 45 | 104 | 14 | 33 | 110 | 72 |
| Binary | 11100001 | 10001101 | 1001000 | 0 | 100101 | 1000100 | 1100 | 11011 | 1001000 | 111010 |
Color Harmonies of #E18D48
Complementary color
Monochromatic Colors of #E18D48
Black with #E18D48
Text Example
Text Example
White with #E18D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18D48; }
p { color: rgb(225,141,72); }
H1.HeaderClassName
{
color: #E18D48;
}
.AnyTagClassName
{
color: #E18D48;
}
</style>
background-color css
<style>
a { background-color: #E18D48; }
a { background-color: rgb(225,141,72); }
div.DivClassName
{
background-color: #E18D48;
}
.BgClassName
{
background-color: #E18D48;
}
</style>
border-color css
<style>
span { border-color: #E18D48; }
span { border-color: rgb(225,141,72); }
td.TdClassName
{
border-color: #E18D48;
}
.TagClassName
{
border-color: #E18D48;
}
</style>