Shades of Flamenco #E68647
Tints of Flamenco #E68647
RGB
CMYK
RGB Variations
Color information
#E68647 (or 0xE68647) is known color: Flamenco. HEX triplet: E6, 86 and 47. RGB value is (230,134,71). Sum of RGB (Red+Green+Blue) = 230+134+71=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 71 (28.12% from 255 or 16.32% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E68647 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68647 is #1979B8. Grayscale: #9B9B9B. Windows color (decimal): -1669561 or 4687590. OLE color: 4687590.
HSL color Cylindrical-coordinate representation of color #E68647: hue angle of 23.77º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E68647 is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 134 | 71 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.10 |
| HSL | 23.77º | 0.76% | 0.59% | - |
| HSV(B) | 23.77º | 0.69% | 0.9% | - |
| XYZ | 42.3 | 34.33 | 10.36 | - |
| YUV | 155.52 | 80.3 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 134 | 71 | 0 | 0.42 | 0.69 | 0.10 | 23.77 | 0.76 | 0.59 |
| Hex | E6 | 86 | 47 | 0 | 2A | 45 | A | 18 | 4C | 3B |
| Octal | 346 | 206 | 107 | 0 | 52 | 105 | 12 | 30 | 114 | 73 |
| Binary | 11100110 | 10000110 | 1000111 | 0 | 101010 | 1000101 | 1010 | 11000 | 1001100 | 111011 |
Color Harmonies of #E68647
Complementary color
Monochromatic Colors of #E68647
Black with #E68647
Text Example
Text Example
White with #E68647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68647; }
p { color: rgb(230,134,71); }
H1.HeaderClassName
{
color: #E68647;
}
.AnyTagClassName
{
color: #E68647;
}
</style>
background-color css
<style>
a { background-color: #E68647; }
a { background-color: rgb(230,134,71); }
div.DivClassName
{
background-color: #E68647;
}
.BgClassName
{
background-color: #E68647;
}
</style>
border-color css
<style>
span { border-color: #E68647; }
span { border-color: rgb(230,134,71); }
td.TdClassName
{
border-color: #E68647;
}
.TagClassName
{
border-color: #E68647;
}
</style>