Shades of Flamenco #E58C48
Tints of Flamenco #E58C48
RGB
CMYK
RGB Variations
Color information
#E58C48 (or 0xE58C48) is known color: Flamenco. HEX triplet: E5, 8C and 48. RGB value is (229,140,72). Sum of RGB (Red+Green+Blue) = 229+140+72=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 72 (28.52% from 255 or 16.33% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E58C48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58C48 is #1A73B7. Grayscale: #9F9F9F. Windows color (decimal): -1733560 or 4754661. OLE color: 4754661.
HSL color Cylindrical-coordinate representation of color #E58C48: hue angle of 25.99º 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 #E58C48 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 140 | 72 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.10 |
| HSL | 25.99º | 0.75% | 0.59% | - |
| HSV(B) | 25.99º | 0.69% | 0.9% | - |
| XYZ | 42.86 | 35.88 | 10.8 | - |
| YUV | 158.86 | 78.99 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 140 | 72 | 0 | 0.39 | 0.69 | 0.10 | 25.99 | 0.75 | 0.59 |
| Hex | E5 | 8C | 48 | 0 | 27 | 45 | A | 1A | 4B | 3B |
| Octal | 345 | 214 | 110 | 0 | 47 | 105 | 12 | 32 | 113 | 73 |
| Binary | 11100101 | 10001100 | 1001000 | 0 | 100111 | 1000101 | 1010 | 11010 | 1001011 | 111011 |
Color Harmonies of #E58C48
Complementary color
Monochromatic Colors of #E58C48
Black with #E58C48
Text Example
Text Example
White with #E58C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58C48; }
p { color: rgb(229,140,72); }
H1.HeaderClassName
{
color: #E58C48;
}
.AnyTagClassName
{
color: #E58C48;
}
</style>
background-color css
<style>
a { background-color: #E58C48; }
a { background-color: rgb(229,140,72); }
div.DivClassName
{
background-color: #E58C48;
}
.BgClassName
{
background-color: #E58C48;
}
</style>
border-color css
<style>
span { border-color: #E58C48; }
span { border-color: rgb(229,140,72); }
td.TdClassName
{
border-color: #E58C48;
}
.TagClassName
{
border-color: #E58C48;
}
</style>