Shades of Flamenco #E38D52
Tints of Flamenco #E38D52
RGB
CMYK
RGB Variations
Color information
#E38D52 (or 0xE38D52) is known color: Flamenco. HEX triplet: E3, 8D and 52. RGB value is (227,141,82). Sum of RGB (Red+Green+Blue) = 227+141+82=450 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.44% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 82 (32.42% from 255 or 18.22% from 450); Max value from RGB is 227 - color contains mainly: red. Hex color #E38D52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38D52 is #1C72AD. Grayscale: #A0A0A0. Windows color (decimal): -1864366 or 5410275. OLE color: 5410275.
HSL color Cylindrical-coordinate representation of color #E38D52: hue angle of 24.41º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E38D52 is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 141 | 82 | - |
| CMYK | 0 | 0.38 | 0.64 | 0.11 |
| HSL | 24.41º | 0.72% | 0.61% | - |
| HSV(B) | 24.41º | 0.64% | 0.89% | - |
| XYZ | 42.73 | 35.99 | 12.68 | - |
| YUV | 159.99 | 83.99 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 141 | 82 | 0 | 0.38 | 0.64 | 0.11 | 24.41 | 0.72 | 0.61 |
| Hex | E3 | 8D | 52 | 0 | 26 | 40 | B | 18 | 48 | 3D |
| Octal | 343 | 215 | 122 | 0 | 46 | 100 | 13 | 30 | 110 | 75 |
| Binary | 11100011 | 10001101 | 1010010 | 0 | 100110 | 1000000 | 1011 | 11000 | 1001000 | 111101 |
Color Harmonies of #E38D52
Complementary color
Monochromatic Colors of #E38D52
Black with #E38D52
Text Example
Text Example
White with #E38D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38D52; }
p { color: rgb(227,141,82); }
H1.HeaderClassName
{
color: #E38D52;
}
.AnyTagClassName
{
color: #E38D52;
}
</style>
background-color css
<style>
a { background-color: #E38D52; }
a { background-color: rgb(227,141,82); }
div.DivClassName
{
background-color: #E38D52;
}
.BgClassName
{
background-color: #E38D52;
}
</style>
border-color css
<style>
span { border-color: #E38D52; }
span { border-color: rgb(227,141,82); }
td.TdClassName
{
border-color: #E38D52;
}
.TagClassName
{
border-color: #E38D52;
}
</style>