Shades of Flamenco #E8824D
Tints of Flamenco #E8824D
RGB
CMYK
RGB Variations
Color information
#E8824D (or 0xE8824D) is known color: Flamenco. HEX triplet: E8, 82 and 4D. RGB value is (232,130,77). Sum of RGB (Red+Green+Blue) = 232+130+77=439 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.85% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 77 (30.47% from 255 or 17.54% from 439); Max value from RGB is 232 - color contains mainly: red. Hex color #E8824D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8824D is #177DB2. Grayscale: #9A9A9A. Windows color (decimal): -1539507 or 5079784. OLE color: 5079784.
HSL color Cylindrical-coordinate representation of color #E8824D: hue angle of 20.52º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E8824D is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 130 | 77 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.09 |
| HSL | 20.52º | 0.77% | 0.61% | - |
| HSV(B) | 20.52º | 0.67% | 0.91% | - |
| XYZ | 42.6 | 33.66 | 11.27 | - |
| YUV | 154.46 | 84.29 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 130 | 77 | 0 | 0.44 | 0.67 | 0.09 | 20.52 | 0.77 | 0.61 |
| Hex | E8 | 82 | 4D | 0 | 2C | 43 | 9 | 15 | 4D | 3D |
| Octal | 350 | 202 | 115 | 0 | 54 | 103 | 11 | 25 | 115 | 75 |
| Binary | 11101000 | 10000010 | 1001101 | 0 | 101100 | 1000011 | 1001 | 10101 | 1001101 | 111101 |
Color Harmonies of #E8824D
Complementary color
Monochromatic Colors of #E8824D
Black with #E8824D
Text Example
Text Example
White with #E8824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8824D; }
p { color: rgb(232,130,77); }
H1.HeaderClassName
{
color: #E8824D;
}
.AnyTagClassName
{
color: #E8824D;
}
</style>
background-color css
<style>
a { background-color: #E8824D; }
a { background-color: rgb(232,130,77); }
div.DivClassName
{
background-color: #E8824D;
}
.BgClassName
{
background-color: #E8824D;
}
</style>
border-color css
<style>
span { border-color: #E8824D; }
span { border-color: rgb(232,130,77); }
td.TdClassName
{
border-color: #E8824D;
}
.TagClassName
{
border-color: #E8824D;
}
</style>