Shades of Flamenco #E2854E
Tints of Flamenco #E2854E
RGB
CMYK
RGB Variations
Color information
#E2854E (or 0xE2854E) is known color: Flamenco. HEX triplet: E2, 85 and 4E. RGB value is (226,133,78). Sum of RGB (Red+Green+Blue) = 226+133+78=437 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.72% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 78 (30.86% from 255 or 17.85% from 437); Max value from RGB is 226 - color contains mainly: red. Hex color #E2854E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2854E is #1D7AB1. Grayscale: #9A9A9A. Windows color (decimal): -1931954 or 5146082. OLE color: 5146082.
HSL color Cylindrical-coordinate representation of color #E2854E: hue angle of 22.3º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E2854E is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 133 | 78 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.11 |
| HSL | 22.3º | 0.72% | 0.6% | - |
| HSV(B) | 22.3º | 0.65% | 0.89% | - |
| XYZ | 41.13 | 33.49 | 11.51 | - |
| YUV | 154.54 | 84.81 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 133 | 78 | 0 | 0.41 | 0.65 | 0.11 | 22.3 | 0.72 | 0.6 |
| Hex | E2 | 85 | 4E | 0 | 29 | 41 | B | 16 | 48 | 3C |
| Octal | 342 | 205 | 116 | 0 | 51 | 101 | 13 | 26 | 110 | 74 |
| Binary | 11100010 | 10000101 | 1001110 | 0 | 101001 | 1000001 | 1011 | 10110 | 1001000 | 111100 |
Color Harmonies of #E2854E
Complementary color
Monochromatic Colors of #E2854E
Black with #E2854E
Text Example
Text Example
White with #E2854E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2854E; }
p { color: rgb(226,133,78); }
H1.HeaderClassName
{
color: #E2854E;
}
.AnyTagClassName
{
color: #E2854E;
}
</style>
background-color css
<style>
a { background-color: #E2854E; }
a { background-color: rgb(226,133,78); }
div.DivClassName
{
background-color: #E2854E;
}
.BgClassName
{
background-color: #E2854E;
}
</style>
border-color css
<style>
span { border-color: #E2854E; }
span { border-color: rgb(226,133,78); }
td.TdClassName
{
border-color: #E2854E;
}
.TagClassName
{
border-color: #E2854E;
}
</style>