Shades of Flamenco #E38D4A
Tints of Flamenco #E38D4A
RGB
CMYK
RGB Variations
Color information
#E38D4A (or 0xE38D4A) is known color: Flamenco. HEX triplet: E3, 8D and 4A. RGB value is (227,141,74). Sum of RGB (Red+Green+Blue) = 227+141+74=442 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.36% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 74 (29.30% from 255 or 16.74% from 442); Max value from RGB is 227 - color contains mainly: red. Hex color #E38D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38D4A is #1C72B5. Grayscale: #9F9F9F. Windows color (decimal): -1864374 or 4885987. OLE color: 4885987.
HSL color Cylindrical-coordinate representation of color #E38D4A: hue angle of 26.27º 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 #E38D4A is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 141 | 74 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.11 |
| HSL | 26.27º | 0.73% | 0.59% | - |
| HSV(B) | 26.27º | 0.67% | 0.89% | - |
| XYZ | 42.44 | 35.88 | 11.17 | - |
| YUV | 159.08 | 79.99 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 141 | 74 | 0 | 0.38 | 0.67 | 0.11 | 26.27 | 0.73 | 0.59 |
| Hex | E3 | 8D | 4A | 0 | 26 | 43 | B | 1A | 49 | 3B |
| Octal | 343 | 215 | 112 | 0 | 46 | 103 | 13 | 32 | 111 | 73 |
| Binary | 11100011 | 10001101 | 1001010 | 0 | 100110 | 1000011 | 1011 | 11010 | 1001001 | 111011 |
Color Harmonies of #E38D4A
Complementary color
Monochromatic Colors of #E38D4A
Black with #E38D4A
Text Example
Text Example
White with #E38D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38D4A; }
p { color: rgb(227,141,74); }
H1.HeaderClassName
{
color: #E38D4A;
}
.AnyTagClassName
{
color: #E38D4A;
}
</style>
background-color css
<style>
a { background-color: #E38D4A; }
a { background-color: rgb(227,141,74); }
div.DivClassName
{
background-color: #E38D4A;
}
.BgClassName
{
background-color: #E38D4A;
}
</style>
border-color css
<style>
span { border-color: #E38D4A; }
span { border-color: rgb(227,141,74); }
td.TdClassName
{
border-color: #E38D4A;
}
.TagClassName
{
border-color: #E38D4A;
}
</style>