Shades of Flamenco #E9864F
Tints of Flamenco #E9864F
RGB
CMYK
RGB Variations
Color information
#E9864F (or 0xE9864F) is known color: Flamenco. HEX triplet: E9, 86 and 4F. RGB value is (233,134,79). Sum of RGB (Red+Green+Blue) = 233+134+79=446 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.24% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 79 (31.25% from 255 or 17.71% from 446); Max value from RGB is 233 - color contains mainly: red. Hex color #E9864F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9864F is #1679B0. Grayscale: #9D9D9D. Windows color (decimal): -1472945 or 5211881. OLE color: 5211881.
HSL color Cylindrical-coordinate representation of color #E9864F: hue angle of 21.43º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E9864F is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 134 | 79 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.09 |
| HSL | 21.43º | 0.78% | 0.61% | - |
| HSV(B) | 21.43º | 0.66% | 0.91% | - |
| XYZ | 43.54 | 34.94 | 11.85 | - |
| YUV | 157.33 | 83.8 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 134 | 79 | 0 | 0.42 | 0.66 | 0.09 | 21.43 | 0.78 | 0.61 |
| Hex | E9 | 86 | 4F | 0 | 2A | 42 | 9 | 15 | 4E | 3D |
| Octal | 351 | 206 | 117 | 0 | 52 | 102 | 11 | 25 | 116 | 75 |
| Binary | 11101001 | 10000110 | 1001111 | 0 | 101010 | 1000010 | 1001 | 10101 | 1001110 | 111101 |
Color Harmonies of #E9864F
Complementary color
Monochromatic Colors of #E9864F
Black with #E9864F
Text Example
Text Example
White with #E9864F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9864F; }
p { color: rgb(233,134,79); }
H1.HeaderClassName
{
color: #E9864F;
}
.AnyTagClassName
{
color: #E9864F;
}
</style>
background-color css
<style>
a { background-color: #E9864F; }
a { background-color: rgb(233,134,79); }
div.DivClassName
{
background-color: #E9864F;
}
.BgClassName
{
background-color: #E9864F;
}
</style>
border-color css
<style>
span { border-color: #E9864F; }
span { border-color: rgb(233,134,79); }
td.TdClassName
{
border-color: #E9864F;
}
.TagClassName
{
border-color: #E9864F;
}
</style>