Shades of Flamenco #E38D50
Tints of Flamenco #E38D50
RGB
CMYK
RGB Variations
Color information
#E38D50 (or 0xE38D50) is known color: Flamenco. HEX triplet: E3, 8D and 50. RGB value is (227,141,80). Sum of RGB (Red+Green+Blue) = 227+141+80=448 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.67% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 80 (31.64% from 255 or 17.86% from 448); Max value from RGB is 227 - color contains mainly: red. Hex color #E38D50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38D50 is #1C72AF. Grayscale: #A0A0A0. Windows color (decimal): -1864368 or 5279203. OLE color: 5279203.
HSL color Cylindrical-coordinate representation of color #E38D50: hue angle of 24.9º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E38D50 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 141 | 80 | - |
| CMYK | 0 | 0.38 | 0.65 | 0.11 |
| HSL | 24.9º | 0.72% | 0.6% | - |
| HSV(B) | 24.9º | 0.65% | 0.89% | - |
| XYZ | 42.65 | 35.96 | 12.28 | - |
| YUV | 159.76 | 82.99 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 141 | 80 | 0 | 0.38 | 0.65 | 0.11 | 24.9 | 0.72 | 0.6 |
| Hex | E3 | 8D | 50 | 0 | 26 | 41 | B | 19 | 48 | 3C |
| Octal | 343 | 215 | 120 | 0 | 46 | 101 | 13 | 31 | 110 | 74 |
| Binary | 11100011 | 10001101 | 1010000 | 0 | 100110 | 1000001 | 1011 | 11001 | 1001000 | 111100 |
Color Harmonies of #E38D50
Complementary color
Monochromatic Colors of #E38D50
Black with #E38D50
Text Example
Text Example
White with #E38D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38D50; }
p { color: rgb(227,141,80); }
H1.HeaderClassName
{
color: #E38D50;
}
.AnyTagClassName
{
color: #E38D50;
}
</style>
background-color css
<style>
a { background-color: #E38D50; }
a { background-color: rgb(227,141,80); }
div.DivClassName
{
background-color: #E38D50;
}
.BgClassName
{
background-color: #E38D50;
}
</style>
border-color css
<style>
span { border-color: #E38D50; }
span { border-color: rgb(227,141,80); }
td.TdClassName
{
border-color: #E38D50;
}
.TagClassName
{
border-color: #E38D50;
}
</style>