Shades of Flamenco #E38E4F
Tints of Flamenco #E38E4F
RGB
CMYK
RGB Variations
Color information
#E38E4F (or 0xE38E4F) is known color: Flamenco. HEX triplet: E3, 8E and 4F. RGB value is (227,142,79). Sum of RGB (Red+Green+Blue) = 227+142+79=448 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.67% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 79 (31.25% from 255 or 17.63% from 448); Max value from RGB is 227 - color contains mainly: red. Hex color #E38E4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38E4F is #1C71B0. Grayscale: #A0A0A0. Windows color (decimal): -1864113 or 5213923. OLE color: 5213923.
HSL color Cylindrical-coordinate representation of color #E38E4F: hue angle of 25.54º degrees, saturation: 0.73, 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 #E38E4F is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 142 | 79 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.11 |
| HSL | 25.54º | 0.73% | 0.6% | - |
| HSV(B) | 25.54º | 0.65% | 0.89% | - |
| XYZ | 42.76 | 36.24 | 12.14 | - |
| YUV | 160.23 | 82.16 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 142 | 79 | 0 | 0.37 | 0.65 | 0.11 | 25.54 | 0.73 | 0.6 |
| Hex | E3 | 8E | 4F | 0 | 25 | 41 | B | 1A | 49 | 3C |
| Octal | 343 | 216 | 117 | 0 | 45 | 101 | 13 | 32 | 111 | 74 |
| Binary | 11100011 | 10001110 | 1001111 | 0 | 100101 | 1000001 | 1011 | 11010 | 1001001 | 111100 |
Color Harmonies of #E38E4F
Complementary color
Monochromatic Colors of #E38E4F
Black with #E38E4F
Text Example
Text Example
White with #E38E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38E4F; }
p { color: rgb(227,142,79); }
H1.HeaderClassName
{
color: #E38E4F;
}
.AnyTagClassName
{
color: #E38E4F;
}
</style>
background-color css
<style>
a { background-color: #E38E4F; }
a { background-color: rgb(227,142,79); }
div.DivClassName
{
background-color: #E38E4F;
}
.BgClassName
{
background-color: #E38E4F;
}
</style>
border-color css
<style>
span { border-color: #E38E4F; }
span { border-color: rgb(227,142,79); }
td.TdClassName
{
border-color: #E38E4F;
}
.TagClassName
{
border-color: #E38E4F;
}
</style>