Shades of Flamenco #E38348
Tints of Flamenco #E38348
RGB
CMYK
RGB Variations
Color information
#E38348 (or 0xE38348) is known color: Flamenco. HEX triplet: E3, 83 and 48. RGB value is (227,131,72). Sum of RGB (Red+Green+Blue) = 227+131+72=430 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.79% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 72 (28.52% from 255 or 16.74% from 430); Max value from RGB is 227 - color contains mainly: red. Hex color #E38348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38348 is #1C7CB7. Grayscale: #999999. Windows color (decimal): -1866936 or 4752355. OLE color: 4752355.
HSL color Cylindrical-coordinate representation of color #E38348: hue angle of 22.84º 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 #E38348 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 131 | 72 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.11 |
| HSL | 22.84º | 0.73% | 0.59% | - |
| HSV(B) | 22.84º | 0.68% | 0.89% | - |
| XYZ | 40.96 | 33.03 | 10.35 | - |
| YUV | 152.98 | 82.3 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 131 | 72 | 0 | 0.42 | 0.68 | 0.11 | 22.84 | 0.73 | 0.59 |
| Hex | E3 | 83 | 48 | 0 | 2A | 44 | B | 17 | 49 | 3B |
| Octal | 343 | 203 | 110 | 0 | 52 | 104 | 13 | 27 | 111 | 73 |
| Binary | 11100011 | 10000011 | 1001000 | 0 | 101010 | 1000100 | 1011 | 10111 | 1001001 | 111011 |
Color Harmonies of #E38348
Complementary color
Monochromatic Colors of #E38348
Black with #E38348
Text Example
Text Example
White with #E38348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38348; }
p { color: rgb(227,131,72); }
H1.HeaderClassName
{
color: #E38348;
}
.AnyTagClassName
{
color: #E38348;
}
</style>
background-color css
<style>
a { background-color: #E38348; }
a { background-color: rgb(227,131,72); }
div.DivClassName
{
background-color: #E38348;
}
.BgClassName
{
background-color: #E38348;
}
</style>
border-color css
<style>
span { border-color: #E38348; }
span { border-color: rgb(227,131,72); }
td.TdClassName
{
border-color: #E38348;
}
.TagClassName
{
border-color: #E38348;
}
</style>