Shades of Flamenco #E18949
Tints of Flamenco #E18949
RGB
CMYK
RGB Variations
Color information
#E18949 (or 0xE18949) is known color: Flamenco. HEX triplet: E1, 89 and 49. RGB value is (225,137,73). Sum of RGB (Red+Green+Blue) = 225+137+73=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 73 (28.91% from 255 or 16.78% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E18949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18949 is #1E76B6. Grayscale: #9C9C9C. Windows color (decimal): -1996471 or 4819425. OLE color: 4819425.
HSL color Cylindrical-coordinate representation of color #E18949: hue angle of 25.26º 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 #E18949 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 137 | 73 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.12 |
| HSL | 25.26º | 0.72% | 0.58% | - |
| HSV(B) | 25.26º | 0.68% | 0.88% | - |
| XYZ | 41.2 | 34.38 | 10.77 | - |
| YUV | 156.02 | 81.15 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 137 | 73 | 0 | 0.39 | 0.68 | 0.12 | 25.26 | 0.72 | 0.58 |
| Hex | E1 | 89 | 49 | 0 | 27 | 44 | C | 19 | 48 | 3A |
| Octal | 341 | 211 | 111 | 0 | 47 | 104 | 14 | 31 | 110 | 72 |
| Binary | 11100001 | 10001001 | 1001001 | 0 | 100111 | 1000100 | 1100 | 11001 | 1001000 | 111010 |
Color Harmonies of #E18949
Complementary color
Monochromatic Colors of #E18949
Black with #E18949
Text Example
Text Example
White with #E18949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18949; }
p { color: rgb(225,137,73); }
H1.HeaderClassName
{
color: #E18949;
}
.AnyTagClassName
{
color: #E18949;
}
</style>
background-color css
<style>
a { background-color: #E18949; }
a { background-color: rgb(225,137,73); }
div.DivClassName
{
background-color: #E18949;
}
.BgClassName
{
background-color: #E18949;
}
</style>
border-color css
<style>
span { border-color: #E18949; }
span { border-color: rgb(225,137,73); }
td.TdClassName
{
border-color: #E18949;
}
.TagClassName
{
border-color: #E18949;
}
</style>