Shades of Flamenco #E68744
Tints of Flamenco #E68744
RGB
CMYK
RGB Variations
Color information
#E68744 (or 0xE68744) is known color: Flamenco. HEX triplet: E6, 87 and 44. RGB value is (230,135,68). Sum of RGB (Red+Green+Blue) = 230+135+68=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 68 (26.95% from 255 or 15.70% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E68744 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68744 is #1978BB. Grayscale: #9C9C9C. Windows color (decimal): -1669308 or 4491238. OLE color: 4491238.
HSL color Cylindrical-coordinate representation of color #E68744: hue angle of 24.81º 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 #E68744 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 68 | - |
| CMYK | 0 | 0.41 | 0.70 | 0.10 |
| HSL | 24.81º | 0.76% | 0.58% | - |
| HSV(B) | 24.81º | 0.7% | 0.9% | - |
| XYZ | 42.34 | 34.57 | 9.91 | - |
| YUV | 155.77 | 78.47 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 68 | 0 | 0.41 | 0.70 | 0.10 | 24.81 | 0.76 | 0.58 |
| Hex | E6 | 87 | 44 | 0 | 29 | 46 | A | 19 | 4C | 3A |
| Octal | 346 | 207 | 104 | 0 | 51 | 106 | 12 | 31 | 114 | 72 |
| Binary | 11100110 | 10000111 | 1000100 | 0 | 101001 | 1000110 | 1010 | 11001 | 1001100 | 111010 |
Color Harmonies of #E68744
Complementary color
Monochromatic Colors of #E68744
Black with #E68744
Text Example
Text Example
White with #E68744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68744; }
p { color: rgb(230,135,68); }
H1.HeaderClassName
{
color: #E68744;
}
.AnyTagClassName
{
color: #E68744;
}
</style>
background-color css
<style>
a { background-color: #E68744; }
a { background-color: rgb(230,135,68); }
div.DivClassName
{
background-color: #E68744;
}
.BgClassName
{
background-color: #E68744;
}
</style>
border-color css
<style>
span { border-color: #E68744; }
span { border-color: rgb(230,135,68); }
td.TdClassName
{
border-color: #E68744;
}
.TagClassName
{
border-color: #E68744;
}
</style>