Shades of Flamenco #E68D49
Tints of Flamenco #E68D49
RGB
CMYK
RGB Variations
Color information
#E68D49 (or 0xE68D49) is known color: Flamenco. HEX triplet: E6, 8D and 49. RGB value is (230,141,73). Sum of RGB (Red+Green+Blue) = 230+141+73=444 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.80% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 73 (28.91% from 255 or 16.44% from 444); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68D49 is #1972B6. Grayscale: #A0A0A0. Windows color (decimal): -1667767 or 4820454. OLE color: 4820454.
HSL color Cylindrical-coordinate representation of color #E68D49: hue angle of 25.99º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E68D49 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 73 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.10 |
| HSL | 25.99º | 0.76% | 0.59% | - |
| HSV(B) | 25.99º | 0.68% | 0.9% | - |
| XYZ | 43.36 | 36.35 | 11.03 | - |
| YUV | 159.86 | 78.99 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 73 | 0 | 0.39 | 0.68 | 0.10 | 25.99 | 0.76 | 0.59 |
| Hex | E6 | 8D | 49 | 0 | 27 | 44 | A | 1A | 4C | 3B |
| Octal | 346 | 215 | 111 | 0 | 47 | 104 | 12 | 32 | 114 | 73 |
| Binary | 11100110 | 10001101 | 1001001 | 0 | 100111 | 1000100 | 1010 | 11010 | 1001100 | 111011 |
Color Harmonies of #E68D49
Complementary color
Monochromatic Colors of #E68D49
Black with #E68D49
Text Example
Text Example
White with #E68D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68D49; }
p { color: rgb(230,141,73); }
H1.HeaderClassName
{
color: #E68D49;
}
.AnyTagClassName
{
color: #E68D49;
}
</style>
background-color css
<style>
a { background-color: #E68D49; }
a { background-color: rgb(230,141,73); }
div.DivClassName
{
background-color: #E68D49;
}
.BgClassName
{
background-color: #E68D49;
}
</style>
border-color css
<style>
span { border-color: #E68D49; }
span { border-color: rgb(230,141,73); }
td.TdClassName
{
border-color: #E68D49;
}
.TagClassName
{
border-color: #E68D49;
}
</style>