Shades of Flamenco #E88640
Tints of Flamenco #E88640
RGB
CMYK
RGB Variations
Color information
#E88640 (or 0xE88640) is known color: Flamenco. HEX triplet: E8, 86 and 40. RGB value is (232,134,64). Sum of RGB (Red+Green+Blue) = 232+134+64=430 (56% of max value = 765). Red value is 232 (91.02% from 255 or 53.95% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 232 - color contains mainly: red. Hex color #E88640 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E88640 is #1779BF. Grayscale: #9B9B9B. Windows color (decimal): -1538496 or 4228840. OLE color: 4228840.
HSL color Cylindrical-coordinate representation of color #E88640: hue angle of 25º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E88640 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 134 | 64 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.09 |
| HSL | 25º | 0.79% | 0.58% | - |
| HSV(B) | 25º | 0.72% | 0.91% | - |
| XYZ | 42.73 | 34.58 | 9.27 | - |
| YUV | 155.32 | 76.47 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 134 | 64 | 0 | 0.42 | 0.72 | 0.09 | 25 | 0.79 | 0.58 |
| Hex | E8 | 86 | 40 | 0 | 2A | 48 | 9 | 19 | 4F | 3A |
| Octal | 350 | 206 | 100 | 0 | 52 | 110 | 11 | 31 | 117 | 72 |
| Binary | 11101000 | 10000110 | 1000000 | 0 | 101010 | 1001000 | 1001 | 11001 | 1001111 | 111010 |
Color Harmonies of #E88640
Complementary color
Monochromatic Colors of #E88640
Black with #E88640
Text Example
Text Example
White with #E88640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88640; }
p { color: rgb(232,134,64); }
H1.HeaderClassName
{
color: #E88640;
}
.AnyTagClassName
{
color: #E88640;
}
</style>
background-color css
<style>
a { background-color: #E88640; }
a { background-color: rgb(232,134,64); }
div.DivClassName
{
background-color: #E88640;
}
.BgClassName
{
background-color: #E88640;
}
</style>
border-color css
<style>
span { border-color: #E88640; }
span { border-color: rgb(232,134,64); }
td.TdClassName
{
border-color: #E88640;
}
.TagClassName
{
border-color: #E88640;
}
</style>