Shades of Flamenco #E68D44
Tints of Flamenco #E68D44
RGB
CMYK
RGB Variations
Color information
#E68D44 (or 0xE68D44) is known color: Flamenco. HEX triplet: E6, 8D and 44. RGB value is (230,141,68). Sum of RGB (Red+Green+Blue) = 230+141+68=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 68 (26.95% from 255 or 15.49% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D44 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68D44 is #1972BB. Grayscale: #9F9F9F. Windows color (decimal): -1667772 or 4492774. OLE color: 4492774.
HSL color Cylindrical-coordinate representation of color #E68D44: hue angle of 27.04º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E68D44 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 68 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.10 |
| HSL | 27.04º | 0.76% | 0.58% | - |
| HSV(B) | 27.04º | 0.7% | 0.9% | - |
| XYZ | 43.2 | 36.29 | 10.2 | - |
| YUV | 159.29 | 76.49 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 68 | 0 | 0.39 | 0.70 | 0.10 | 27.04 | 0.76 | 0.58 |
| Hex | E6 | 8D | 44 | 0 | 27 | 46 | A | 1B | 4C | 3A |
| Octal | 346 | 215 | 104 | 0 | 47 | 106 | 12 | 33 | 114 | 72 |
| Binary | 11100110 | 10001101 | 1000100 | 0 | 100111 | 1000110 | 1010 | 11011 | 1001100 | 111010 |
Color Harmonies of #E68D44
Complementary color
Monochromatic Colors of #E68D44
Black with #E68D44
Text Example
Text Example
White with #E68D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68D44; }
p { color: rgb(230,141,68); }
H1.HeaderClassName
{
color: #E68D44;
}
.AnyTagClassName
{
color: #E68D44;
}
</style>
background-color css
<style>
a { background-color: #E68D44; }
a { background-color: rgb(230,141,68); }
div.DivClassName
{
background-color: #E68D44;
}
.BgClassName
{
background-color: #E68D44;
}
</style>
border-color css
<style>
span { border-color: #E68D44; }
span { border-color: rgb(230,141,68); }
td.TdClassName
{
border-color: #E68D44;
}
.TagClassName
{
border-color: #E68D44;
}
</style>