Shades of Flamenco #E9814C
Tints of Flamenco #E9814C
RGB
CMYK
RGB Variations
Color information
#E9814C (or 0xE9814C) is known color: Flamenco. HEX triplet: E9, 81 and 4C. RGB value is (233,129,76). Sum of RGB (Red+Green+Blue) = 233+129+76=438 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.20% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 76 (30.08% from 255 or 17.35% from 438); Max value from RGB is 233 - color contains mainly: red. Hex color #E9814C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9814C is #167EB3. Grayscale: #9A9A9A. Windows color (decimal): -1474228 or 5013993. OLE color: 5013993.
HSL color Cylindrical-coordinate representation of color #E9814C: hue angle of 20.25º 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 #E9814C is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 129 | 76 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.09 |
| HSL | 20.25º | 0.78% | 0.61% | - |
| HSV(B) | 20.25º | 0.67% | 0.91% | - |
| XYZ | 42.76 | 33.55 | 11.06 | - |
| YUV | 154.05 | 83.96 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 129 | 76 | 0 | 0.45 | 0.67 | 0.09 | 20.25 | 0.78 | 0.61 |
| Hex | E9 | 81 | 4C | 0 | 2D | 43 | 9 | 14 | 4E | 3D |
| Octal | 351 | 201 | 114 | 0 | 55 | 103 | 11 | 24 | 116 | 75 |
| Binary | 11101001 | 10000001 | 1001100 | 0 | 101101 | 1000011 | 1001 | 10100 | 1001110 | 111101 |
Color Harmonies of #E9814C
Complementary color
Monochromatic Colors of #E9814C
Black with #E9814C
Text Example
Text Example
White with #E9814C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9814C; }
p { color: rgb(233,129,76); }
H1.HeaderClassName
{
color: #E9814C;
}
.AnyTagClassName
{
color: #E9814C;
}
</style>
background-color css
<style>
a { background-color: #E9814C; }
a { background-color: rgb(233,129,76); }
div.DivClassName
{
background-color: #E9814C;
}
.BgClassName
{
background-color: #E9814C;
}
</style>
border-color css
<style>
span { border-color: #E9814C; }
span { border-color: rgb(233,129,76); }
td.TdClassName
{
border-color: #E9814C;
}
.TagClassName
{
border-color: #E9814C;
}
</style>