Shades of Flamenco #ED8D49
Tints of Flamenco #ED8D49
RGB
CMYK
RGB Variations
Color information
#ED8D49 (or 0xED8D49) is known color: Flamenco. HEX triplet: ED, 8D and 49. RGB value is (237,141,73). Sum of RGB (Red+Green+Blue) = 237+141+73=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 73 (28.91% from 255 or 16.19% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8D49 is #1272B6. Grayscale: #A2A2A2. Windows color (decimal): -1209015 or 4820461. OLE color: 4820461.
HSL color Cylindrical-coordinate representation of color #ED8D49: hue angle of 24.88º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED8D49 is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 141 | 73 | - |
| CMYK | 0 | 0.41 | 0.69 | 0.07 |
| HSL | 24.88º | 0.82% | 0.61% | - |
| HSV(B) | 24.88º | 0.69% | 0.93% | - |
| XYZ | 45.65 | 37.54 | 11.14 | - |
| YUV | 161.95 | 77.8 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 141 | 73 | 0 | 0.41 | 0.69 | 0.07 | 24.88 | 0.82 | 0.61 |
| Hex | ED | 8D | 49 | 0 | 29 | 45 | 7 | 19 | 52 | 3D |
| Octal | 355 | 215 | 111 | 0 | 51 | 105 | 7 | 31 | 122 | 75 |
| Binary | 11101101 | 10001101 | 1001001 | 0 | 101001 | 1000101 | 111 | 11001 | 1010010 | 111101 |
Color Harmonies of #ED8D49
Complementary color
Monochromatic Colors of #ED8D49
Black with #ED8D49
Text Example
Text Example
White with #ED8D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8D49; }
p { color: rgb(237,141,73); }
H1.HeaderClassName
{
color: #ED8D49;
}
.AnyTagClassName
{
color: #ED8D49;
}
</style>
background-color css
<style>
a { background-color: #ED8D49; }
a { background-color: rgb(237,141,73); }
div.DivClassName
{
background-color: #ED8D49;
}
.BgClassName
{
background-color: #ED8D49;
}
</style>
border-color css
<style>
span { border-color: #ED8D49; }
span { border-color: rgb(237,141,73); }
td.TdClassName
{
border-color: #ED8D49;
}
.TagClassName
{
border-color: #ED8D49;
}
</style>