Shades of Flamenco #E38A49
Tints of Flamenco #E38A49
RGB
CMYK
RGB Variations
Color information
#E38A49 (or 0xE38A49) is known color: Flamenco. HEX triplet: E3, 8A and 49. RGB value is (227,138,73). Sum of RGB (Red+Green+Blue) = 227+138+73=438 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.83% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 73 (28.91% from 255 or 16.67% from 438); Max value from RGB is 227 - color contains mainly: red. Hex color #E38A49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38A49 is #1C75B6. Grayscale: #9D9D9D. Windows color (decimal): -1865143 or 4819683. OLE color: 4819683.
HSL color Cylindrical-coordinate representation of color #E38A49: hue angle of 25.32º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E38A49 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 138 | 73 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.11 |
| HSL | 25.32º | 0.73% | 0.59% | - |
| HSV(B) | 25.32º | 0.68% | 0.89% | - |
| XYZ | 41.97 | 34.99 | 10.84 | - |
| YUV | 157.2 | 80.49 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 138 | 73 | 0 | 0.39 | 0.68 | 0.11 | 25.32 | 0.73 | 0.59 |
| Hex | E3 | 8A | 49 | 0 | 27 | 44 | B | 19 | 49 | 3B |
| Octal | 343 | 212 | 111 | 0 | 47 | 104 | 13 | 31 | 111 | 73 |
| Binary | 11100011 | 10001010 | 1001001 | 0 | 100111 | 1000100 | 1011 | 11001 | 1001001 | 111011 |
Color Harmonies of #E38A49
Complementary color
Monochromatic Colors of #E38A49
Black with #E38A49
Text Example
Text Example
White with #E38A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38A49; }
p { color: rgb(227,138,73); }
H1.HeaderClassName
{
color: #E38A49;
}
.AnyTagClassName
{
color: #E38A49;
}
</style>
background-color css
<style>
a { background-color: #E38A49; }
a { background-color: rgb(227,138,73); }
div.DivClassName
{
background-color: #E38A49;
}
.BgClassName
{
background-color: #E38A49;
}
</style>
border-color css
<style>
span { border-color: #E38A49; }
span { border-color: rgb(227,138,73); }
td.TdClassName
{
border-color: #E38A49;
}
.TagClassName
{
border-color: #E38A49;
}
</style>