Shades of Flamenco #E38A51
Tints of Flamenco #E38A51
RGB
CMYK
RGB Variations
Color information
#E38A51 (or 0xE38A51) is known color: Flamenco. HEX triplet: E3, 8A and 51. RGB value is (227,138,81). Sum of RGB (Red+Green+Blue) = 227+138+81=446 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.90% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 81 (32.03% from 255 or 18.16% from 446); Max value from RGB is 227 - color contains mainly: red. Hex color #E38A51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38A51 is #1C75AE. Grayscale: #9E9E9E. Windows color (decimal): -1865135 or 5343971. OLE color: 5343971.
HSL color Cylindrical-coordinate representation of color #E38A51: hue angle of 23.42º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E38A51 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 138 | 81 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.11 |
| HSL | 23.42º | 0.72% | 0.6% | - |
| HSV(B) | 23.42º | 0.64% | 0.89% | - |
| XYZ | 42.25 | 35.1 | 12.33 | - |
| YUV | 158.11 | 84.49 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 138 | 81 | 0 | 0.39 | 0.64 | 0.11 | 23.42 | 0.72 | 0.6 |
| Hex | E3 | 8A | 51 | 0 | 27 | 40 | B | 17 | 48 | 3C |
| Octal | 343 | 212 | 121 | 0 | 47 | 100 | 13 | 27 | 110 | 74 |
| Binary | 11100011 | 10001010 | 1010001 | 0 | 100111 | 1000000 | 1011 | 10111 | 1001000 | 111100 |
Color Harmonies of #E38A51
Complementary color
Monochromatic Colors of #E38A51
Black with #E38A51
Text Example
Text Example
White with #E38A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38A51; }
p { color: rgb(227,138,81); }
H1.HeaderClassName
{
color: #E38A51;
}
.AnyTagClassName
{
color: #E38A51;
}
</style>
background-color css
<style>
a { background-color: #E38A51; }
a { background-color: rgb(227,138,81); }
div.DivClassName
{
background-color: #E38A51;
}
.BgClassName
{
background-color: #E38A51;
}
</style>
border-color css
<style>
span { border-color: #E38A51; }
span { border-color: rgb(227,138,81); }
td.TdClassName
{
border-color: #E38A51;
}
.TagClassName
{
border-color: #E38A51;
}
</style>