Shades of Flamenco #E68842
Tints of Flamenco #E68842
RGB
CMYK
RGB Variations
Color information
#E68842 (or 0xE68842) is known color: Flamenco. HEX triplet: E6, 88 and 42. RGB value is (230,136,66). Sum of RGB (Red+Green+Blue) = 230+136+66=432 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.24% from 432); Green value is 136 (53.52% from 255 or 31.48% from 432); Blue value is 66 (26.17% from 255 or 15.28% from 432); Max value from RGB is 230 - color contains mainly: red. Hex color #E68842 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68842 is #1977BD. Grayscale: #9C9C9C. Windows color (decimal): -1669054 or 4360422. OLE color: 4360422.
HSL color Cylindrical-coordinate representation of color #E68842: hue angle of 25.61º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E68842 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 136 | 66 | - |
| CMYK | 0 | 0.41 | 0.71 | 0.10 |
| HSL | 25.61º | 0.77% | 0.58% | - |
| HSV(B) | 25.61º | 0.71% | 0.9% | - |
| XYZ | 42.42 | 34.82 | 9.64 | - |
| YUV | 156.13 | 77.14 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 136 | 66 | 0 | 0.41 | 0.71 | 0.10 | 25.61 | 0.77 | 0.58 |
| Hex | E6 | 88 | 42 | 0 | 29 | 47 | A | 1A | 4D | 3A |
| Octal | 346 | 210 | 102 | 0 | 51 | 107 | 12 | 32 | 115 | 72 |
| Binary | 11100110 | 10001000 | 1000010 | 0 | 101001 | 1000111 | 1010 | 11010 | 1001101 | 111010 |
Color Harmonies of #E68842
Complementary color
Monochromatic Colors of #E68842
Black with #E68842
Text Example
Text Example
White with #E68842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68842; }
p { color: rgb(230,136,66); }
H1.HeaderClassName
{
color: #E68842;
}
.AnyTagClassName
{
color: #E68842;
}
</style>
background-color css
<style>
a { background-color: #E68842; }
a { background-color: rgb(230,136,66); }
div.DivClassName
{
background-color: #E68842;
}
.BgClassName
{
background-color: #E68842;
}
</style>
border-color css
<style>
span { border-color: #E68842; }
span { border-color: rgb(230,136,66); }
td.TdClassName
{
border-color: #E68842;
}
.TagClassName
{
border-color: #E68842;
}
</style>