Shades of Flamenco #ED844B
Tints of Flamenco #ED844B
RGB
CMYK
RGB Variations
Color information
#ED844B (or 0xED844B) is known color: Flamenco. HEX triplet: ED, 84 and 4B. RGB value is (237,132,75). Sum of RGB (Red+Green+Blue) = 237+132+75=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 75 (29.69% from 255 or 16.89% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #ED844B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED844B is #127BB4. Grayscale: #9D9D9D. Windows color (decimal): -1211317 or 4949229. OLE color: 4949229.
HSL color Cylindrical-coordinate representation of color #ED844B: hue angle of 21.11º 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 #ED844B is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 132 | 75 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.07 |
| HSL | 21.11º | 0.82% | 0.61% | - |
| HSV(B) | 21.11º | 0.68% | 0.93% | - |
| XYZ | 44.45 | 35.02 | 11.07 | - |
| YUV | 156.9 | 81.79 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 132 | 75 | 0 | 0.44 | 0.68 | 0.07 | 21.11 | 0.82 | 0.61 |
| Hex | ED | 84 | 4B | 0 | 2C | 44 | 7 | 15 | 52 | 3D |
| Octal | 355 | 204 | 113 | 0 | 54 | 104 | 7 | 25 | 122 | 75 |
| Binary | 11101101 | 10000100 | 1001011 | 0 | 101100 | 1000100 | 111 | 10101 | 1010010 | 111101 |
Color Harmonies of #ED844B
Complementary color
Monochromatic Colors of #ED844B
Black with #ED844B
Text Example
Text Example
White with #ED844B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED844B; }
p { color: rgb(237,132,75); }
H1.HeaderClassName
{
color: #ED844B;
}
.AnyTagClassName
{
color: #ED844B;
}
</style>
background-color css
<style>
a { background-color: #ED844B; }
a { background-color: rgb(237,132,75); }
div.DivClassName
{
background-color: #ED844B;
}
.BgClassName
{
background-color: #ED844B;
}
</style>
border-color css
<style>
span { border-color: #ED844B; }
span { border-color: rgb(237,132,75); }
td.TdClassName
{
border-color: #ED844B;
}
.TagClassName
{
border-color: #ED844B;
}
</style>