Shades of Flamenco #E5844A
Tints of Flamenco #E5844A
RGB
CMYK
RGB Variations
Color information
#E5844A (or 0xE5844A) is known color: Flamenco. HEX triplet: E5, 84 and 4A. RGB value is (229,132,74). Sum of RGB (Red+Green+Blue) = 229+132+74=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 74 (29.30% from 255 or 17.01% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E5844A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5844A is #1A7BB5. Grayscale: #9A9A9A. Windows color (decimal): -1735606 or 4883685. OLE color: 4883685.
HSL color Cylindrical-coordinate representation of color #E5844A: hue angle of 22.45º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E5844A is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 132 | 74 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.10 |
| HSL | 22.45º | 0.75% | 0.59% | - |
| HSV(B) | 22.45º | 0.68% | 0.9% | - |
| XYZ | 41.8 | 33.65 | 10.77 | - |
| YUV | 154.39 | 82.64 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 132 | 74 | 0 | 0.42 | 0.68 | 0.10 | 22.45 | 0.75 | 0.59 |
| Hex | E5 | 84 | 4A | 0 | 2A | 44 | A | 16 | 4B | 3B |
| Octal | 345 | 204 | 112 | 0 | 52 | 104 | 12 | 26 | 113 | 73 |
| Binary | 11100101 | 10000100 | 1001010 | 0 | 101010 | 1000100 | 1010 | 10110 | 1001011 | 111011 |
Color Harmonies of #E5844A
Complementary color
Monochromatic Colors of #E5844A
Black with #E5844A
Text Example
Text Example
White with #E5844A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5844A; }
p { color: rgb(229,132,74); }
H1.HeaderClassName
{
color: #E5844A;
}
.AnyTagClassName
{
color: #E5844A;
}
</style>
background-color css
<style>
a { background-color: #E5844A; }
a { background-color: rgb(229,132,74); }
div.DivClassName
{
background-color: #E5844A;
}
.BgClassName
{
background-color: #E5844A;
}
</style>
border-color css
<style>
span { border-color: #E5844A; }
span { border-color: rgb(229,132,74); }
td.TdClassName
{
border-color: #E5844A;
}
.TagClassName
{
border-color: #E5844A;
}
</style>