Shades of Flamenco #E68247
Tints of Flamenco #E68247
RGB
CMYK
RGB Variations
Color information
#E68247 (or 0xE68247) is known color: Flamenco. HEX triplet: E6, 82 and 47. RGB value is (230,130,71). Sum of RGB (Red+Green+Blue) = 230+130+71=431 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.36% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 71 (28.12% from 255 or 16.47% from 431); Max value from RGB is 230 - color contains mainly: red. Hex color #E68247 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68247 is #197DB8. Grayscale: #999999. Windows color (decimal): -1670585 or 4686566. OLE color: 4686566.
HSL color Cylindrical-coordinate representation of color #E68247: hue angle of 22.26º 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 #E68247 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 130 | 71 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.10 |
| HSL | 22.26º | 0.76% | 0.59% | - |
| HSV(B) | 22.26º | 0.69% | 0.9% | - |
| XYZ | 41.75 | 33.24 | 10.18 | - |
| YUV | 153.17 | 81.63 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 71 | 0 | 0.43 | 0.69 | 0.10 | 22.26 | 0.76 | 0.59 |
| Hex | E6 | 82 | 47 | 0 | 2B | 45 | A | 16 | 4C | 3B |
| Octal | 346 | 202 | 107 | 0 | 53 | 105 | 12 | 26 | 114 | 73 |
| Binary | 11100110 | 10000010 | 1000111 | 0 | 101011 | 1000101 | 1010 | 10110 | 1001100 | 111011 |
Color Harmonies of #E68247
Complementary color
Monochromatic Colors of #E68247
Black with #E68247
Text Example
Text Example
White with #E68247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68247; }
p { color: rgb(230,130,71); }
H1.HeaderClassName
{
color: #E68247;
}
.AnyTagClassName
{
color: #E68247;
}
</style>
background-color css
<style>
a { background-color: #E68247; }
a { background-color: rgb(230,130,71); }
div.DivClassName
{
background-color: #E68247;
}
.BgClassName
{
background-color: #E68247;
}
</style>
border-color css
<style>
span { border-color: #E68247; }
span { border-color: rgb(230,130,71); }
td.TdClassName
{
border-color: #E68247;
}
.TagClassName
{
border-color: #E68247;
}
</style>