Shades of Flamenco #E5844B
Tints of Flamenco #E5844B
RGB
CMYK
RGB Variations
Color information
#E5844B (or 0xE5844B) is known color: Flamenco. HEX triplet: E5, 84 and 4B. RGB value is (229,132,75). Sum of RGB (Red+Green+Blue) = 229+132+75=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 75 (29.69% from 255 or 17.20% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E5844B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5844B is #1A7BB4. Grayscale: #9A9A9A. Windows color (decimal): -1735605 or 4949221. OLE color: 4949221.
HSL color Cylindrical-coordinate representation of color #E5844B: hue angle of 22.21º 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 #E5844B is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 132 | 75 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.10 |
| HSL | 22.21º | 0.75% | 0.6% | - |
| HSV(B) | 22.21º | 0.67% | 0.9% | - |
| XYZ | 41.83 | 33.67 | 10.95 | - |
| YUV | 154.51 | 83.14 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 132 | 75 | 0 | 0.42 | 0.67 | 0.10 | 22.21 | 0.75 | 0.6 |
| Hex | E5 | 84 | 4B | 0 | 2A | 43 | A | 16 | 4B | 3C |
| Octal | 345 | 204 | 113 | 0 | 52 | 103 | 12 | 26 | 113 | 74 |
| Binary | 11100101 | 10000100 | 1001011 | 0 | 101010 | 1000011 | 1010 | 10110 | 1001011 | 111100 |
Color Harmonies of #E5844B
Complementary color
Monochromatic Colors of #E5844B
Black with #E5844B
Text Example
Text Example
White with #E5844B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5844B; }
p { color: rgb(229,132,75); }
H1.HeaderClassName
{
color: #E5844B;
}
.AnyTagClassName
{
color: #E5844B;
}
</style>
background-color css
<style>
a { background-color: #E5844B; }
a { background-color: rgb(229,132,75); }
div.DivClassName
{
background-color: #E5844B;
}
.BgClassName
{
background-color: #E5844B;
}
</style>
border-color css
<style>
span { border-color: #E5844B; }
span { border-color: rgb(229,132,75); }
td.TdClassName
{
border-color: #E5844B;
}
.TagClassName
{
border-color: #E5844B;
}
</style>