Shades of Flamenco #E4854E
Tints of Flamenco #E4854E
RGB
CMYK
RGB Variations
Color information
#E4854E (or 0xE4854E) is known color: Flamenco. HEX triplet: E4, 85 and 4E. RGB value is (228,133,78). Sum of RGB (Red+Green+Blue) = 228+133+78=439 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.94% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 78 (30.86% from 255 or 17.77% from 439); Max value from RGB is 228 - color contains mainly: red. Hex color #E4854E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4854E is #1B7AB1. Grayscale: #9B9B9B. Windows color (decimal): -1800882 or 5146084. OLE color: 5146084.
HSL color Cylindrical-coordinate representation of color #E4854E: hue angle of 22º 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 #E4854E is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 133 | 78 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.11 |
| HSL | 22º | 0.74% | 0.6% | - |
| HSV(B) | 22º | 0.66% | 0.89% | - |
| XYZ | 41.76 | 33.82 | 11.53 | - |
| YUV | 155.14 | 84.47 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 133 | 78 | 0 | 0.42 | 0.66 | 0.11 | 22 | 0.74 | 0.6 |
| Hex | E4 | 85 | 4E | 0 | 2A | 42 | B | 16 | 4A | 3C |
| Octal | 344 | 205 | 116 | 0 | 52 | 102 | 13 | 26 | 112 | 74 |
| Binary | 11100100 | 10000101 | 1001110 | 0 | 101010 | 1000010 | 1011 | 10110 | 1001010 | 111100 |
Color Harmonies of #E4854E
Complementary color
Monochromatic Colors of #E4854E
Black with #E4854E
Text Example
Text Example
White with #E4854E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4854E; }
p { color: rgb(228,133,78); }
H1.HeaderClassName
{
color: #E4854E;
}
.AnyTagClassName
{
color: #E4854E;
}
</style>
background-color css
<style>
a { background-color: #E4854E; }
a { background-color: rgb(228,133,78); }
div.DivClassName
{
background-color: #E4854E;
}
.BgClassName
{
background-color: #E4854E;
}
</style>
border-color css
<style>
span { border-color: #E4854E; }
span { border-color: rgb(228,133,78); }
td.TdClassName
{
border-color: #E4854E;
}
.TagClassName
{
border-color: #E4854E;
}
</style>