Shades of Flamenco #E88D4F
Tints of Flamenco #E88D4F
RGB
CMYK
RGB Variations
Color information
#E88D4F (or 0xE88D4F) is known color: Flamenco. HEX triplet: E8, 8D and 4F. RGB value is (232,141,79). Sum of RGB (Red+Green+Blue) = 232+141+79=452 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.33% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 79 (31.25% from 255 or 17.48% from 452); Max value from RGB is 232 - color contains mainly: red. Hex color #E88D4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88D4F is #1772B0. Grayscale: #A1A1A1. Windows color (decimal): -1536689 or 5213672. OLE color: 5213672.
HSL color Cylindrical-coordinate representation of color #E88D4F: hue angle of 24.31º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E88D4F is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 141 | 79 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.09 |
| HSL | 24.31º | 0.77% | 0.61% | - |
| HSV(B) | 24.31º | 0.66% | 0.91% | - |
| XYZ | 44.21 | 36.77 | 12.16 | - |
| YUV | 161.14 | 81.65 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 141 | 79 | 0 | 0.39 | 0.66 | 0.09 | 24.31 | 0.77 | 0.61 |
| Hex | E8 | 8D | 4F | 0 | 27 | 42 | 9 | 18 | 4D | 3D |
| Octal | 350 | 215 | 117 | 0 | 47 | 102 | 11 | 30 | 115 | 75 |
| Binary | 11101000 | 10001101 | 1001111 | 0 | 100111 | 1000010 | 1001 | 11000 | 1001101 | 111101 |
Color Harmonies of #E88D4F
Complementary color
Monochromatic Colors of #E88D4F
Black with #E88D4F
Text Example
Text Example
White with #E88D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88D4F; }
p { color: rgb(232,141,79); }
H1.HeaderClassName
{
color: #E88D4F;
}
.AnyTagClassName
{
color: #E88D4F;
}
</style>
background-color css
<style>
a { background-color: #E88D4F; }
a { background-color: rgb(232,141,79); }
div.DivClassName
{
background-color: #E88D4F;
}
.BgClassName
{
background-color: #E88D4F;
}
</style>
border-color css
<style>
span { border-color: #E88D4F; }
span { border-color: rgb(232,141,79); }
td.TdClassName
{
border-color: #E88D4F;
}
.TagClassName
{
border-color: #E88D4F;
}
</style>