Shades of Flamenco #E5824D
Tints of Flamenco #E5824D
RGB
CMYK
RGB Variations
Color information
#E5824D (or 0xE5824D) is known color: Flamenco. HEX triplet: E5, 82 and 4D. RGB value is (229,130,77). Sum of RGB (Red+Green+Blue) = 229+130+77=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 77 (30.47% from 255 or 17.66% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E5824D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5824D is #1A7DB2. Grayscale: #999999. Windows color (decimal): -1736115 or 5079781. OLE color: 5079781.
HSL color Cylindrical-coordinate representation of color #E5824D: hue angle of 20.92º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E5824D is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 130 | 77 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.10 |
| HSL | 20.92º | 0.75% | 0.6% | - |
| HSV(B) | 20.92º | 0.66% | 0.9% | - |
| XYZ | 41.64 | 33.16 | 11.23 | - |
| YUV | 153.56 | 84.8 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 130 | 77 | 0 | 0.43 | 0.66 | 0.10 | 20.92 | 0.75 | 0.6 |
| Hex | E5 | 82 | 4D | 0 | 2B | 42 | A | 15 | 4B | 3C |
| Octal | 345 | 202 | 115 | 0 | 53 | 102 | 12 | 25 | 113 | 74 |
| Binary | 11100101 | 10000010 | 1001101 | 0 | 101011 | 1000010 | 1010 | 10101 | 1001011 | 111100 |
Color Harmonies of #E5824D
Complementary color
Monochromatic Colors of #E5824D
Black with #E5824D
Text Example
Text Example
White with #E5824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5824D; }
p { color: rgb(229,130,77); }
H1.HeaderClassName
{
color: #E5824D;
}
.AnyTagClassName
{
color: #E5824D;
}
</style>
background-color css
<style>
a { background-color: #E5824D; }
a { background-color: rgb(229,130,77); }
div.DivClassName
{
background-color: #E5824D;
}
.BgClassName
{
background-color: #E5824D;
}
</style>
border-color css
<style>
span { border-color: #E5824D; }
span { border-color: rgb(229,130,77); }
td.TdClassName
{
border-color: #E5824D;
}
.TagClassName
{
border-color: #E5824D;
}
</style>