Shades of Flamenco #E38545
Tints of Flamenco #E38545
RGB
CMYK
RGB Variations
Color information
#E38545 (or 0xE38545) is known color: Flamenco. HEX triplet: E3, 85 and 45. RGB value is (227,133,69). Sum of RGB (Red+Green+Blue) = 227+133+69=429 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.91% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 69 (27.34% from 255 or 16.08% from 429); Max value from RGB is 227 - color contains mainly: red. Hex color #E38545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38545 is #1C7ABA. Grayscale: #9A9A9A. Windows color (decimal): -1866427 or 4556259. OLE color: 4556259.
HSL color Cylindrical-coordinate representation of color #E38545: hue angle of 24.3º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E38545 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 133 | 69 | - |
| CMYK | 0 | 0.41 | 0.70 | 0.11 |
| HSL | 24.3º | 0.74% | 0.58% | - |
| HSV(B) | 24.3º | 0.7% | 0.89% | - |
| XYZ | 41.14 | 33.54 | 9.93 | - |
| YUV | 153.81 | 80.14 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 133 | 69 | 0 | 0.41 | 0.70 | 0.11 | 24.3 | 0.74 | 0.58 |
| Hex | E3 | 85 | 45 | 0 | 29 | 46 | B | 18 | 4A | 3A |
| Octal | 343 | 205 | 105 | 0 | 51 | 106 | 13 | 30 | 112 | 72 |
| Binary | 11100011 | 10000101 | 1000101 | 0 | 101001 | 1000110 | 1011 | 11000 | 1001010 | 111010 |
Color Harmonies of #E38545
Complementary color
Monochromatic Colors of #E38545
Black with #E38545
Text Example
Text Example
White with #E38545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38545; }
p { color: rgb(227,133,69); }
H1.HeaderClassName
{
color: #E38545;
}
.AnyTagClassName
{
color: #E38545;
}
</style>
background-color css
<style>
a { background-color: #E38545; }
a { background-color: rgb(227,133,69); }
div.DivClassName
{
background-color: #E38545;
}
.BgClassName
{
background-color: #E38545;
}
</style>
border-color css
<style>
span { border-color: #E38545; }
span { border-color: rgb(227,133,69); }
td.TdClassName
{
border-color: #E38545;
}
.TagClassName
{
border-color: #E38545;
}
</style>