Shades of Flamenco #E28353
Tints of Flamenco #E28353
RGB
CMYK
RGB Variations
Color information
#E28353 (or 0xE28353) is known color: Flamenco. HEX triplet: E2, 83 and 53. RGB value is (226,131,83). Sum of RGB (Red+Green+Blue) = 226+131+83=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 83 (32.81% from 255 or 18.86% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E28353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28353 is #1D7CAC. Grayscale: #9A9A9A. Windows color (decimal): -1932461 or 5473250. OLE color: 5473250.
HSL color Cylindrical-coordinate representation of color #E28353: hue angle of 20.14º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E28353 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 131 | 83 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.11 |
| HSL | 20.14º | 0.71% | 0.61% | - |
| HSV(B) | 20.14º | 0.63% | 0.89% | - |
| XYZ | 41.04 | 33.03 | 12.4 | - |
| YUV | 153.93 | 87.97 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 131 | 83 | 0 | 0.42 | 0.63 | 0.11 | 20.14 | 0.71 | 0.61 |
| Hex | E2 | 83 | 53 | 0 | 2A | 3F | B | 14 | 47 | 3D |
| Octal | 342 | 203 | 123 | 0 | 52 | 77 | 13 | 24 | 107 | 75 |
| Binary | 11100010 | 10000011 | 1010011 | 0 | 101010 | 111111 | 1011 | 10100 | 1000111 | 111101 |
Color Harmonies of #E28353
Complementary color
Monochromatic Colors of #E28353
Black with #E28353
Text Example
Text Example
White with #E28353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28353; }
p { color: rgb(226,131,83); }
H1.HeaderClassName
{
color: #E28353;
}
.AnyTagClassName
{
color: #E28353;
}
</style>
background-color css
<style>
a { background-color: #E28353; }
a { background-color: rgb(226,131,83); }
div.DivClassName
{
background-color: #E28353;
}
.BgClassName
{
background-color: #E28353;
}
</style>
border-color css
<style>
span { border-color: #E28353; }
span { border-color: rgb(226,131,83); }
td.TdClassName
{
border-color: #E28353;
}
.TagClassName
{
border-color: #E28353;
}
</style>