Shades of Flamenco #E68741
Tints of Flamenco #E68741
RGB
CMYK
RGB Variations
Color information
#E68741 (or 0xE68741) is known color: Flamenco. HEX triplet: E6, 87 and 41. RGB value is (230,135,65). Sum of RGB (Red+Green+Blue) = 230+135+65=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 65 (25.78% from 255 or 15.12% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E68741 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68741 is #1978BE. Grayscale: #9B9B9B. Windows color (decimal): -1669311 or 4294630. OLE color: 4294630.
HSL color Cylindrical-coordinate representation of color #E68741: hue angle of 25.45º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E68741 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 65 | - |
| CMYK | 0 | 0.41 | 0.72 | 0.10 |
| HSL | 25.45º | 0.77% | 0.58% | - |
| HSV(B) | 25.45º | 0.72% | 0.9% | - |
| XYZ | 42.25 | 34.53 | 9.44 | - |
| YUV | 155.43 | 76.97 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 65 | 0 | 0.41 | 0.72 | 0.10 | 25.45 | 0.77 | 0.58 |
| Hex | E6 | 87 | 41 | 0 | 29 | 48 | A | 19 | 4D | 3A |
| Octal | 346 | 207 | 101 | 0 | 51 | 110 | 12 | 31 | 115 | 72 |
| Binary | 11100110 | 10000111 | 1000001 | 0 | 101001 | 1001000 | 1010 | 11001 | 1001101 | 111010 |
Color Harmonies of #E68741
Complementary color
Monochromatic Colors of #E68741
Black with #E68741
Text Example
Text Example
White with #E68741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68741; }
p { color: rgb(230,135,65); }
H1.HeaderClassName
{
color: #E68741;
}
.AnyTagClassName
{
color: #E68741;
}
</style>
background-color css
<style>
a { background-color: #E68741; }
a { background-color: rgb(230,135,65); }
div.DivClassName
{
background-color: #E68741;
}
.BgClassName
{
background-color: #E68741;
}
</style>
border-color css
<style>
span { border-color: #E68741; }
span { border-color: rgb(230,135,65); }
td.TdClassName
{
border-color: #E68741;
}
.TagClassName
{
border-color: #E68741;
}
</style>