Shades of Flamenco #E8814D
Tints of Flamenco #E8814D
RGB
CMYK
RGB Variations
Color information
#E8814D (or 0xE8814D) is known color: Flamenco. HEX triplet: E8, 81 and 4D. RGB value is (232,129,77). Sum of RGB (Red+Green+Blue) = 232+129+77=438 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.97% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 77 (30.47% from 255 or 17.58% from 438); Max value from RGB is 232 - color contains mainly: red. Hex color #E8814D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8814D is #177EB2. Grayscale: #9A9A9A. Windows color (decimal): -1539763 or 5079528. OLE color: 5079528.
HSL color Cylindrical-coordinate representation of color #E8814D: hue angle of 20.13º degrees, saturation: 0.77, 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 #E8814D is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 129 | 77 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.09 |
| HSL | 20.13º | 0.77% | 0.61% | - |
| HSV(B) | 20.13º | 0.67% | 0.91% | - |
| XYZ | 42.47 | 33.39 | 11.23 | - |
| YUV | 153.87 | 84.62 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 129 | 77 | 0 | 0.44 | 0.67 | 0.09 | 20.13 | 0.77 | 0.61 |
| Hex | E8 | 81 | 4D | 0 | 2C | 43 | 9 | 14 | 4D | 3D |
| Octal | 350 | 201 | 115 | 0 | 54 | 103 | 11 | 24 | 115 | 75 |
| Binary | 11101000 | 10000001 | 1001101 | 0 | 101100 | 1000011 | 1001 | 10100 | 1001101 | 111101 |
Color Harmonies of #E8814D
Complementary color
Monochromatic Colors of #E8814D
Black with #E8814D
Text Example
Text Example
White with #E8814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8814D; }
p { color: rgb(232,129,77); }
H1.HeaderClassName
{
color: #E8814D;
}
.AnyTagClassName
{
color: #E8814D;
}
</style>
background-color css
<style>
a { background-color: #E8814D; }
a { background-color: rgb(232,129,77); }
div.DivClassName
{
background-color: #E8814D;
}
.BgClassName
{
background-color: #E8814D;
}
</style>
border-color css
<style>
span { border-color: #E8814D; }
span { border-color: rgb(232,129,77); }
td.TdClassName
{
border-color: #E8814D;
}
.TagClassName
{
border-color: #E8814D;
}
</style>