Shades of Flamenco #E38548
Tints of Flamenco #E38548
RGB
CMYK
RGB Variations
Color information
#E38548 (or 0xE38548) is known color: Flamenco. HEX triplet: E3, 85 and 48. RGB value is (227,133,72). Sum of RGB (Red+Green+Blue) = 227+133+72=432 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.55% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 72 (28.52% from 255 or 16.67% from 432); Max value from RGB is 227 - color contains mainly: red. Hex color #E38548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38548 is #1C7AB7. Grayscale: #9A9A9A. Windows color (decimal): -1866424 or 4752867. OLE color: 4752867.
HSL color Cylindrical-coordinate representation of color #E38548: hue angle of 23.61º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E38548 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 133 | 72 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.11 |
| HSL | 23.61º | 0.73% | 0.59% | - |
| HSV(B) | 23.61º | 0.68% | 0.89% | - |
| XYZ | 41.24 | 33.57 | 10.44 | - |
| YUV | 154.15 | 81.64 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 133 | 72 | 0 | 0.41 | 0.68 | 0.11 | 23.61 | 0.73 | 0.59 |
| Hex | E3 | 85 | 48 | 0 | 29 | 44 | B | 18 | 49 | 3B |
| Octal | 343 | 205 | 110 | 0 | 51 | 104 | 13 | 30 | 111 | 73 |
| Binary | 11100011 | 10000101 | 1001000 | 0 | 101001 | 1000100 | 1011 | 11000 | 1001001 | 111011 |
Color Harmonies of #E38548
Complementary color
Monochromatic Colors of #E38548
Black with #E38548
Text Example
Text Example
White with #E38548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38548; }
p { color: rgb(227,133,72); }
H1.HeaderClassName
{
color: #E38548;
}
.AnyTagClassName
{
color: #E38548;
}
</style>
background-color css
<style>
a { background-color: #E38548; }
a { background-color: rgb(227,133,72); }
div.DivClassName
{
background-color: #E38548;
}
.BgClassName
{
background-color: #E38548;
}
</style>
border-color css
<style>
span { border-color: #E38548; }
span { border-color: rgb(227,133,72); }
td.TdClassName
{
border-color: #E38548;
}
.TagClassName
{
border-color: #E38548;
}
</style>