Shades of Flamenco #E28552
Tints of Flamenco #E28552
RGB
CMYK
RGB Variations
Color information
#E28552 (or 0xE28552) is known color: Flamenco. HEX triplet: E2, 85 and 52. RGB value is (226,133,82). Sum of RGB (Red+Green+Blue) = 226+133+82=441 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.25% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 82 (32.42% from 255 or 18.59% from 441); Max value from RGB is 226 - color contains mainly: red. Hex color #E28552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28552 is #1D7AAD. Grayscale: #9B9B9B. Windows color (decimal): -1931950 or 5408226. OLE color: 5408226.
HSL color Cylindrical-coordinate representation of color #E28552: hue angle of 21.25º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E28552 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 133 | 82 | - |
| CMYK | 0 | 0.41 | 0.64 | 0.11 |
| HSL | 21.25º | 0.71% | 0.6% | - |
| HSV(B) | 21.25º | 0.64% | 0.89% | - |
| XYZ | 41.27 | 33.55 | 12.28 | - |
| YUV | 154.99 | 86.81 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 133 | 82 | 0 | 0.41 | 0.64 | 0.11 | 21.25 | 0.71 | 0.6 |
| Hex | E2 | 85 | 52 | 0 | 29 | 40 | B | 15 | 47 | 3C |
| Octal | 342 | 205 | 122 | 0 | 51 | 100 | 13 | 25 | 107 | 74 |
| Binary | 11100010 | 10000101 | 1010010 | 0 | 101001 | 1000000 | 1011 | 10101 | 1000111 | 111100 |
Color Harmonies of #E28552
Complementary color
Monochromatic Colors of #E28552
Black with #E28552
Text Example
Text Example
White with #E28552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28552; }
p { color: rgb(226,133,82); }
H1.HeaderClassName
{
color: #E28552;
}
.AnyTagClassName
{
color: #E28552;
}
</style>
background-color css
<style>
a { background-color: #E28552; }
a { background-color: rgb(226,133,82); }
div.DivClassName
{
background-color: #E28552;
}
.BgClassName
{
background-color: #E28552;
}
</style>
border-color css
<style>
span { border-color: #E28552; }
span { border-color: rgb(226,133,82); }
td.TdClassName
{
border-color: #E28552;
}
.TagClassName
{
border-color: #E28552;
}
</style>