Shades of Flamenco #E28D4C
Tints of Flamenco #E28D4C
RGB
CMYK
RGB Variations
Color information
#E28D4C (or 0xE28D4C) is known color: Flamenco. HEX triplet: E2, 8D and 4C. RGB value is (226,141,76). Sum of RGB (Red+Green+Blue) = 226+141+76=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 76 (30.08% from 255 or 17.16% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E28D4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E28D4C is #1D72B3. Grayscale: #9F9F9F. Windows color (decimal): -1929908 or 5017058. OLE color: 5017058.
HSL color Cylindrical-coordinate representation of color #E28D4C: hue angle of 26º 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 #E28D4C is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 141 | 76 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.11 |
| HSL | 26º | 0.72% | 0.59% | - |
| HSV(B) | 26º | 0.66% | 0.89% | - |
| XYZ | 42.19 | 35.74 | 11.51 | - |
| YUV | 159.01 | 81.16 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 141 | 76 | 0 | 0.38 | 0.66 | 0.11 | 26 | 0.72 | 0.59 |
| Hex | E2 | 8D | 4C | 0 | 26 | 42 | B | 1A | 48 | 3B |
| Octal | 342 | 215 | 114 | 0 | 46 | 102 | 13 | 32 | 110 | 73 |
| Binary | 11100010 | 10001101 | 1001100 | 0 | 100110 | 1000010 | 1011 | 11010 | 1001000 | 111011 |
Color Harmonies of #E28D4C
Complementary color
Monochromatic Colors of #E28D4C
Black with #E28D4C
Text Example
Text Example
White with #E28D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28D4C; }
p { color: rgb(226,141,76); }
H1.HeaderClassName
{
color: #E28D4C;
}
.AnyTagClassName
{
color: #E28D4C;
}
</style>
background-color css
<style>
a { background-color: #E28D4C; }
a { background-color: rgb(226,141,76); }
div.DivClassName
{
background-color: #E28D4C;
}
.BgClassName
{
background-color: #E28D4C;
}
</style>
border-color css
<style>
span { border-color: #E28D4C; }
span { border-color: rgb(226,141,76); }
td.TdClassName
{
border-color: #E28D4C;
}
.TagClassName
{
border-color: #E28D4C;
}
</style>