Shades of Flamenco #E6884D
Tints of Flamenco #E6884D
RGB
CMYK
RGB Variations
Color information
#E6884D (or 0xE6884D) is known color: Flamenco. HEX triplet: E6, 88 and 4D. RGB value is (230,136,77). Sum of RGB (Red+Green+Blue) = 230+136+77=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 77 (30.47% from 255 or 17.38% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E6884D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6884D is #1977B2. Grayscale: #9D9D9D. Windows color (decimal): -1669043 or 5081318. OLE color: 5081318.
HSL color Cylindrical-coordinate representation of color #E6884D: hue angle of 23.14º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E6884D is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 136 | 77 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.10 |
| HSL | 23.14º | 0.75% | 0.6% | - |
| HSV(B) | 23.14º | 0.67% | 0.9% | - |
| XYZ | 42.78 | 34.97 | 11.52 | - |
| YUV | 157.38 | 82.64 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 136 | 77 | 0 | 0.41 | 0.67 | 0.10 | 23.14 | 0.75 | 0.6 |
| Hex | E6 | 88 | 4D | 0 | 29 | 43 | A | 17 | 4B | 3C |
| Octal | 346 | 210 | 115 | 0 | 51 | 103 | 12 | 27 | 113 | 74 |
| Binary | 11100110 | 10001000 | 1001101 | 0 | 101001 | 1000011 | 1010 | 10111 | 1001011 | 111100 |
Color Harmonies of #E6884D
Complementary color
Monochromatic Colors of #E6884D
Black with #E6884D
Text Example
Text Example
White with #E6884D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6884D; }
p { color: rgb(230,136,77); }
H1.HeaderClassName
{
color: #E6884D;
}
.AnyTagClassName
{
color: #E6884D;
}
</style>
background-color css
<style>
a { background-color: #E6884D; }
a { background-color: rgb(230,136,77); }
div.DivClassName
{
background-color: #E6884D;
}
.BgClassName
{
background-color: #E6884D;
}
</style>
border-color css
<style>
span { border-color: #E6884D; }
span { border-color: rgb(230,136,77); }
td.TdClassName
{
border-color: #E6884D;
}
.TagClassName
{
border-color: #E6884D;
}
</style>