Shades of Flamenco #E5824C
Tints of Flamenco #E5824C
RGB
CMYK
RGB Variations
Color information
#E5824C (or 0xE5824C) is known color: Flamenco. HEX triplet: E5, 82 and 4C. RGB value is (229,130,76). Sum of RGB (Red+Green+Blue) = 229+130+76=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 76 (30.08% from 255 or 17.47% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E5824C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5824C is #1A7DB3. Grayscale: #999999. Windows color (decimal): -1736116 or 5014245. OLE color: 5014245.
HSL color Cylindrical-coordinate representation of color #E5824C: hue angle of 21.18º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E5824C is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 130 | 76 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.10 |
| HSL | 21.18º | 0.75% | 0.6% | - |
| HSV(B) | 21.18º | 0.67% | 0.9% | - |
| XYZ | 41.6 | 33.15 | 11.04 | - |
| YUV | 153.45 | 84.3 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 130 | 76 | 0 | 0.43 | 0.67 | 0.10 | 21.18 | 0.75 | 0.6 |
| Hex | E5 | 82 | 4C | 0 | 2B | 43 | A | 15 | 4B | 3C |
| Octal | 345 | 202 | 114 | 0 | 53 | 103 | 12 | 25 | 113 | 74 |
| Binary | 11100101 | 10000010 | 1001100 | 0 | 101011 | 1000011 | 1010 | 10101 | 1001011 | 111100 |
Color Harmonies of #E5824C
Complementary color
Monochromatic Colors of #E5824C
Black with #E5824C
Text Example
Text Example
White with #E5824C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5824C; }
p { color: rgb(229,130,76); }
H1.HeaderClassName
{
color: #E5824C;
}
.AnyTagClassName
{
color: #E5824C;
}
</style>
background-color css
<style>
a { background-color: #E5824C; }
a { background-color: rgb(229,130,76); }
div.DivClassName
{
background-color: #E5824C;
}
.BgClassName
{
background-color: #E5824C;
}
</style>
border-color css
<style>
span { border-color: #E5824C; }
span { border-color: rgb(229,130,76); }
td.TdClassName
{
border-color: #E5824C;
}
.TagClassName
{
border-color: #E5824C;
}
</style>