Shades of Flamenco #E08D4F
Tints of Flamenco #E08D4F
RGB
CMYK
RGB Variations
Color information
#E08D4F (or 0xE08D4F) is known color: Flamenco. HEX triplet: E0, 8D and 4F. RGB value is (224,141,79). Sum of RGB (Red+Green+Blue) = 224+141+79=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 79 (31.25% from 255 or 17.79% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08D4F is #1F72B0. Grayscale: #9F9F9F. Windows color (decimal): -2060977 or 5213664. OLE color: 5213664.
HSL color Cylindrical-coordinate representation of color #E08D4F: hue angle of 25.66º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E08D4F is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 141 | 79 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.12 |
| HSL | 25.66º | 0.7% | 0.59% | - |
| HSV(B) | 25.66º | 0.65% | 0.88% | - |
| XYZ | 41.68 | 35.46 | 12.05 | - |
| YUV | 158.75 | 83 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 79 | 0 | 0.37 | 0.65 | 0.12 | 25.66 | 0.7 | 0.59 |
| Hex | E0 | 8D | 4F | 0 | 25 | 41 | C | 1A | 46 | 3B |
| Octal | 340 | 215 | 117 | 0 | 45 | 101 | 14 | 32 | 106 | 73 |
| Binary | 11100000 | 10001101 | 1001111 | 0 | 100101 | 1000001 | 1100 | 11010 | 1000110 | 111011 |
Color Harmonies of #E08D4F
Complementary color
Monochromatic Colors of #E08D4F
Black with #E08D4F
Text Example
Text Example
White with #E08D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08D4F; }
p { color: rgb(224,141,79); }
H1.HeaderClassName
{
color: #E08D4F;
}
.AnyTagClassName
{
color: #E08D4F;
}
</style>
background-color css
<style>
a { background-color: #E08D4F; }
a { background-color: rgb(224,141,79); }
div.DivClassName
{
background-color: #E08D4F;
}
.BgClassName
{
background-color: #E08D4F;
}
</style>
border-color css
<style>
span { border-color: #E08D4F; }
span { border-color: rgb(224,141,79); }
td.TdClassName
{
border-color: #E08D4F;
}
.TagClassName
{
border-color: #E08D4F;
}
</style>