Shades of Flamenco #E68747
Tints of Flamenco #E68747
RGB
CMYK
RGB Variations
Color information
#E68747 (or 0xE68747) is known color: Flamenco. HEX triplet: E6, 87 and 47. RGB value is (230,135,71). Sum of RGB (Red+Green+Blue) = 230+135+71=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 71 (28.12% from 255 or 16.28% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E68747 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68747 is #1978B8. Grayscale: #9C9C9C. Windows color (decimal): -1669305 or 4687846. OLE color: 4687846.
HSL color Cylindrical-coordinate representation of color #E68747: hue angle of 24.15º 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 #E68747 is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 71 | - |
| CMYK | 0 | 0.41 | 0.69 | 0.10 |
| HSL | 24.15º | 0.76% | 0.59% | - |
| HSV(B) | 24.15º | 0.69% | 0.9% | - |
| XYZ | 42.43 | 34.61 | 10.4 | - |
| YUV | 156.11 | 79.97 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 71 | 0 | 0.41 | 0.69 | 0.10 | 24.15 | 0.76 | 0.59 |
| Hex | E6 | 87 | 47 | 0 | 29 | 45 | A | 18 | 4C | 3B |
| Octal | 346 | 207 | 107 | 0 | 51 | 105 | 12 | 30 | 114 | 73 |
| Binary | 11100110 | 10000111 | 1000111 | 0 | 101001 | 1000101 | 1010 | 11000 | 1001100 | 111011 |
Color Harmonies of #E68747
Complementary color
Monochromatic Colors of #E68747
Black with #E68747
Text Example
Text Example
White with #E68747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68747; }
p { color: rgb(230,135,71); }
H1.HeaderClassName
{
color: #E68747;
}
.AnyTagClassName
{
color: #E68747;
}
</style>
background-color css
<style>
a { background-color: #E68747; }
a { background-color: rgb(230,135,71); }
div.DivClassName
{
background-color: #E68747;
}
.BgClassName
{
background-color: #E68747;
}
</style>
border-color css
<style>
span { border-color: #E68747; }
span { border-color: rgb(230,135,71); }
td.TdClassName
{
border-color: #E68747;
}
.TagClassName
{
border-color: #E68747;
}
</style>