Shades of Flamenco #E58246
Tints of Flamenco #E58246
RGB
CMYK
RGB Variations
Color information
#E58246 (or 0xE58246) is known color: Flamenco. HEX triplet: E5, 82 and 46. RGB value is (229,130,70). Sum of RGB (Red+Green+Blue) = 229+130+70=429 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.38% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 70 (27.73% from 255 or 16.32% from 429); Max value from RGB is 229 - color contains mainly: red. Hex color #E58246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58246 is #1A7DB9. Grayscale: #999999. Windows color (decimal): -1736122 or 4621029. OLE color: 4621029.
HSL color Cylindrical-coordinate representation of color #E58246: hue angle of 22.64º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E58246 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 130 | 70 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.10 |
| HSL | 22.64º | 0.75% | 0.59% | - |
| HSV(B) | 22.64º | 0.69% | 0.9% | - |
| XYZ | 41.4 | 33.07 | 9.99 | - |
| YUV | 152.76 | 81.3 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 130 | 70 | 0 | 0.43 | 0.69 | 0.10 | 22.64 | 0.75 | 0.59 |
| Hex | E5 | 82 | 46 | 0 | 2B | 45 | A | 17 | 4B | 3B |
| Octal | 345 | 202 | 106 | 0 | 53 | 105 | 12 | 27 | 113 | 73 |
| Binary | 11100101 | 10000010 | 1000110 | 0 | 101011 | 1000101 | 1010 | 10111 | 1001011 | 111011 |
Color Harmonies of #E58246
Complementary color
Monochromatic Colors of #E58246
Black with #E58246
Text Example
Text Example
White with #E58246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58246; }
p { color: rgb(229,130,70); }
H1.HeaderClassName
{
color: #E58246;
}
.AnyTagClassName
{
color: #E58246;
}
</style>
background-color css
<style>
a { background-color: #E58246; }
a { background-color: rgb(229,130,70); }
div.DivClassName
{
background-color: #E58246;
}
.BgClassName
{
background-color: #E58246;
}
</style>
border-color css
<style>
span { border-color: #E58246; }
span { border-color: rgb(229,130,70); }
td.TdClassName
{
border-color: #E58246;
}
.TagClassName
{
border-color: #E58246;
}
</style>