Shades of Flamenco #E3834D
Tints of Flamenco #E3834D
RGB
CMYK
RGB Variations
Color information
#E3834D (or 0xE3834D) is known color: Flamenco. HEX triplet: E3, 83 and 4D. RGB value is (227,131,77). Sum of RGB (Red+Green+Blue) = 227+131+77=435 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.18% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 77 (30.47% from 255 or 17.70% from 435); Max value from RGB is 227 - color contains mainly: red. Hex color #E3834D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3834D is #1C7CB2. Grayscale: #999999. Windows color (decimal): -1866931 or 5080035. OLE color: 5080035.
HSL color Cylindrical-coordinate representation of color #E3834D: hue angle of 21.6º 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 #E3834D is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 131 | 77 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.11 |
| HSL | 21.6º | 0.73% | 0.6% | - |
| HSV(B) | 21.6º | 0.66% | 0.89% | - |
| XYZ | 41.13 | 33.1 | 11.24 | - |
| YUV | 153.55 | 84.8 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 131 | 77 | 0 | 0.42 | 0.66 | 0.11 | 21.6 | 0.73 | 0.6 |
| Hex | E3 | 83 | 4D | 0 | 2A | 42 | B | 16 | 49 | 3C |
| Octal | 343 | 203 | 115 | 0 | 52 | 102 | 13 | 26 | 111 | 74 |
| Binary | 11100011 | 10000011 | 1001101 | 0 | 101010 | 1000010 | 1011 | 10110 | 1001001 | 111100 |
Color Harmonies of #E3834D
Complementary color
Monochromatic Colors of #E3834D
Black with #E3834D
Text Example
Text Example
White with #E3834D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3834D; }
p { color: rgb(227,131,77); }
H1.HeaderClassName
{
color: #E3834D;
}
.AnyTagClassName
{
color: #E3834D;
}
</style>
background-color css
<style>
a { background-color: #E3834D; }
a { background-color: rgb(227,131,77); }
div.DivClassName
{
background-color: #E3834D;
}
.BgClassName
{
background-color: #E3834D;
}
</style>
border-color css
<style>
span { border-color: #E3834D; }
span { border-color: rgb(227,131,77); }
td.TdClassName
{
border-color: #E3834D;
}
.TagClassName
{
border-color: #E3834D;
}
</style>