Shades of Flamenco #E38E4C
Tints of Flamenco #E38E4C
RGB
CMYK
RGB Variations
Color information
#E38E4C (or 0xE38E4C) is known color: Flamenco. HEX triplet: E3, 8E and 4C. RGB value is (227,142,76). Sum of RGB (Red+Green+Blue) = 227+142+76=445 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.01% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 76 (30.08% from 255 or 17.08% from 445); Max value from RGB is 227 - color contains mainly: red. Hex color #E38E4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38E4C is #1C71B3. Grayscale: #A0A0A0. Windows color (decimal): -1864116 or 5017315. OLE color: 5017315.
HSL color Cylindrical-coordinate representation of color #E38E4C: hue angle of 26.23º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E38E4C is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 142 | 76 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.11 |
| HSL | 26.23º | 0.73% | 0.59% | - |
| HSV(B) | 26.23º | 0.67% | 0.89% | - |
| XYZ | 42.66 | 36.2 | 11.58 | - |
| YUV | 159.89 | 80.66 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 142 | 76 | 0 | 0.37 | 0.67 | 0.11 | 26.23 | 0.73 | 0.59 |
| Hex | E3 | 8E | 4C | 0 | 25 | 43 | B | 1A | 49 | 3B |
| Octal | 343 | 216 | 114 | 0 | 45 | 103 | 13 | 32 | 111 | 73 |
| Binary | 11100011 | 10001110 | 1001100 | 0 | 100101 | 1000011 | 1011 | 11010 | 1001001 | 111011 |
Color Harmonies of #E38E4C
Complementary color
Monochromatic Colors of #E38E4C
Black with #E38E4C
Text Example
Text Example
White with #E38E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38E4C; }
p { color: rgb(227,142,76); }
H1.HeaderClassName
{
color: #E38E4C;
}
.AnyTagClassName
{
color: #E38E4C;
}
</style>
background-color css
<style>
a { background-color: #E38E4C; }
a { background-color: rgb(227,142,76); }
div.DivClassName
{
background-color: #E38E4C;
}
.BgClassName
{
background-color: #E38E4C;
}
</style>
border-color css
<style>
span { border-color: #E38E4C; }
span { border-color: rgb(227,142,76); }
td.TdClassName
{
border-color: #E38E4C;
}
.TagClassName
{
border-color: #E38E4C;
}
</style>