Shades of Flamenco #ED8745
Tints of Flamenco #ED8745
RGB
CMYK
RGB Variations
Color information
#ED8745 (or 0xED8745) is known color: Flamenco. HEX triplet: ED, 87 and 45. RGB value is (237,135,69). Sum of RGB (Red+Green+Blue) = 237+135+69=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 69 (27.34% from 255 or 15.65% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8745 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8745 is #1278BA. Grayscale: #9E9E9E. Windows color (decimal): -1210555 or 4556781. OLE color: 4556781.
HSL color Cylindrical-coordinate representation of color #ED8745: hue angle of 23.57º 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 #ED8745 is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 135 | 69 | - |
| CMYK | 0 | 0.43 | 0.71 | 0.07 |
| HSL | 23.57º | 0.82% | 0.6% | - |
| HSV(B) | 23.57º | 0.71% | 0.93% | - |
| XYZ | 44.66 | 35.76 | 10.18 | - |
| YUV | 157.97 | 77.79 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 135 | 69 | 0 | 0.43 | 0.71 | 0.07 | 23.57 | 0.82 | 0.6 |
| Hex | ED | 87 | 45 | 0 | 2B | 47 | 7 | 18 | 52 | 3C |
| Octal | 355 | 207 | 105 | 0 | 53 | 107 | 7 | 30 | 122 | 74 |
| Binary | 11101101 | 10000111 | 1000101 | 0 | 101011 | 1000111 | 111 | 11000 | 1010010 | 111100 |
Color Harmonies of #ED8745
Complementary color
Monochromatic Colors of #ED8745
Black with #ED8745
Text Example
Text Example
White with #ED8745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8745; }
p { color: rgb(237,135,69); }
H1.HeaderClassName
{
color: #ED8745;
}
.AnyTagClassName
{
color: #ED8745;
}
</style>
background-color css
<style>
a { background-color: #ED8745; }
a { background-color: rgb(237,135,69); }
div.DivClassName
{
background-color: #ED8745;
}
.BgClassName
{
background-color: #ED8745;
}
</style>
border-color css
<style>
span { border-color: #ED8745; }
span { border-color: rgb(237,135,69); }
td.TdClassName
{
border-color: #ED8745;
}
.TagClassName
{
border-color: #ED8745;
}
</style>