Shades of Flamenco #ED8449
Tints of Flamenco #ED8449
RGB
CMYK
RGB Variations
Color information
#ED8449 (or 0xED8449) is known color: Flamenco. HEX triplet: ED, 84 and 49. RGB value is (237,132,73). Sum of RGB (Red+Green+Blue) = 237+132+73=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 132 (51.95% from 255 or 29.86% from 442); Blue value is 73 (28.91% from 255 or 16.52% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8449 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8449 is #127BB6. Grayscale: #9D9D9D. Windows color (decimal): -1211319 or 4818157. OLE color: 4818157.
HSL color Cylindrical-coordinate representation of color #ED8449: hue angle of 21.59º 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 #ED8449 is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 132 | 73 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.07 |
| HSL | 21.59º | 0.82% | 0.61% | - |
| HSV(B) | 21.59º | 0.69% | 0.93% | - |
| XYZ | 44.38 | 34.99 | 10.72 | - |
| YUV | 156.67 | 80.79 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 132 | 73 | 0 | 0.44 | 0.69 | 0.07 | 21.59 | 0.82 | 0.61 |
| Hex | ED | 84 | 49 | 0 | 2C | 45 | 7 | 16 | 52 | 3D |
| Octal | 355 | 204 | 111 | 0 | 54 | 105 | 7 | 26 | 122 | 75 |
| Binary | 11101101 | 10000100 | 1001001 | 0 | 101100 | 1000101 | 111 | 10110 | 1010010 | 111101 |
Color Harmonies of #ED8449
Complementary color
Monochromatic Colors of #ED8449
Black with #ED8449
Text Example
Text Example
White with #ED8449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8449; }
p { color: rgb(237,132,73); }
H1.HeaderClassName
{
color: #ED8449;
}
.AnyTagClassName
{
color: #ED8449;
}
</style>
background-color css
<style>
a { background-color: #ED8449; }
a { background-color: rgb(237,132,73); }
div.DivClassName
{
background-color: #ED8449;
}
.BgClassName
{
background-color: #ED8449;
}
</style>
border-color css
<style>
span { border-color: #ED8449; }
span { border-color: rgb(237,132,73); }
td.TdClassName
{
border-color: #ED8449;
}
.TagClassName
{
border-color: #ED8449;
}
</style>