Shades of Flamenco #E68343
Tints of Flamenco #E68343
RGB
CMYK
RGB Variations
Color information
#E68343 (or 0xE68343) is known color: Flamenco. HEX triplet: E6, 83 and 43. RGB value is (230,131,67). Sum of RGB (Red+Green+Blue) = 230+131+67=428 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.74% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 67 (26.56% from 255 or 15.65% from 428); Max value from RGB is 230 - color contains mainly: red. Hex color #E68343 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68343 is #197CBC. Grayscale: #999999. Windows color (decimal): -1670333 or 4424678. OLE color: 4424678.
HSL color Cylindrical-coordinate representation of color #E68343: hue angle of 23.56º 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 #E68343 is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 131 | 67 | - |
| CMYK | 0 | 0.43 | 0.71 | 0.10 |
| HSL | 23.56º | 0.77% | 0.58% | - |
| HSV(B) | 23.56º | 0.71% | 0.9% | - |
| XYZ | 41.76 | 33.46 | 9.57 | - |
| YUV | 153.31 | 79.3 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 131 | 67 | 0 | 0.43 | 0.71 | 0.10 | 23.56 | 0.77 | 0.58 |
| Hex | E6 | 83 | 43 | 0 | 2B | 47 | A | 18 | 4D | 3A |
| Octal | 346 | 203 | 103 | 0 | 53 | 107 | 12 | 30 | 115 | 72 |
| Binary | 11100110 | 10000011 | 1000011 | 0 | 101011 | 1000111 | 1010 | 11000 | 1001101 | 111010 |
Color Harmonies of #E68343
Complementary color
Monochromatic Colors of #E68343
Black with #E68343
Text Example
Text Example
White with #E68343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68343; }
p { color: rgb(230,131,67); }
H1.HeaderClassName
{
color: #E68343;
}
.AnyTagClassName
{
color: #E68343;
}
</style>
background-color css
<style>
a { background-color: #E68343; }
a { background-color: rgb(230,131,67); }
div.DivClassName
{
background-color: #E68343;
}
.BgClassName
{
background-color: #E68343;
}
</style>
border-color css
<style>
span { border-color: #E68343; }
span { border-color: rgb(230,131,67); }
td.TdClassName
{
border-color: #E68343;
}
.TagClassName
{
border-color: #E68343;
}
</style>