Shades of Flamenco #E28445
Tints of Flamenco #E28445
RGB
CMYK
RGB Variations
Color information
#E28445 (or 0xE28445) is known color: Flamenco. HEX triplet: E2, 84 and 45. RGB value is (226,132,69). Sum of RGB (Red+Green+Blue) = 226+132+69=427 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.93% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 69 (27.34% from 255 or 16.16% from 427); Max value from RGB is 226 - color contains mainly: red. Hex color #E28445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E28445 is #1D7BBA. Grayscale: #999999. Windows color (decimal): -1932219 or 4556002. OLE color: 4556002.
HSL color Cylindrical-coordinate representation of color #E28445: hue angle of 24.08º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E28445 is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 132 | 69 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.11 |
| HSL | 24.08º | 0.73% | 0.58% | - |
| HSV(B) | 24.08º | 0.69% | 0.89% | - |
| XYZ | 40.69 | 33.1 | 9.87 | - |
| YUV | 152.92 | 80.64 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 132 | 69 | 0 | 0.42 | 0.69 | 0.11 | 24.08 | 0.73 | 0.58 |
| Hex | E2 | 84 | 45 | 0 | 2A | 45 | B | 18 | 49 | 3A |
| Octal | 342 | 204 | 105 | 0 | 52 | 105 | 13 | 30 | 111 | 72 |
| Binary | 11100010 | 10000100 | 1000101 | 0 | 101010 | 1000101 | 1011 | 11000 | 1001001 | 111010 |
Color Harmonies of #E28445
Complementary color
Monochromatic Colors of #E28445
Black with #E28445
Text Example
Text Example
White with #E28445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28445; }
p { color: rgb(226,132,69); }
H1.HeaderClassName
{
color: #E28445;
}
.AnyTagClassName
{
color: #E28445;
}
</style>
background-color css
<style>
a { background-color: #E28445; }
a { background-color: rgb(226,132,69); }
div.DivClassName
{
background-color: #E28445;
}
.BgClassName
{
background-color: #E28445;
}
</style>
border-color css
<style>
span { border-color: #E28445; }
span { border-color: rgb(226,132,69); }
td.TdClassName
{
border-color: #E28445;
}
.TagClassName
{
border-color: #E28445;
}
</style>