Shades of Flamenco #E3844D
Tints of Flamenco #E3844D
RGB
CMYK
RGB Variations
Color information
#E3844D (or 0xE3844D) is known color: Flamenco. HEX triplet: E3, 84 and 4D. RGB value is (227,132,77). Sum of RGB (Red+Green+Blue) = 227+132+77=436 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.06% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 77 (30.47% from 255 or 17.66% from 436); Max value from RGB is 227 - color contains mainly: red. Hex color #E3844D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3844D is #1C7BB2. Grayscale: #9A9A9A. Windows color (decimal): -1866675 or 5080291. OLE color: 5080291.
HSL color Cylindrical-coordinate representation of color #E3844D: hue angle of 22º degrees, saturation: 0.73, 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 #E3844D is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 132 | 77 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.11 |
| HSL | 22º | 0.73% | 0.6% | - |
| HSV(B) | 22º | 0.66% | 0.89% | - |
| XYZ | 41.27 | 33.37 | 11.29 | - |
| YUV | 154.14 | 84.47 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 132 | 77 | 0 | 0.42 | 0.66 | 0.11 | 22 | 0.73 | 0.6 |
| Hex | E3 | 84 | 4D | 0 | 2A | 42 | B | 16 | 49 | 3C |
| Octal | 343 | 204 | 115 | 0 | 52 | 102 | 13 | 26 | 111 | 74 |
| Binary | 11100011 | 10000100 | 1001101 | 0 | 101010 | 1000010 | 1011 | 10110 | 1001001 | 111100 |
Color Harmonies of #E3844D
Complementary color
Monochromatic Colors of #E3844D
Black with #E3844D
Text Example
Text Example
White with #E3844D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3844D; }
p { color: rgb(227,132,77); }
H1.HeaderClassName
{
color: #E3844D;
}
.AnyTagClassName
{
color: #E3844D;
}
</style>
background-color css
<style>
a { background-color: #E3844D; }
a { background-color: rgb(227,132,77); }
div.DivClassName
{
background-color: #E3844D;
}
.BgClassName
{
background-color: #E3844D;
}
</style>
border-color css
<style>
span { border-color: #E3844D; }
span { border-color: rgb(227,132,77); }
td.TdClassName
{
border-color: #E3844D;
}
.TagClassName
{
border-color: #E3844D;
}
</style>