Shades of Flamenco #E68A43
Tints of Flamenco #E68A43
RGB
CMYK
RGB Variations
Color information
#E68A43 (or 0xE68A43) is known color: Flamenco. HEX triplet: E6, 8A and 43. RGB value is (230,138,67). Sum of RGB (Red+Green+Blue) = 230+138+67=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 67 (26.56% from 255 or 15.40% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A43 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68A43 is #1975BC. Grayscale: #9D9D9D. Windows color (decimal): -1668541 or 4426470. OLE color: 4426470.
HSL color Cylindrical-coordinate representation of color #E68A43: hue angle of 26.13º 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 #E68A43 is Cyan = 0, Magento = 0.4, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 67 | - |
| CMYK | 0 | 0.4 | 0.71 | 0.10 |
| HSL | 26.13º | 0.77% | 0.58% | - |
| HSV(B) | 26.13º | 0.71% | 0.9% | - |
| XYZ | 42.73 | 35.41 | 9.89 | - |
| YUV | 157.41 | 76.98 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 67 | 0 | 0.4 | 0.71 | 0.10 | 26.13 | 0.77 | 0.58 |
| Hex | E6 | 8A | 43 | 0 | 28 | 47 | A | 1A | 4D | 3A |
| Octal | 346 | 212 | 103 | 0 | 50 | 107 | 12 | 32 | 115 | 72 |
| Binary | 11100110 | 10001010 | 1000011 | 0 | 101000 | 1000111 | 1010 | 11010 | 1001101 | 111010 |
Color Harmonies of #E68A43
Complementary color
Monochromatic Colors of #E68A43
Black with #E68A43
Text Example
Text Example
White with #E68A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68A43; }
p { color: rgb(230,138,67); }
H1.HeaderClassName
{
color: #E68A43;
}
.AnyTagClassName
{
color: #E68A43;
}
</style>
background-color css
<style>
a { background-color: #E68A43; }
a { background-color: rgb(230,138,67); }
div.DivClassName
{
background-color: #E68A43;
}
.BgClassName
{
background-color: #E68A43;
}
</style>
border-color css
<style>
span { border-color: #E68A43; }
span { border-color: rgb(230,138,67); }
td.TdClassName
{
border-color: #E68A43;
}
.TagClassName
{
border-color: #E68A43;
}
</style>