Shades of Flamenco #E88D46
Tints of Flamenco #E88D46
RGB
CMYK
RGB Variations
Color information
#E88D46 (or 0xE88D46) is known color: Flamenco. HEX triplet: E8, 8D and 46. RGB value is (232,141,70). Sum of RGB (Red+Green+Blue) = 232+141+70=443 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.37% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 70 (27.73% from 255 or 15.80% from 443); Max value from RGB is 232 - color contains mainly: red. Hex color #E88D46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E88D46 is #1772B9. Grayscale: #A0A0A0. Windows color (decimal): -1536698 or 4623848. OLE color: 4623848.
HSL color Cylindrical-coordinate representation of color #E88D46: hue angle of 26.3º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E88D46 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 141 | 70 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.09 |
| HSL | 26.3º | 0.78% | 0.59% | - |
| HSV(B) | 26.3º | 0.7% | 0.91% | - |
| XYZ | 43.91 | 36.65 | 10.55 | - |
| YUV | 160.12 | 77.15 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 141 | 70 | 0 | 0.39 | 0.70 | 0.09 | 26.3 | 0.78 | 0.59 |
| Hex | E8 | 8D | 46 | 0 | 27 | 46 | 9 | 1A | 4E | 3B |
| Octal | 350 | 215 | 106 | 0 | 47 | 106 | 11 | 32 | 116 | 73 |
| Binary | 11101000 | 10001101 | 1000110 | 0 | 100111 | 1000110 | 1001 | 11010 | 1001110 | 111011 |
Color Harmonies of #E88D46
Complementary color
Monochromatic Colors of #E88D46
Black with #E88D46
Text Example
Text Example
White with #E88D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88D46; }
p { color: rgb(232,141,70); }
H1.HeaderClassName
{
color: #E88D46;
}
.AnyTagClassName
{
color: #E88D46;
}
</style>
background-color css
<style>
a { background-color: #E88D46; }
a { background-color: rgb(232,141,70); }
div.DivClassName
{
background-color: #E88D46;
}
.BgClassName
{
background-color: #E88D46;
}
</style>
border-color css
<style>
span { border-color: #E88D46; }
span { border-color: rgb(232,141,70); }
td.TdClassName
{
border-color: #E88D46;
}
.TagClassName
{
border-color: #E88D46;
}
</style>