Shades of Flamenco #ED8143
Tints of Flamenco #ED8143
RGB
CMYK
RGB Variations
Color information
#ED8143 (or 0xED8143) is known color: Flamenco. HEX triplet: ED, 81 and 43. RGB value is (237,129,67). Sum of RGB (Red+Green+Blue) = 237+129+67=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 67 (26.56% from 255 or 15.47% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8143 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8143 is #127EBC. Grayscale: #9A9A9A. Windows color (decimal): -1212093 or 4424173. OLE color: 4424173.
HSL color Cylindrical-coordinate representation of color #ED8143: hue angle of 21.88º 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 #ED8143 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 67 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.07 |
| HSL | 21.88º | 0.83% | 0.6% | - |
| HSV(B) | 21.88º | 0.72% | 0.93% | - |
| XYZ | 43.79 | 34.11 | 9.59 | - |
| YUV | 154.22 | 78.78 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 67 | 0 | 0.46 | 0.72 | 0.07 | 21.88 | 0.83 | 0.6 |
| Hex | ED | 81 | 43 | 0 | 2E | 48 | 7 | 16 | 53 | 3C |
| Octal | 355 | 201 | 103 | 0 | 56 | 110 | 7 | 26 | 123 | 74 |
| Binary | 11101101 | 10000001 | 1000011 | 0 | 101110 | 1001000 | 111 | 10110 | 1010011 | 111100 |
Color Harmonies of #ED8143
Complementary color
Monochromatic Colors of #ED8143
Black with #ED8143
Text Example
Text Example
White with #ED8143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8143; }
p { color: rgb(237,129,67); }
H1.HeaderClassName
{
color: #ED8143;
}
.AnyTagClassName
{
color: #ED8143;
}
</style>
background-color css
<style>
a { background-color: #ED8143; }
a { background-color: rgb(237,129,67); }
div.DivClassName
{
background-color: #ED8143;
}
.BgClassName
{
background-color: #ED8143;
}
</style>
border-color css
<style>
span { border-color: #ED8143; }
span { border-color: rgb(237,129,67); }
td.TdClassName
{
border-color: #ED8143;
}
.TagClassName
{
border-color: #ED8143;
}
</style>