Shades of Flamenco #E48752
Tints of Flamenco #E48752
RGB
CMYK
RGB Variations
Color information
#E48752 (or 0xE48752) is known color: Flamenco. HEX triplet: E4, 87 and 52. RGB value is (228,135,82). Sum of RGB (Red+Green+Blue) = 228+135+82=445 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.24% from 445); Green value is 135 (53.12% from 255 or 30.34% from 445); Blue value is 82 (32.42% from 255 or 18.43% from 445); Max value from RGB is 228 - color contains mainly: red. Hex color #E48752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48752 is #1B78AD. Grayscale: #9D9D9D. Windows color (decimal): -1800366 or 5408740. OLE color: 5408740.
HSL color Cylindrical-coordinate representation of color #E48752: hue angle of 21.78º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E48752 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 135 | 82 | - |
| CMYK | 0 | 0.41 | 0.64 | 0.11 |
| HSL | 21.78º | 0.73% | 0.61% | - |
| HSV(B) | 21.78º | 0.64% | 0.89% | - |
| XYZ | 42.18 | 34.43 | 12.41 | - |
| YUV | 156.77 | 85.81 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 135 | 82 | 0 | 0.41 | 0.64 | 0.11 | 21.78 | 0.73 | 0.61 |
| Hex | E4 | 87 | 52 | 0 | 29 | 40 | B | 16 | 49 | 3D |
| Octal | 344 | 207 | 122 | 0 | 51 | 100 | 13 | 26 | 111 | 75 |
| Binary | 11100100 | 10000111 | 1010010 | 0 | 101001 | 1000000 | 1011 | 10110 | 1001001 | 111101 |
Color Harmonies of #E48752
Complementary color
Monochromatic Colors of #E48752
Black with #E48752
Text Example
Text Example
White with #E48752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48752; }
p { color: rgb(228,135,82); }
H1.HeaderClassName
{
color: #E48752;
}
.AnyTagClassName
{
color: #E48752;
}
</style>
background-color css
<style>
a { background-color: #E48752; }
a { background-color: rgb(228,135,82); }
div.DivClassName
{
background-color: #E48752;
}
.BgClassName
{
background-color: #E48752;
}
</style>
border-color css
<style>
span { border-color: #E48752; }
span { border-color: rgb(228,135,82); }
td.TdClassName
{
border-color: #E48752;
}
.TagClassName
{
border-color: #E48752;
}
</style>