Shades of Flamenco #E48B52
Tints of Flamenco #E48B52
RGB
CMYK
RGB Variations
Color information
#E48B52 (or 0xE48B52) is known color: Flamenco. HEX triplet: E4, 8B and 52. RGB value is (228,139,82). Sum of RGB (Red+Green+Blue) = 228+139+82=449 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.78% from 449); Green value is 139 (54.69% from 255 or 30.96% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 228 - color contains mainly: red. Hex color #E48B52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48B52 is #1B74AD. Grayscale: #9F9F9F. Windows color (decimal): -1799342 or 5409764. OLE color: 5409764.
HSL color Cylindrical-coordinate representation of color #E48B52: hue angle of 23.42º 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 #E48B52 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 139 | 82 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.11 |
| HSL | 23.42º | 0.73% | 0.61% | - |
| HSV(B) | 23.42º | 0.64% | 0.89% | - |
| XYZ | 42.75 | 35.57 | 12.59 | - |
| YUV | 159.11 | 84.49 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 139 | 82 | 0 | 0.39 | 0.64 | 0.11 | 23.42 | 0.73 | 0.61 |
| Hex | E4 | 8B | 52 | 0 | 27 | 40 | B | 17 | 49 | 3D |
| Octal | 344 | 213 | 122 | 0 | 47 | 100 | 13 | 27 | 111 | 75 |
| Binary | 11100100 | 10001011 | 1010010 | 0 | 100111 | 1000000 | 1011 | 10111 | 1001001 | 111101 |
Color Harmonies of #E48B52
Complementary color
Monochromatic Colors of #E48B52
Black with #E48B52
Text Example
Text Example
White with #E48B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48B52; }
p { color: rgb(228,139,82); }
H1.HeaderClassName
{
color: #E48B52;
}
.AnyTagClassName
{
color: #E48B52;
}
</style>
background-color css
<style>
a { background-color: #E48B52; }
a { background-color: rgb(228,139,82); }
div.DivClassName
{
background-color: #E48B52;
}
.BgClassName
{
background-color: #E48B52;
}
</style>
border-color css
<style>
span { border-color: #E48B52; }
span { border-color: rgb(228,139,82); }
td.TdClassName
{
border-color: #E48B52;
}
.TagClassName
{
border-color: #E48B52;
}
</style>