Shades of Flamenco #E48748
Tints of Flamenco #E48748
RGB
CMYK
RGB Variations
Color information
#E48748 (or 0xE48748) is known color: Flamenco. HEX triplet: E4, 87 and 48. RGB value is (228,135,72). Sum of RGB (Red+Green+Blue) = 228+135+72=435 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.41% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 72 (28.52% from 255 or 16.55% from 435); Max value from RGB is 228 - color contains mainly: red. Hex color #E48748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48748 is #1B78B7. Grayscale: #9B9B9B. Windows color (decimal): -1800376 or 4753380. OLE color: 4753380.
HSL color Cylindrical-coordinate representation of color #E48748: hue angle of 24.23º degrees, saturation: 0.74, 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 #E48748 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 135 | 72 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.11 |
| HSL | 24.23º | 0.74% | 0.59% | - |
| HSV(B) | 24.23º | 0.68% | 0.89% | - |
| XYZ | 41.83 | 34.29 | 10.54 | - |
| YUV | 155.63 | 80.81 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 135 | 72 | 0 | 0.41 | 0.68 | 0.11 | 24.23 | 0.74 | 0.59 |
| Hex | E4 | 87 | 48 | 0 | 29 | 44 | B | 18 | 4A | 3B |
| Octal | 344 | 207 | 110 | 0 | 51 | 104 | 13 | 30 | 112 | 73 |
| Binary | 11100100 | 10000111 | 1001000 | 0 | 101001 | 1000100 | 1011 | 11000 | 1001010 | 111011 |
Color Harmonies of #E48748
Complementary color
Monochromatic Colors of #E48748
Black with #E48748
Text Example
Text Example
White with #E48748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48748; }
p { color: rgb(228,135,72); }
H1.HeaderClassName
{
color: #E48748;
}
.AnyTagClassName
{
color: #E48748;
}
</style>
background-color css
<style>
a { background-color: #E48748; }
a { background-color: rgb(228,135,72); }
div.DivClassName
{
background-color: #E48748;
}
.BgClassName
{
background-color: #E48748;
}
</style>
border-color css
<style>
span { border-color: #E48748; }
span { border-color: rgb(228,135,72); }
td.TdClassName
{
border-color: #E48748;
}
.TagClassName
{
border-color: #E48748;
}
</style>