Shades of Flamenco #ED894D
Tints of Flamenco #ED894D
RGB
CMYK
RGB Variations
Color information
#ED894D (or 0xED894D) is known color: Flamenco. HEX triplet: ED, 89 and 4D. RGB value is (237,137,77). Sum of RGB (Red+Green+Blue) = 237+137+77=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 77 (30.47% from 255 or 17.07% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #ED894D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED894D is #1276B2. Grayscale: #A0A0A0. Windows color (decimal): -1210035 or 5081581. OLE color: 5081581.
HSL color Cylindrical-coordinate representation of color #ED894D: hue angle of 22.5º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED894D is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 77 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.07 |
| HSL | 22.5º | 0.82% | 0.62% | - |
| HSV(B) | 22.5º | 0.68% | 0.93% | - |
| XYZ | 45.21 | 36.43 | 11.67 | - |
| YUV | 160.06 | 81.13 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 77 | 0 | 0.42 | 0.68 | 0.07 | 22.5 | 0.82 | 0.62 |
| Hex | ED | 89 | 4D | 0 | 2A | 44 | 7 | 16 | 52 | 3E |
| Octal | 355 | 211 | 115 | 0 | 52 | 104 | 7 | 26 | 122 | 76 |
| Binary | 11101101 | 10001001 | 1001101 | 0 | 101010 | 1000100 | 111 | 10110 | 1010010 | 111110 |
Color Harmonies of #ED894D
Complementary color
Monochromatic Colors of #ED894D
Black with #ED894D
Text Example
Text Example
White with #ED894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED894D; }
p { color: rgb(237,137,77); }
H1.HeaderClassName
{
color: #ED894D;
}
.AnyTagClassName
{
color: #ED894D;
}
</style>
background-color css
<style>
a { background-color: #ED894D; }
a { background-color: rgb(237,137,77); }
div.DivClassName
{
background-color: #ED894D;
}
.BgClassName
{
background-color: #ED894D;
}
</style>
border-color css
<style>
span { border-color: #ED894D; }
span { border-color: rgb(237,137,77); }
td.TdClassName
{
border-color: #ED894D;
}
.TagClassName
{
border-color: #ED894D;
}
</style>