Shades of Flamenco #E88644
Tints of Flamenco #E88644
RGB
CMYK
RGB Variations
Color information
#E88644 (or 0xE88644) is known color: Flamenco. HEX triplet: E8, 86 and 44. RGB value is (232,134,68). Sum of RGB (Red+Green+Blue) = 232+134+68=434 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.46% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 68 (26.95% from 255 or 15.67% from 434); Max value from RGB is 232 - color contains mainly: red. Hex color #E88644 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E88644 is #1779BB. Grayscale: #9C9C9C. Windows color (decimal): -1538492 or 4490984. OLE color: 4490984.
HSL color Cylindrical-coordinate representation of color #E88644: hue angle of 24.15º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E88644 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 134 | 68 | - |
| CMYK | 0 | 0.42 | 0.71 | 0.09 |
| HSL | 24.15º | 0.78% | 0.59% | - |
| HSV(B) | 24.15º | 0.71% | 0.91% | - |
| XYZ | 42.85 | 34.62 | 9.89 | - |
| YUV | 155.78 | 78.47 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 134 | 68 | 0 | 0.42 | 0.71 | 0.09 | 24.15 | 0.78 | 0.59 |
| Hex | E8 | 86 | 44 | 0 | 2A | 47 | 9 | 18 | 4E | 3B |
| Octal | 350 | 206 | 104 | 0 | 52 | 107 | 11 | 30 | 116 | 73 |
| Binary | 11101000 | 10000110 | 1000100 | 0 | 101010 | 1000111 | 1001 | 11000 | 1001110 | 111011 |
Color Harmonies of #E88644
Complementary color
Monochromatic Colors of #E88644
Black with #E88644
Text Example
Text Example
White with #E88644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88644; }
p { color: rgb(232,134,68); }
H1.HeaderClassName
{
color: #E88644;
}
.AnyTagClassName
{
color: #E88644;
}
</style>
background-color css
<style>
a { background-color: #E88644; }
a { background-color: rgb(232,134,68); }
div.DivClassName
{
background-color: #E88644;
}
.BgClassName
{
background-color: #E88644;
}
</style>
border-color css
<style>
span { border-color: #E88644; }
span { border-color: rgb(232,134,68); }
td.TdClassName
{
border-color: #E88644;
}
.TagClassName
{
border-color: #E88644;
}
</style>