Shades of Flamenco #E28E4E
Tints of Flamenco #E28E4E
RGB
CMYK
RGB Variations
Color information
#E28E4E (or 0xE28E4E) is known color: Flamenco. HEX triplet: E2, 8E and 4E. RGB value is (226,142,78). Sum of RGB (Red+Green+Blue) = 226+142+78=446 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.67% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 78 (30.86% from 255 or 17.49% from 446); Max value from RGB is 226 - color contains mainly: red. Hex color #E28E4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28E4E is #1D71B1. Grayscale: #A0A0A0. Windows color (decimal): -1929650 or 5148386. OLE color: 5148386.
HSL color Cylindrical-coordinate representation of color #E28E4E: hue angle of 25.95º 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 #E28E4E is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 142 | 78 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.11 |
| HSL | 25.95º | 0.72% | 0.6% | - |
| HSV(B) | 25.95º | 0.65% | 0.89% | - |
| XYZ | 42.41 | 36.06 | 11.93 | - |
| YUV | 159.82 | 81.83 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 142 | 78 | 0 | 0.37 | 0.65 | 0.11 | 25.95 | 0.72 | 0.6 |
| Hex | E2 | 8E | 4E | 0 | 25 | 41 | B | 1A | 48 | 3C |
| Octal | 342 | 216 | 116 | 0 | 45 | 101 | 13 | 32 | 110 | 74 |
| Binary | 11100010 | 10001110 | 1001110 | 0 | 100101 | 1000001 | 1011 | 11010 | 1001000 | 111100 |
Color Harmonies of #E28E4E
Complementary color
Monochromatic Colors of #E28E4E
Black with #E28E4E
Text Example
Text Example
White with #E28E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28E4E; }
p { color: rgb(226,142,78); }
H1.HeaderClassName
{
color: #E28E4E;
}
.AnyTagClassName
{
color: #E28E4E;
}
</style>
background-color css
<style>
a { background-color: #E28E4E; }
a { background-color: rgb(226,142,78); }
div.DivClassName
{
background-color: #E28E4E;
}
.BgClassName
{
background-color: #E28E4E;
}
</style>
border-color css
<style>
span { border-color: #E28E4E; }
span { border-color: rgb(226,142,78); }
td.TdClassName
{
border-color: #E28E4E;
}
.TagClassName
{
border-color: #E28E4E;
}
</style>