Shades of Flamenco #ED8247
Tints of Flamenco #ED8247
RGB
CMYK
RGB Variations
Color information
#ED8247 (or 0xED8247) is known color: Flamenco. HEX triplet: ED, 82 and 47. RGB value is (237,130,71). Sum of RGB (Red+Green+Blue) = 237+130+71=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 71 (28.12% from 255 or 16.21% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8247 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8247 is #127DB8. Grayscale: #9B9B9B. Windows color (decimal): -1211833 or 4686573. OLE color: 4686573.
HSL color Cylindrical-coordinate representation of color #ED8247: hue angle of 21.33º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED8247 is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 130 | 71 | - |
| CMYK | 0 | 0.45 | 0.70 | 0.07 |
| HSL | 21.33º | 0.82% | 0.6% | - |
| HSV(B) | 21.33º | 0.7% | 0.93% | - |
| XYZ | 44.05 | 34.42 | 10.28 | - |
| YUV | 155.27 | 80.45 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 130 | 71 | 0 | 0.45 | 0.70 | 0.07 | 21.33 | 0.82 | 0.6 |
| Hex | ED | 82 | 47 | 0 | 2D | 46 | 7 | 15 | 52 | 3C |
| Octal | 355 | 202 | 107 | 0 | 55 | 106 | 7 | 25 | 122 | 74 |
| Binary | 11101101 | 10000010 | 1000111 | 0 | 101101 | 1000110 | 111 | 10101 | 1010010 | 111100 |
Color Harmonies of #ED8247
Complementary color
Monochromatic Colors of #ED8247
Black with #ED8247
Text Example
Text Example
White with #ED8247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8247; }
p { color: rgb(237,130,71); }
H1.HeaderClassName
{
color: #ED8247;
}
.AnyTagClassName
{
color: #ED8247;
}
</style>
background-color css
<style>
a { background-color: #ED8247; }
a { background-color: rgb(237,130,71); }
div.DivClassName
{
background-color: #ED8247;
}
.BgClassName
{
background-color: #ED8247;
}
</style>
border-color css
<style>
span { border-color: #ED8247; }
span { border-color: rgb(237,130,71); }
td.TdClassName
{
border-color: #ED8247;
}
.TagClassName
{
border-color: #ED8247;
}
</style>