Shades of Flamenco #ED8648
Tints of Flamenco #ED8648
RGB
CMYK
RGB Variations
Color information
#ED8648 (or 0xED8648) is known color: Flamenco. HEX triplet: ED, 86 and 48. RGB value is (237,134,72). Sum of RGB (Red+Green+Blue) = 237+134+72=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 72 (28.52% from 255 or 16.25% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8648 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8648 is #1279B7. Grayscale: #9E9E9E. Windows color (decimal): -1210808 or 4753133. OLE color: 4753133.
HSL color Cylindrical-coordinate representation of color #ED8648: hue angle of 22.55º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED8648 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 72 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.07 |
| HSL | 22.55º | 0.82% | 0.61% | - |
| HSV(B) | 22.55º | 0.7% | 0.93% | - |
| XYZ | 44.62 | 35.52 | 10.64 | - |
| YUV | 157.73 | 79.62 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 72 | 0 | 0.43 | 0.70 | 0.07 | 22.55 | 0.82 | 0.61 |
| Hex | ED | 86 | 48 | 0 | 2B | 46 | 7 | 17 | 52 | 3D |
| Octal | 355 | 206 | 110 | 0 | 53 | 106 | 7 | 27 | 122 | 75 |
| Binary | 11101101 | 10000110 | 1001000 | 0 | 101011 | 1000110 | 111 | 10111 | 1010010 | 111101 |
Color Harmonies of #ED8648
Complementary color
Monochromatic Colors of #ED8648
Black with #ED8648
Text Example
Text Example
White with #ED8648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8648; }
p { color: rgb(237,134,72); }
H1.HeaderClassName
{
color: #ED8648;
}
.AnyTagClassName
{
color: #ED8648;
}
</style>
background-color css
<style>
a { background-color: #ED8648; }
a { background-color: rgb(237,134,72); }
div.DivClassName
{
background-color: #ED8648;
}
.BgClassName
{
background-color: #ED8648;
}
</style>
border-color css
<style>
span { border-color: #ED8648; }
span { border-color: rgb(237,134,72); }
td.TdClassName
{
border-color: #ED8648;
}
.TagClassName
{
border-color: #ED8648;
}
</style>