Shades of Flamenco #E6864C
Tints of Flamenco #E6864C
RGB
CMYK
RGB Variations
Color information
#E6864C (or 0xE6864C) is known color: Flamenco. HEX triplet: E6, 86 and 4C. RGB value is (230,134,76). Sum of RGB (Red+Green+Blue) = 230+134+76=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 76 (30.08% from 255 or 17.27% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E6864C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6864C is #1979B3. Grayscale: #9C9C9C. Windows color (decimal): -1669556 or 5015270. OLE color: 5015270.
HSL color Cylindrical-coordinate representation of color #E6864C: hue angle of 22.6º 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 #E6864C is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 134 | 76 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.10 |
| HSL | 22.6º | 0.75% | 0.6% | - |
| HSV(B) | 22.6º | 0.67% | 0.9% | - |
| XYZ | 42.46 | 34.39 | 11.24 | - |
| YUV | 156.09 | 82.8 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 134 | 76 | 0 | 0.42 | 0.67 | 0.10 | 22.6 | 0.75 | 0.6 |
| Hex | E6 | 86 | 4C | 0 | 2A | 43 | A | 17 | 4B | 3C |
| Octal | 346 | 206 | 114 | 0 | 52 | 103 | 12 | 27 | 113 | 74 |
| Binary | 11100110 | 10000110 | 1001100 | 0 | 101010 | 1000011 | 1010 | 10111 | 1001011 | 111100 |
Color Harmonies of #E6864C
Complementary color
Monochromatic Colors of #E6864C
Black with #E6864C
Text Example
Text Example
White with #E6864C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6864C; }
p { color: rgb(230,134,76); }
H1.HeaderClassName
{
color: #E6864C;
}
.AnyTagClassName
{
color: #E6864C;
}
</style>
background-color css
<style>
a { background-color: #E6864C; }
a { background-color: rgb(230,134,76); }
div.DivClassName
{
background-color: #E6864C;
}
.BgClassName
{
background-color: #E6864C;
}
</style>
border-color css
<style>
span { border-color: #E6864C; }
span { border-color: rgb(230,134,76); }
td.TdClassName
{
border-color: #E6864C;
}
.TagClassName
{
border-color: #E6864C;
}
</style>