Shades of Flamenco #E88C45
Tints of Flamenco #E88C45
RGB
CMYK
RGB Variations
Color information
#E88C45 (or 0xE88C45) is known color: Flamenco. HEX triplet: E8, 8C and 45. RGB value is (232,140,69). Sum of RGB (Red+Green+Blue) = 232+140+69=441 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.61% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 69 (27.34% from 255 or 15.65% from 441); Max value from RGB is 232 - color contains mainly: red. Hex color #E88C45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E88C45 is #1773BA. Grayscale: #9F9F9F. Windows color (decimal): -1536955 or 4558056. OLE color: 4558056.
HSL color Cylindrical-coordinate representation of color #E88C45: hue angle of 26.13º 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 #E88C45 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 140 | 69 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.09 |
| HSL | 26.13º | 0.78% | 0.59% | - |
| HSV(B) | 26.13º | 0.7% | 0.91% | - |
| XYZ | 43.73 | 36.34 | 10.34 | - |
| YUV | 159.41 | 76.98 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 140 | 69 | 0 | 0.40 | 0.70 | 0.09 | 26.13 | 0.78 | 0.59 |
| Hex | E8 | 8C | 45 | 0 | 28 | 46 | 9 | 1A | 4E | 3B |
| Octal | 350 | 214 | 105 | 0 | 50 | 106 | 11 | 32 | 116 | 73 |
| Binary | 11101000 | 10001100 | 1000101 | 0 | 101000 | 1000110 | 1001 | 11010 | 1001110 | 111011 |
Color Harmonies of #E88C45
Complementary color
Monochromatic Colors of #E88C45
Black with #E88C45
Text Example
Text Example
White with #E88C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88C45; }
p { color: rgb(232,140,69); }
H1.HeaderClassName
{
color: #E88C45;
}
.AnyTagClassName
{
color: #E88C45;
}
</style>
background-color css
<style>
a { background-color: #E88C45; }
a { background-color: rgb(232,140,69); }
div.DivClassName
{
background-color: #E88C45;
}
.BgClassName
{
background-color: #E88C45;
}
</style>
border-color css
<style>
span { border-color: #E88C45; }
span { border-color: rgb(232,140,69); }
td.TdClassName
{
border-color: #E88C45;
}
.TagClassName
{
border-color: #E88C45;
}
</style>