Shades of Flamenco #E7814D
Tints of Flamenco #E7814D
RGB
CMYK
RGB Variations
Color information
#E7814D (or 0xE7814D) is known color: Flamenco. HEX triplet: E7, 81 and 4D. RGB value is (231,129,77). Sum of RGB (Red+Green+Blue) = 231+129+77=437 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.86% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 77 (30.47% from 255 or 17.62% from 437); Max value from RGB is 231 - color contains mainly: red. Hex color #E7814D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7814D is #187EB2. Grayscale: #999999. Windows color (decimal): -1605299 or 5079527. OLE color: 5079527.
HSL color Cylindrical-coordinate representation of color #E7814D: hue angle of 20.26º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E7814D is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 129 | 77 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.09 |
| HSL | 20.26º | 0.76% | 0.6% | - |
| HSV(B) | 20.26º | 0.67% | 0.91% | - |
| XYZ | 42.14 | 33.23 | 11.21 | - |
| YUV | 153.57 | 84.79 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 129 | 77 | 0 | 0.44 | 0.67 | 0.09 | 20.26 | 0.76 | 0.6 |
| Hex | E7 | 81 | 4D | 0 | 2C | 43 | 9 | 14 | 4C | 3C |
| Octal | 347 | 201 | 115 | 0 | 54 | 103 | 11 | 24 | 114 | 74 |
| Binary | 11100111 | 10000001 | 1001101 | 0 | 101100 | 1000011 | 1001 | 10100 | 1001100 | 111100 |
Color Harmonies of #E7814D
Complementary color
Monochromatic Colors of #E7814D
Black with #E7814D
Text Example
Text Example
White with #E7814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7814D; }
p { color: rgb(231,129,77); }
H1.HeaderClassName
{
color: #E7814D;
}
.AnyTagClassName
{
color: #E7814D;
}
</style>
background-color css
<style>
a { background-color: #E7814D; }
a { background-color: rgb(231,129,77); }
div.DivClassName
{
background-color: #E7814D;
}
.BgClassName
{
background-color: #E7814D;
}
</style>
border-color css
<style>
span { border-color: #E7814D; }
span { border-color: rgb(231,129,77); }
td.TdClassName
{
border-color: #E7814D;
}
.TagClassName
{
border-color: #E7814D;
}
</style>