Shades of Flamenco #ED893F
Tints of Flamenco #ED893F
RGB
CMYK
RGB Variations
Color information
#ED893F (or 0xED893F) is known color: Flamenco. HEX triplet: ED, 89 and 3F. RGB value is (237,137,63). Sum of RGB (Red+Green+Blue) = 237+137+63=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 63 (25% from 255 or 14.42% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #ED893F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED893F is #1276C0. Grayscale: #9E9E9E. Windows color (decimal): -1210049 or 4164077. OLE color: 4164077.
HSL color Cylindrical-coordinate representation of color #ED893F: hue angle of 25.52º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED893F is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 63 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.07 |
| HSL | 25.52º | 0.83% | 0.59% | - |
| HSV(B) | 25.52º | 0.73% | 0.93% | - |
| XYZ | 44.77 | 36.25 | 9.34 | - |
| YUV | 158.46 | 74.13 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 63 | 0 | 0.42 | 0.73 | 0.07 | 25.52 | 0.83 | 0.59 |
| Hex | ED | 89 | 3F | 0 | 2A | 49 | 7 | 1A | 53 | 3B |
| Octal | 355 | 211 | 77 | 0 | 52 | 111 | 7 | 32 | 123 | 73 |
| Binary | 11101101 | 10001001 | 111111 | 0 | 101010 | 1001001 | 111 | 11010 | 1010011 | 111011 |
Color Harmonies of #ED893F
Complementary color
Monochromatic Colors of #ED893F
Black with #ED893F
Text Example
Text Example
White with #ED893F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED893F; }
p { color: rgb(237,137,63); }
H1.HeaderClassName
{
color: #ED893F;
}
.AnyTagClassName
{
color: #ED893F;
}
</style>
background-color css
<style>
a { background-color: #ED893F; }
a { background-color: rgb(237,137,63); }
div.DivClassName
{
background-color: #ED893F;
}
.BgClassName
{
background-color: #ED893F;
}
</style>
border-color css
<style>
span { border-color: #ED893F; }
span { border-color: rgb(237,137,63); }
td.TdClassName
{
border-color: #ED893F;
}
.TagClassName
{
border-color: #ED893F;
}
</style>