Shades of Flamenco #E6884E
Tints of Flamenco #E6884E
RGB
CMYK
RGB Variations
Color information
#E6884E (or 0xE6884E) is known color: Flamenco. HEX triplet: E6, 88 and 4E. RGB value is (230,136,78). Sum of RGB (Red+Green+Blue) = 230+136+78=444 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.80% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 78 (30.86% from 255 or 17.57% from 444); Max value from RGB is 230 - color contains mainly: red. Hex color #E6884E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6884E is #1977B1. Grayscale: #9D9D9D. Windows color (decimal): -1669042 or 5146854. OLE color: 5146854.
HSL color Cylindrical-coordinate representation of color #E6884E: hue angle of 22.89º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E6884E is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 136 | 78 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.10 |
| HSL | 22.89º | 0.75% | 0.6% | - |
| HSV(B) | 22.89º | 0.66% | 0.9% | - |
| XYZ | 42.81 | 34.98 | 11.7 | - |
| YUV | 157.49 | 83.14 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 136 | 78 | 0 | 0.41 | 0.66 | 0.10 | 22.89 | 0.75 | 0.6 |
| Hex | E6 | 88 | 4E | 0 | 29 | 42 | A | 17 | 4B | 3C |
| Octal | 346 | 210 | 116 | 0 | 51 | 102 | 12 | 27 | 113 | 74 |
| Binary | 11100110 | 10001000 | 1001110 | 0 | 101001 | 1000010 | 1010 | 10111 | 1001011 | 111100 |
Color Harmonies of #E6884E
Complementary color
Monochromatic Colors of #E6884E
Black with #E6884E
Text Example
Text Example
White with #E6884E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6884E; }
p { color: rgb(230,136,78); }
H1.HeaderClassName
{
color: #E6884E;
}
.AnyTagClassName
{
color: #E6884E;
}
</style>
background-color css
<style>
a { background-color: #E6884E; }
a { background-color: rgb(230,136,78); }
div.DivClassName
{
background-color: #E6884E;
}
.BgClassName
{
background-color: #E6884E;
}
</style>
border-color css
<style>
span { border-color: #E6884E; }
span { border-color: rgb(230,136,78); }
td.TdClassName
{
border-color: #E6884E;
}
.TagClassName
{
border-color: #E6884E;
}
</style>