Shades of Flamenco #ED894C
Tints of Flamenco #ED894C
RGB
CMYK
RGB Variations
Color information
#ED894C (or 0xED894C) is known color: Flamenco. HEX triplet: ED, 89 and 4C. RGB value is (237,137,76). Sum of RGB (Red+Green+Blue) = 237+137+76=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 76 (30.08% from 255 or 16.89% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #ED894C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED894C is #1276B3. Grayscale: #A0A0A0. Windows color (decimal): -1210036 or 5016045. OLE color: 5016045.
HSL color Cylindrical-coordinate representation of color #ED894C: hue angle of 22.73º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED894C is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 76 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.07 |
| HSL | 22.73º | 0.82% | 0.61% | - |
| HSV(B) | 22.73º | 0.68% | 0.93% | - |
| XYZ | 45.18 | 36.42 | 11.49 | - |
| YUV | 159.95 | 80.63 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 76 | 0 | 0.42 | 0.68 | 0.07 | 22.73 | 0.82 | 0.61 |
| Hex | ED | 89 | 4C | 0 | 2A | 44 | 7 | 17 | 52 | 3D |
| Octal | 355 | 211 | 114 | 0 | 52 | 104 | 7 | 27 | 122 | 75 |
| Binary | 11101101 | 10001001 | 1001100 | 0 | 101010 | 1000100 | 111 | 10111 | 1010010 | 111101 |
Color Harmonies of #ED894C
Complementary color
Monochromatic Colors of #ED894C
Black with #ED894C
Text Example
Text Example
White with #ED894C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED894C; }
p { color: rgb(237,137,76); }
H1.HeaderClassName
{
color: #ED894C;
}
.AnyTagClassName
{
color: #ED894C;
}
</style>
background-color css
<style>
a { background-color: #ED894C; }
a { background-color: rgb(237,137,76); }
div.DivClassName
{
background-color: #ED894C;
}
.BgClassName
{
background-color: #ED894C;
}
</style>
border-color css
<style>
span { border-color: #ED894C; }
span { border-color: rgb(237,137,76); }
td.TdClassName
{
border-color: #ED894C;
}
.TagClassName
{
border-color: #ED894C;
}
</style>