Shades of Flamenco #E28A49
Tints of Flamenco #E28A49
RGB
CMYK
RGB Variations
Color information
#E28A49 (or 0xE28A49) is known color: Flamenco. HEX triplet: E2, 8A and 49. RGB value is (226,138,73). Sum of RGB (Red+Green+Blue) = 226+138+73=437 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.72% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 73 (28.91% from 255 or 16.70% from 437); Max value from RGB is 226 - color contains mainly: red. Hex color #E28A49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E28A49 is #1D75B6. Grayscale: #9D9D9D. Windows color (decimal): -1930679 or 4819682. OLE color: 4819682.
HSL color Cylindrical-coordinate representation of color #E28A49: hue angle of 25.49º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E28A49 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 138 | 73 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.11 |
| HSL | 25.49º | 0.73% | 0.59% | - |
| HSV(B) | 25.49º | 0.68% | 0.89% | - |
| XYZ | 41.66 | 34.83 | 10.83 | - |
| YUV | 156.9 | 80.65 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 138 | 73 | 0 | 0.39 | 0.68 | 0.11 | 25.49 | 0.73 | 0.59 |
| Hex | E2 | 8A | 49 | 0 | 27 | 44 | B | 19 | 49 | 3B |
| Octal | 342 | 212 | 111 | 0 | 47 | 104 | 13 | 31 | 111 | 73 |
| Binary | 11100010 | 10001010 | 1001001 | 0 | 100111 | 1000100 | 1011 | 11001 | 1001001 | 111011 |
Color Harmonies of #E28A49
Complementary color
Monochromatic Colors of #E28A49
Black with #E28A49
Text Example
Text Example
White with #E28A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28A49; }
p { color: rgb(226,138,73); }
H1.HeaderClassName
{
color: #E28A49;
}
.AnyTagClassName
{
color: #E28A49;
}
</style>
background-color css
<style>
a { background-color: #E28A49; }
a { background-color: rgb(226,138,73); }
div.DivClassName
{
background-color: #E28A49;
}
.BgClassName
{
background-color: #E28A49;
}
</style>
border-color css
<style>
span { border-color: #E28A49; }
span { border-color: rgb(226,138,73); }
td.TdClassName
{
border-color: #E28A49;
}
.TagClassName
{
border-color: #E28A49;
}
</style>