Shades of Flamenco #E3854D
Tints of Flamenco #E3854D
RGB
CMYK
RGB Variations
Color information
#E3854D (or 0xE3854D) is known color: Flamenco. HEX triplet: E3, 85 and 4D. RGB value is (227,133,77). Sum of RGB (Red+Green+Blue) = 227+133+77=437 (57% of max value = 765). Red value is 227 (89.06% from 255 or 51.95% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 77 (30.47% from 255 or 17.62% from 437); Max value from RGB is 227 - color contains mainly: red. Hex color #E3854D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3854D is #1C7AB2. Grayscale: #9B9B9B. Windows color (decimal): -1866419 or 5080547. OLE color: 5080547.
HSL color Cylindrical-coordinate representation of color #E3854D: hue angle of 22.4º 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 #E3854D is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 133 | 77 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.11 |
| HSL | 22.4º | 0.73% | 0.6% | - |
| HSV(B) | 22.4º | 0.66% | 0.89% | - |
| XYZ | 41.41 | 33.64 | 11.33 | - |
| YUV | 154.72 | 84.14 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 133 | 77 | 0 | 0.41 | 0.66 | 0.11 | 22.4 | 0.73 | 0.6 |
| Hex | E3 | 85 | 4D | 0 | 29 | 42 | B | 16 | 49 | 3C |
| Octal | 343 | 205 | 115 | 0 | 51 | 102 | 13 | 26 | 111 | 74 |
| Binary | 11100011 | 10000101 | 1001101 | 0 | 101001 | 1000010 | 1011 | 10110 | 1001001 | 111100 |
Color Harmonies of #E3854D
Complementary color
Monochromatic Colors of #E3854D
Black with #E3854D
Text Example
Text Example
White with #E3854D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3854D; }
p { color: rgb(227,133,77); }
H1.HeaderClassName
{
color: #E3854D;
}
.AnyTagClassName
{
color: #E3854D;
}
</style>
background-color css
<style>
a { background-color: #E3854D; }
a { background-color: rgb(227,133,77); }
div.DivClassName
{
background-color: #E3854D;
}
.BgClassName
{
background-color: #E3854D;
}
</style>
border-color css
<style>
span { border-color: #E3854D; }
span { border-color: rgb(227,133,77); }
td.TdClassName
{
border-color: #E3854D;
}
.TagClassName
{
border-color: #E3854D;
}
</style>