Shades of Flamenco #E58244
Tints of Flamenco #E58244
RGB
CMYK
RGB Variations
Color information
#E58244 (or 0xE58244) is known color: Flamenco. HEX triplet: E5, 82 and 44. RGB value is (229,130,68). Sum of RGB (Red+Green+Blue) = 229+130+68=427 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.63% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 68 (26.95% from 255 or 15.93% from 427); Max value from RGB is 229 - color contains mainly: red. Hex color #E58244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58244 is #1A7DBB. Grayscale: #989898. Windows color (decimal): -1736124 or 4489957. OLE color: 4489957.
HSL color Cylindrical-coordinate representation of color #E58244: hue angle of 23.11º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E58244 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 130 | 68 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.10 |
| HSL | 23.11º | 0.76% | 0.58% | - |
| HSV(B) | 23.11º | 0.7% | 0.9% | - |
| XYZ | 41.34 | 33.04 | 9.67 | - |
| YUV | 152.53 | 80.3 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 130 | 68 | 0 | 0.43 | 0.70 | 0.10 | 23.11 | 0.76 | 0.58 |
| Hex | E5 | 82 | 44 | 0 | 2B | 46 | A | 17 | 4C | 3A |
| Octal | 345 | 202 | 104 | 0 | 53 | 106 | 12 | 27 | 114 | 72 |
| Binary | 11100101 | 10000010 | 1000100 | 0 | 101011 | 1000110 | 1010 | 10111 | 1001100 | 111010 |
Color Harmonies of #E58244
Complementary color
Monochromatic Colors of #E58244
Black with #E58244
Text Example
Text Example
White with #E58244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58244; }
p { color: rgb(229,130,68); }
H1.HeaderClassName
{
color: #E58244;
}
.AnyTagClassName
{
color: #E58244;
}
</style>
background-color css
<style>
a { background-color: #E58244; }
a { background-color: rgb(229,130,68); }
div.DivClassName
{
background-color: #E58244;
}
.BgClassName
{
background-color: #E58244;
}
</style>
border-color css
<style>
span { border-color: #E58244; }
span { border-color: rgb(229,130,68); }
td.TdClassName
{
border-color: #E58244;
}
.TagClassName
{
border-color: #E58244;
}
</style>