Shades of Flamenco #E58B45
Tints of Flamenco #E58B45
RGB
CMYK
RGB Variations
Color information
#E58B45 (or 0xE58B45) is known color: Flamenco. HEX triplet: E5, 8B and 45. RGB value is (229,139,69). Sum of RGB (Red+Green+Blue) = 229+139+69=437 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.40% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 69 (27.34% from 255 or 15.79% from 437); Max value from RGB is 229 - color contains mainly: red. Hex color #E58B45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58B45 is #1A74BA. Grayscale: #9E9E9E. Windows color (decimal): -1733819 or 4557797. OLE color: 4557797.
HSL color Cylindrical-coordinate representation of color #E58B45: hue angle of 26.25º degrees, saturation: 0.75, 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 #E58B45 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 139 | 69 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.10 |
| HSL | 26.25º | 0.75% | 0.58% | - |
| HSV(B) | 26.25º | 0.7% | 0.9% | - |
| XYZ | 42.62 | 35.55 | 10.25 | - |
| YUV | 157.93 | 77.82 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 139 | 69 | 0 | 0.39 | 0.70 | 0.10 | 26.25 | 0.75 | 0.58 |
| Hex | E5 | 8B | 45 | 0 | 27 | 46 | A | 1A | 4B | 3A |
| Octal | 345 | 213 | 105 | 0 | 47 | 106 | 12 | 32 | 113 | 72 |
| Binary | 11100101 | 10001011 | 1000101 | 0 | 100111 | 1000110 | 1010 | 11010 | 1001011 | 111010 |
Color Harmonies of #E58B45
Complementary color
Monochromatic Colors of #E58B45
Black with #E58B45
Text Example
Text Example
White with #E58B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58B45; }
p { color: rgb(229,139,69); }
H1.HeaderClassName
{
color: #E58B45;
}
.AnyTagClassName
{
color: #E58B45;
}
</style>
background-color css
<style>
a { background-color: #E58B45; }
a { background-color: rgb(229,139,69); }
div.DivClassName
{
background-color: #E58B45;
}
.BgClassName
{
background-color: #E58B45;
}
</style>
border-color css
<style>
span { border-color: #E58B45; }
span { border-color: rgb(229,139,69); }
td.TdClassName
{
border-color: #E58B45;
}
.TagClassName
{
border-color: #E58B45;
}
</style>