Shades of Flamenco #E68C43
Tints of Flamenco #E68C43
RGB
CMYK
RGB Variations
Color information
#E68C43 (or 0xE68C43) is known color: Flamenco. HEX triplet: E6, 8C and 43. RGB value is (230,140,67). Sum of RGB (Red+Green+Blue) = 230+140+67=437 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.63% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 67 (26.56% from 255 or 15.33% from 437); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C43 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68C43 is #1973BC. Grayscale: #9E9E9E. Windows color (decimal): -1668029 or 4426982. OLE color: 4426982.
HSL color Cylindrical-coordinate representation of color #E68C43: hue angle of 26.87º 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 #E68C43 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 67 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.10 |
| HSL | 26.87º | 0.77% | 0.58% | - |
| HSV(B) | 26.87º | 0.71% | 0.9% | - |
| XYZ | 43.02 | 35.98 | 9.99 | - |
| YUV | 158.59 | 76.32 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 67 | 0 | 0.39 | 0.71 | 0.10 | 26.87 | 0.77 | 0.58 |
| Hex | E6 | 8C | 43 | 0 | 27 | 47 | A | 1B | 4D | 3A |
| Octal | 346 | 214 | 103 | 0 | 47 | 107 | 12 | 33 | 115 | 72 |
| Binary | 11100110 | 10001100 | 1000011 | 0 | 100111 | 1000111 | 1010 | 11011 | 1001101 | 111010 |
Color Harmonies of #E68C43
Complementary color
Monochromatic Colors of #E68C43
Black with #E68C43
Text Example
Text Example
White with #E68C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68C43; }
p { color: rgb(230,140,67); }
H1.HeaderClassName
{
color: #E68C43;
}
.AnyTagClassName
{
color: #E68C43;
}
</style>
background-color css
<style>
a { background-color: #E68C43; }
a { background-color: rgb(230,140,67); }
div.DivClassName
{
background-color: #E68C43;
}
.BgClassName
{
background-color: #E68C43;
}
</style>
border-color css
<style>
span { border-color: #E68C43; }
span { border-color: rgb(230,140,67); }
td.TdClassName
{
border-color: #E68C43;
}
.TagClassName
{
border-color: #E68C43;
}
</style>