Shades of Flamenco #ED863E
Tints of Flamenco #ED863E
RGB
CMYK
RGB Variations
Color information
#ED863E (or 0xED863E) is known color: Flamenco. HEX triplet: ED, 86 and 3E. RGB value is (237,134,62). Sum of RGB (Red+Green+Blue) = 237+134+62=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 62 (24.61% from 255 or 14.32% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #ED863E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED863E is #1279C1. Grayscale: #9C9C9C. Windows color (decimal): -1210818 or 4097773. OLE color: 4097773.
HSL color Cylindrical-coordinate representation of color #ED863E: hue angle of 24.69º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED863E is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 62 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.07 |
| HSL | 24.69º | 0.83% | 0.59% | - |
| HSV(B) | 24.69º | 0.74% | 0.93% | - |
| XYZ | 44.32 | 35.4 | 9.05 | - |
| YUV | 156.59 | 74.62 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 62 | 0 | 0.43 | 0.74 | 0.07 | 24.69 | 0.83 | 0.59 |
| Hex | ED | 86 | 3E | 0 | 2B | 4A | 7 | 19 | 53 | 3B |
| Octal | 355 | 206 | 76 | 0 | 53 | 112 | 7 | 31 | 123 | 73 |
| Binary | 11101101 | 10000110 | 111110 | 0 | 101011 | 1001010 | 111 | 11001 | 1010011 | 111011 |
Color Harmonies of #ED863E
Complementary color
Monochromatic Colors of #ED863E
Black with #ED863E
Text Example
Text Example
White with #ED863E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED863E; }
p { color: rgb(237,134,62); }
H1.HeaderClassName
{
color: #ED863E;
}
.AnyTagClassName
{
color: #ED863E;
}
</style>
background-color css
<style>
a { background-color: #ED863E; }
a { background-color: rgb(237,134,62); }
div.DivClassName
{
background-color: #ED863E;
}
.BgClassName
{
background-color: #ED863E;
}
</style>
border-color css
<style>
span { border-color: #ED863E; }
span { border-color: rgb(237,134,62); }
td.TdClassName
{
border-color: #ED863E;
}
.TagClassName
{
border-color: #ED863E;
}
</style>