Shades of Flamenco #ED8545
Tints of Flamenco #ED8545
RGB
CMYK
RGB Variations
Color information
#ED8545 (or 0xED8545) is known color: Flamenco. HEX triplet: ED, 85 and 45. RGB value is (237,133,69). Sum of RGB (Red+Green+Blue) = 237+133+69=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 69 (27.34% from 255 or 15.72% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8545 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8545 is #127ABA. Grayscale: #9D9D9D. Windows color (decimal): -1211067 or 4556269. OLE color: 4556269.
HSL color Cylindrical-coordinate representation of color #ED8545: hue angle of 22.86º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED8545 is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 133 | 69 | - |
| CMYK | 0 | 0.44 | 0.71 | 0.07 |
| HSL | 22.86º | 0.82% | 0.6% | - |
| HSV(B) | 22.86º | 0.71% | 0.93% | - |
| XYZ | 44.39 | 35.21 | 10.09 | - |
| YUV | 156.8 | 78.46 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 133 | 69 | 0 | 0.44 | 0.71 | 0.07 | 22.86 | 0.82 | 0.6 |
| Hex | ED | 85 | 45 | 0 | 2C | 47 | 7 | 17 | 52 | 3C |
| Octal | 355 | 205 | 105 | 0 | 54 | 107 | 7 | 27 | 122 | 74 |
| Binary | 11101101 | 10000101 | 1000101 | 0 | 101100 | 1000111 | 111 | 10111 | 1010010 | 111100 |
Color Harmonies of #ED8545
Complementary color
Monochromatic Colors of #ED8545
Black with #ED8545
Text Example
Text Example
White with #ED8545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8545; }
p { color: rgb(237,133,69); }
H1.HeaderClassName
{
color: #ED8545;
}
.AnyTagClassName
{
color: #ED8545;
}
</style>
background-color css
<style>
a { background-color: #ED8545; }
a { background-color: rgb(237,133,69); }
div.DivClassName
{
background-color: #ED8545;
}
.BgClassName
{
background-color: #ED8545;
}
</style>
border-color css
<style>
span { border-color: #ED8545; }
span { border-color: rgb(237,133,69); }
td.TdClassName
{
border-color: #ED8545;
}
.TagClassName
{
border-color: #ED8545;
}
</style>