Shades of Flamenco #ED8746
Tints of Flamenco #ED8746
RGB
CMYK
RGB Variations
Color information
#ED8746 (or 0xED8746) is known color: Flamenco. HEX triplet: ED, 87 and 46. RGB value is (237,135,70). Sum of RGB (Red+Green+Blue) = 237+135+70=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 70 (27.73% from 255 or 15.84% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8746 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8746 is #1278B9. Grayscale: #9E9E9E. Windows color (decimal): -1210554 or 4622317. OLE color: 4622317.
HSL color Cylindrical-coordinate representation of color #ED8746: hue angle of 23.35º 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 #ED8746 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 135 | 70 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.07 |
| HSL | 23.35º | 0.82% | 0.6% | - |
| HSV(B) | 23.35º | 0.7% | 0.93% | - |
| XYZ | 44.69 | 35.77 | 10.34 | - |
| YUV | 158.09 | 78.29 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 135 | 70 | 0 | 0.43 | 0.70 | 0.07 | 23.35 | 0.82 | 0.6 |
| Hex | ED | 87 | 46 | 0 | 2B | 46 | 7 | 17 | 52 | 3C |
| Octal | 355 | 207 | 106 | 0 | 53 | 106 | 7 | 27 | 122 | 74 |
| Binary | 11101101 | 10000111 | 1000110 | 0 | 101011 | 1000110 | 111 | 10111 | 1010010 | 111100 |
Color Harmonies of #ED8746
Complementary color
Monochromatic Colors of #ED8746
Black with #ED8746
Text Example
Text Example
White with #ED8746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8746; }
p { color: rgb(237,135,70); }
H1.HeaderClassName
{
color: #ED8746;
}
.AnyTagClassName
{
color: #ED8746;
}
</style>
background-color css
<style>
a { background-color: #ED8746; }
a { background-color: rgb(237,135,70); }
div.DivClassName
{
background-color: #ED8746;
}
.BgClassName
{
background-color: #ED8746;
}
</style>
border-color css
<style>
span { border-color: #ED8746; }
span { border-color: rgb(237,135,70); }
td.TdClassName
{
border-color: #ED8746;
}
.TagClassName
{
border-color: #ED8746;
}
</style>