Shades of Flamenco #E28C4D
Tints of Flamenco #E28C4D
RGB
CMYK
RGB Variations
Color information
#E28C4D (or 0xE28C4D) is known color: Flamenco. HEX triplet: E2, 8C and 4D. RGB value is (226,140,77). Sum of RGB (Red+Green+Blue) = 226+140+77=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 77 (30.47% from 255 or 17.38% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E28C4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28C4D is #1D73B2. Grayscale: #9E9E9E. Windows color (decimal): -1930163 or 5082338. OLE color: 5082338.
HSL color Cylindrical-coordinate representation of color #E28C4D: hue angle of 25.37º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E28C4D is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 140 | 77 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.11 |
| HSL | 25.37º | 0.72% | 0.59% | - |
| HSV(B) | 25.37º | 0.66% | 0.89% | - |
| XYZ | 42.08 | 35.46 | 11.65 | - |
| YUV | 158.53 | 81.99 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 140 | 77 | 0 | 0.38 | 0.66 | 0.11 | 25.37 | 0.72 | 0.59 |
| Hex | E2 | 8C | 4D | 0 | 26 | 42 | B | 19 | 48 | 3B |
| Octal | 342 | 214 | 115 | 0 | 46 | 102 | 13 | 31 | 110 | 73 |
| Binary | 11100010 | 10001100 | 1001101 | 0 | 100110 | 1000010 | 1011 | 11001 | 1001000 | 111011 |
Color Harmonies of #E28C4D
Complementary color
Monochromatic Colors of #E28C4D
Black with #E28C4D
Text Example
Text Example
White with #E28C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28C4D; }
p { color: rgb(226,140,77); }
H1.HeaderClassName
{
color: #E28C4D;
}
.AnyTagClassName
{
color: #E28C4D;
}
</style>
background-color css
<style>
a { background-color: #E28C4D; }
a { background-color: rgb(226,140,77); }
div.DivClassName
{
background-color: #E28C4D;
}
.BgClassName
{
background-color: #E28C4D;
}
</style>
border-color css
<style>
span { border-color: #E28C4D; }
span { border-color: rgb(226,140,77); }
td.TdClassName
{
border-color: #E28C4D;
}
.TagClassName
{
border-color: #E28C4D;
}
</style>