Shades of Flamenco #E28C50
Tints of Flamenco #E28C50
RGB
CMYK
RGB Variations
Color information
#E28C50 (or 0xE28C50) is known color: Flamenco. HEX triplet: E2, 8C and 50. RGB value is (226,140,80). Sum of RGB (Red+Green+Blue) = 226+140+80=446 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.67% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 80 (31.64% from 255 or 17.94% from 446); Max value from RGB is 226 - color contains mainly: red. Hex color #E28C50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28C50 is #1D73AF. Grayscale: #9F9F9F. Windows color (decimal): -1930160 or 5278946. OLE color: 5278946.
HSL color Cylindrical-coordinate representation of color #E28C50: hue angle of 24.66º 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 #E28C50 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 140 | 80 | - |
| CMYK | 0 | 0.38 | 0.65 | 0.11 |
| HSL | 24.66º | 0.72% | 0.6% | - |
| HSV(B) | 24.66º | 0.65% | 0.89% | - |
| XYZ | 42.19 | 35.5 | 12.22 | - |
| YUV | 158.87 | 83.49 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 140 | 80 | 0 | 0.38 | 0.65 | 0.11 | 24.66 | 0.72 | 0.6 |
| Hex | E2 | 8C | 50 | 0 | 26 | 41 | B | 19 | 48 | 3C |
| Octal | 342 | 214 | 120 | 0 | 46 | 101 | 13 | 31 | 110 | 74 |
| Binary | 11100010 | 10001100 | 1010000 | 0 | 100110 | 1000001 | 1011 | 11001 | 1001000 | 111100 |
Color Harmonies of #E28C50
Complementary color
Monochromatic Colors of #E28C50
Black with #E28C50
Text Example
Text Example
White with #E28C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28C50; }
p { color: rgb(226,140,80); }
H1.HeaderClassName
{
color: #E28C50;
}
.AnyTagClassName
{
color: #E28C50;
}
</style>
background-color css
<style>
a { background-color: #E28C50; }
a { background-color: rgb(226,140,80); }
div.DivClassName
{
background-color: #E28C50;
}
.BgClassName
{
background-color: #E28C50;
}
</style>
border-color css
<style>
span { border-color: #E28C50; }
span { border-color: rgb(226,140,80); }
td.TdClassName
{
border-color: #E28C50;
}
.TagClassName
{
border-color: #E28C50;
}
</style>