Shades of Flamenco #E9814E
Tints of Flamenco #E9814E
RGB
CMYK
RGB Variations
Color information
#E9814E (or 0xE9814E) is known color: Flamenco. HEX triplet: E9, 81 and 4E. RGB value is (233,129,78). Sum of RGB (Red+Green+Blue) = 233+129+78=440 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.95% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 78 (30.86% from 255 or 17.73% from 440); Max value from RGB is 233 - color contains mainly: red. Hex color #E9814E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9814E is #167EB1. Grayscale: #9A9A9A. Windows color (decimal): -1474226 or 5145065. OLE color: 5145065.
HSL color Cylindrical-coordinate representation of color #E9814E: hue angle of 19.74º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E9814E is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 129 | 78 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.09 |
| HSL | 19.74º | 0.78% | 0.61% | - |
| HSV(B) | 19.74º | 0.67% | 0.91% | - |
| XYZ | 42.83 | 33.57 | 11.43 | - |
| YUV | 154.28 | 84.96 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 129 | 78 | 0 | 0.45 | 0.67 | 0.09 | 19.74 | 0.78 | 0.61 |
| Hex | E9 | 81 | 4E | 0 | 2D | 43 | 9 | 14 | 4E | 3D |
| Octal | 351 | 201 | 116 | 0 | 55 | 103 | 11 | 24 | 116 | 75 |
| Binary | 11101001 | 10000001 | 1001110 | 0 | 101101 | 1000011 | 1001 | 10100 | 1001110 | 111101 |
Color Harmonies of #E9814E
Complementary color
Monochromatic Colors of #E9814E
Black with #E9814E
Text Example
Text Example
White with #E9814E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9814E; }
p { color: rgb(233,129,78); }
H1.HeaderClassName
{
color: #E9814E;
}
.AnyTagClassName
{
color: #E9814E;
}
</style>
background-color css
<style>
a { background-color: #E9814E; }
a { background-color: rgb(233,129,78); }
div.DivClassName
{
background-color: #E9814E;
}
.BgClassName
{
background-color: #E9814E;
}
</style>
border-color css
<style>
span { border-color: #E9814E; }
span { border-color: rgb(233,129,78); }
td.TdClassName
{
border-color: #E9814E;
}
.TagClassName
{
border-color: #E9814E;
}
</style>