Shades of Flamenco #E4844E
Tints of Flamenco #E4844E
RGB
CMYK
RGB Variations
Color information
#E4844E (or 0xE4844E) is known color: Flamenco. HEX triplet: E4, 84 and 4E. RGB value is (228,132,78). Sum of RGB (Red+Green+Blue) = 228+132+78=438 (58% of max value = 765). Red value is 228 (89.45% from 255 or 52.05% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 78 (30.86% from 255 or 17.81% from 438); Max value from RGB is 228 - color contains mainly: red. Hex color #E4844E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4844E is #1B7BB1. Grayscale: #9A9A9A. Windows color (decimal): -1801138 or 5145828. OLE color: 5145828.
HSL color Cylindrical-coordinate representation of color #E4844E: hue angle of 21.6º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E4844E is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 132 | 78 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.11 |
| HSL | 21.6º | 0.74% | 0.6% | - |
| HSV(B) | 21.6º | 0.66% | 0.89% | - |
| XYZ | 41.62 | 33.55 | 11.49 | - |
| YUV | 154.55 | 84.8 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 132 | 78 | 0 | 0.42 | 0.66 | 0.11 | 21.6 | 0.74 | 0.6 |
| Hex | E4 | 84 | 4E | 0 | 2A | 42 | B | 16 | 4A | 3C |
| Octal | 344 | 204 | 116 | 0 | 52 | 102 | 13 | 26 | 112 | 74 |
| Binary | 11100100 | 10000100 | 1001110 | 0 | 101010 | 1000010 | 1011 | 10110 | 1001010 | 111100 |
Color Harmonies of #E4844E
Complementary color
Monochromatic Colors of #E4844E
Black with #E4844E
Text Example
Text Example
White with #E4844E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4844E; }
p { color: rgb(228,132,78); }
H1.HeaderClassName
{
color: #E4844E;
}
.AnyTagClassName
{
color: #E4844E;
}
</style>
background-color css
<style>
a { background-color: #E4844E; }
a { background-color: rgb(228,132,78); }
div.DivClassName
{
background-color: #E4844E;
}
.BgClassName
{
background-color: #E4844E;
}
</style>
border-color css
<style>
span { border-color: #E4844E; }
span { border-color: rgb(228,132,78); }
td.TdClassName
{
border-color: #E4844E;
}
.TagClassName
{
border-color: #E4844E;
}
</style>