Shades of Flamenco #E68D46
Tints of Flamenco #E68D46
RGB
CMYK
RGB Variations
Color information
#E68D46 (or 0xE68D46) is known color: Flamenco. HEX triplet: E6, 8D and 46. RGB value is (230,141,70). Sum of RGB (Red+Green+Blue) = 230+141+70=441 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.15% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 70 (27.73% from 255 or 15.87% from 441); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68D46 is #1972B9. Grayscale: #9F9F9F. Windows color (decimal): -1667770 or 4623846. OLE color: 4623846.
HSL color Cylindrical-coordinate representation of color #E68D46: hue angle of 26.62º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E68D46 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 70 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.10 |
| HSL | 26.63º | 0.76% | 0.59% | - |
| HSV(B) | 26.63º | 0.7% | 0.9% | - |
| XYZ | 43.26 | 36.31 | 10.52 | - |
| YUV | 159.52 | 77.49 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 70 | 0 | 0.39 | 0.70 | 0.10 | 26.63 | 0.76 | 0.59 |
| Hex | E6 | 8D | 46 | 0 | 27 | 46 | A | 1B | 4C | 3B |
| Octal | 346 | 215 | 106 | 0 | 47 | 106 | 12 | 33 | 114 | 73 |
| Binary | 11100110 | 10001101 | 1000110 | 0 | 100111 | 1000110 | 1010 | 11011 | 1001100 | 111011 |
Color Harmonies of #E68D46
Complementary color
Monochromatic Colors of #E68D46
Black with #E68D46
Text Example
Text Example
White with #E68D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68D46; }
p { color: rgb(230,141,70); }
H1.HeaderClassName
{
color: #E68D46;
}
.AnyTagClassName
{
color: #E68D46;
}
</style>
background-color css
<style>
a { background-color: #E68D46; }
a { background-color: rgb(230,141,70); }
div.DivClassName
{
background-color: #E68D46;
}
.BgClassName
{
background-color: #E68D46;
}
</style>
border-color css
<style>
span { border-color: #E68D46; }
span { border-color: rgb(230,141,70); }
td.TdClassName
{
border-color: #E68D46;
}
.TagClassName
{
border-color: #E68D46;
}
</style>