Shades of Flamenco #E28E4B
Tints of Flamenco #E28E4B
RGB
CMYK
RGB Variations
Color information
#E28E4B (or 0xE28E4B) is known color: Flamenco. HEX triplet: E2, 8E and 4B. RGB value is (226,142,75). Sum of RGB (Red+Green+Blue) = 226+142+75=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 75 (29.69% from 255 or 16.93% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E28E4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E28E4B is #1D71B4. Grayscale: #9F9F9F. Windows color (decimal): -1929653 or 4951778. OLE color: 4951778.
HSL color Cylindrical-coordinate representation of color #E28E4B: hue angle of 26.62º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E28E4B is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 142 | 75 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.11 |
| HSL | 26.62º | 0.72% | 0.59% | - |
| HSV(B) | 26.62º | 0.67% | 0.89% | - |
| XYZ | 42.31 | 36.02 | 11.38 | - |
| YUV | 159.48 | 80.33 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 142 | 75 | 0 | 0.37 | 0.67 | 0.11 | 26.62 | 0.72 | 0.59 |
| Hex | E2 | 8E | 4B | 0 | 25 | 43 | B | 1B | 48 | 3B |
| Octal | 342 | 216 | 113 | 0 | 45 | 103 | 13 | 33 | 110 | 73 |
| Binary | 11100010 | 10001110 | 1001011 | 0 | 100101 | 1000011 | 1011 | 11011 | 1001000 | 111011 |
Color Harmonies of #E28E4B
Complementary color
Monochromatic Colors of #E28E4B
Black with #E28E4B
Text Example
Text Example
White with #E28E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28E4B; }
p { color: rgb(226,142,75); }
H1.HeaderClassName
{
color: #E28E4B;
}
.AnyTagClassName
{
color: #E28E4B;
}
</style>
background-color css
<style>
a { background-color: #E28E4B; }
a { background-color: rgb(226,142,75); }
div.DivClassName
{
background-color: #E28E4B;
}
.BgClassName
{
background-color: #E28E4B;
}
</style>
border-color css
<style>
span { border-color: #E28E4B; }
span { border-color: rgb(226,142,75); }
td.TdClassName
{
border-color: #E28E4B;
}
.TagClassName
{
border-color: #E28E4B;
}
</style>