Shades of Flamenco #E88446
Tints of Flamenco #E88446
RGB
CMYK
RGB Variations
Color information
#E88446 (or 0xE88446) is known color: Flamenco. HEX triplet: E8, 84 and 46. RGB value is (232,132,70). Sum of RGB (Red+Green+Blue) = 232+132+70=434 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.46% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 70 (27.73% from 255 or 16.13% from 434); Max value from RGB is 232 - color contains mainly: red. Hex color #E88446 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E88446 is #177BB9. Grayscale: #9B9B9B. Windows color (decimal): -1539002 or 4621544. OLE color: 4621544.
HSL color Cylindrical-coordinate representation of color #E88446: hue angle of 22.96º 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 #E88446 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 132 | 70 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.09 |
| HSL | 22.96º | 0.78% | 0.59% | - |
| HSV(B) | 22.96º | 0.7% | 0.91% | - |
| XYZ | 42.64 | 34.1 | 10.13 | - |
| YUV | 154.83 | 80.13 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 132 | 70 | 0 | 0.43 | 0.70 | 0.09 | 22.96 | 0.78 | 0.59 |
| Hex | E8 | 84 | 46 | 0 | 2B | 46 | 9 | 17 | 4E | 3B |
| Octal | 350 | 204 | 106 | 0 | 53 | 106 | 11 | 27 | 116 | 73 |
| Binary | 11101000 | 10000100 | 1000110 | 0 | 101011 | 1000110 | 1001 | 10111 | 1001110 | 111011 |
Color Harmonies of #E88446
Complementary color
Monochromatic Colors of #E88446
Black with #E88446
Text Example
Text Example
White with #E88446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88446; }
p { color: rgb(232,132,70); }
H1.HeaderClassName
{
color: #E88446;
}
.AnyTagClassName
{
color: #E88446;
}
</style>
background-color css
<style>
a { background-color: #E88446; }
a { background-color: rgb(232,132,70); }
div.DivClassName
{
background-color: #E88446;
}
.BgClassName
{
background-color: #E88446;
}
</style>
border-color css
<style>
span { border-color: #E88446; }
span { border-color: rgb(232,132,70); }
td.TdClassName
{
border-color: #E88446;
}
.TagClassName
{
border-color: #E88446;
}
</style>