Shades of Flamenco #E08F4D
Tints of Flamenco #E08F4D
RGB
CMYK
RGB Variations
Color information
#E08F4D (or 0xE08F4D) is known color: Flamenco. HEX triplet: E0, 8F and 4D. RGB value is (224,143,77). Sum of RGB (Red+Green+Blue) = 224+143+77=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 77 (30.47% from 255 or 17.34% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08F4D is #1F70B2. Grayscale: #A0A0A0. Windows color (decimal): -2060467 or 5083104. OLE color: 5083104.
HSL color Cylindrical-coordinate representation of color #E08F4D: hue angle of 26.94º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E08F4D is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 143 | 77 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.12 |
| HSL | 26.94º | 0.7% | 0.59% | - |
| HSV(B) | 26.94º | 0.66% | 0.88% | - |
| XYZ | 41.9 | 36.03 | 11.77 | - |
| YUV | 159.7 | 81.34 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 143 | 77 | 0 | 0.36 | 0.66 | 0.12 | 26.94 | 0.7 | 0.59 |
| Hex | E0 | 8F | 4D | 0 | 24 | 42 | C | 1B | 46 | 3B |
| Octal | 340 | 217 | 115 | 0 | 44 | 102 | 14 | 33 | 106 | 73 |
| Binary | 11100000 | 10001111 | 1001101 | 0 | 100100 | 1000010 | 1100 | 11011 | 1000110 | 111011 |
Color Harmonies of #E08F4D
Complementary color
Monochromatic Colors of #E08F4D
Black with #E08F4D
Text Example
Text Example
White with #E08F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08F4D; }
p { color: rgb(224,143,77); }
H1.HeaderClassName
{
color: #E08F4D;
}
.AnyTagClassName
{
color: #E08F4D;
}
</style>
background-color css
<style>
a { background-color: #E08F4D; }
a { background-color: rgb(224,143,77); }
div.DivClassName
{
background-color: #E08F4D;
}
.BgClassName
{
background-color: #E08F4D;
}
</style>
border-color css
<style>
span { border-color: #E08F4D; }
span { border-color: rgb(224,143,77); }
td.TdClassName
{
border-color: #E08F4D;
}
.TagClassName
{
border-color: #E08F4D;
}
</style>