Shades of Flamenco #E68B43
Tints of Flamenco #E68B43
RGB
CMYK
RGB Variations
Color information
#E68B43 (or 0xE68B43) is known color: Flamenco. HEX triplet: E6, 8B and 43. RGB value is (230,139,67). Sum of RGB (Red+Green+Blue) = 230+139+67=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 67 (26.56% from 255 or 15.37% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E68B43 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68B43 is #1974BC. Grayscale: #9E9E9E. Windows color (decimal): -1668285 or 4426726. OLE color: 4426726.
HSL color Cylindrical-coordinate representation of color #E68B43: hue angle of 26.5º 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 #E68B43 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 139 | 67 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.10 |
| HSL | 26.5º | 0.77% | 0.58% | - |
| HSV(B) | 26.5º | 0.71% | 0.9% | - |
| XYZ | 42.88 | 35.69 | 9.94 | - |
| YUV | 158 | 76.65 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 67 | 0 | 0.40 | 0.71 | 0.10 | 26.5 | 0.77 | 0.58 |
| Hex | E6 | 8B | 43 | 0 | 28 | 47 | A | 1B | 4D | 3A |
| Octal | 346 | 213 | 103 | 0 | 50 | 107 | 12 | 33 | 115 | 72 |
| Binary | 11100110 | 10001011 | 1000011 | 0 | 101000 | 1000111 | 1010 | 11011 | 1001101 | 111010 |
Color Harmonies of #E68B43
Complementary color
Monochromatic Colors of #E68B43
Black with #E68B43
Text Example
Text Example
White with #E68B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68B43; }
p { color: rgb(230,139,67); }
H1.HeaderClassName
{
color: #E68B43;
}
.AnyTagClassName
{
color: #E68B43;
}
</style>
background-color css
<style>
a { background-color: #E68B43; }
a { background-color: rgb(230,139,67); }
div.DivClassName
{
background-color: #E68B43;
}
.BgClassName
{
background-color: #E68B43;
}
</style>
border-color css
<style>
span { border-color: #E68B43; }
span { border-color: rgb(230,139,67); }
td.TdClassName
{
border-color: #E68B43;
}
.TagClassName
{
border-color: #E68B43;
}
</style>