Shades of Flamenco #ED8443
Tints of Flamenco #ED8443
RGB
CMYK
RGB Variations
Color information
#ED8443 (or 0xED8443) is known color: Flamenco. HEX triplet: ED, 84 and 43. RGB value is (237,132,67). Sum of RGB (Red+Green+Blue) = 237+132+67=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 67 (26.56% from 255 or 15.37% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8443 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8443 is #127BBC. Grayscale: #9C9C9C. Windows color (decimal): -1211325 or 4424941. OLE color: 4424941.
HSL color Cylindrical-coordinate representation of color #ED8443: hue angle of 22.94º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED8443 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 132 | 67 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.07 |
| HSL | 22.94º | 0.83% | 0.6% | - |
| HSV(B) | 22.94º | 0.72% | 0.93% | - |
| XYZ | 44.19 | 34.91 | 9.72 | - |
| YUV | 155.99 | 77.79 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 132 | 67 | 0 | 0.44 | 0.72 | 0.07 | 22.94 | 0.83 | 0.6 |
| Hex | ED | 84 | 43 | 0 | 2C | 48 | 7 | 17 | 53 | 3C |
| Octal | 355 | 204 | 103 | 0 | 54 | 110 | 7 | 27 | 123 | 74 |
| Binary | 11101101 | 10000100 | 1000011 | 0 | 101100 | 1001000 | 111 | 10111 | 1010011 | 111100 |
Color Harmonies of #ED8443
Complementary color
Monochromatic Colors of #ED8443
Black with #ED8443
Text Example
Text Example
White with #ED8443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8443; }
p { color: rgb(237,132,67); }
H1.HeaderClassName
{
color: #ED8443;
}
.AnyTagClassName
{
color: #ED8443;
}
</style>
background-color css
<style>
a { background-color: #ED8443; }
a { background-color: rgb(237,132,67); }
div.DivClassName
{
background-color: #ED8443;
}
.BgClassName
{
background-color: #ED8443;
}
</style>
border-color css
<style>
span { border-color: #ED8443; }
span { border-color: rgb(237,132,67); }
td.TdClassName
{
border-color: #ED8443;
}
.TagClassName
{
border-color: #ED8443;
}
</style>