Shades of Flamingo #ED6543
Tints of Flamingo #ED6543
RGB
CMYK
RGB Variations
Color information
#ED6543 (or 0xED6543) is known color: Flamingo. HEX triplet: ED, 65 and 43. RGB value is (237,101,67). Sum of RGB (Red+Green+Blue) = 237+101+67=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 67 (26.56% from 255 or 16.54% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6543 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6543 is #129ABC. Grayscale: #8A8A8A. Windows color (decimal): -1219261 or 4417005. OLE color: 4417005.
HSL color Cylindrical-coordinate representation of color #ED6543: hue angle of 12º 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 #ED6543 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 101 | 67 | - |
| CMYK | 0 | 0.57 | 0.72 | 0.07 |
| HSL | 12º | 0.83% | 0.6% | - |
| HSV(B) | 12º | 0.72% | 0.93% | - |
| XYZ | 40.59 | 27.72 | 8.52 | - |
| YUV | 137.79 | 88.06 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 101 | 67 | 0 | 0.57 | 0.72 | 0.07 | 12 | 0.83 | 0.6 |
| Hex | ED | 65 | 43 | 0 | 39 | 48 | 7 | C | 53 | 3C |
| Octal | 355 | 145 | 103 | 0 | 71 | 110 | 7 | 14 | 123 | 74 |
| Binary | 11101101 | 1100101 | 1000011 | 0 | 111001 | 1001000 | 111 | 1100 | 1010011 | 111100 |
Color Harmonies of #ED6543
Complementary color
Monochromatic Colors of #ED6543
Black with #ED6543
Text Example
Text Example
White with #ED6543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6543; }
p { color: rgb(237,101,67); }
H1.HeaderClassName
{
color: #ED6543;
}
.AnyTagClassName
{
color: #ED6543;
}
</style>
background-color css
<style>
a { background-color: #ED6543; }
a { background-color: rgb(237,101,67); }
div.DivClassName
{
background-color: #ED6543;
}
.BgClassName
{
background-color: #ED6543;
}
</style>
border-color css
<style>
span { border-color: #ED6543; }
span { border-color: rgb(237,101,67); }
td.TdClassName
{
border-color: #ED6543;
}
.TagClassName
{
border-color: #ED6543;
}
</style>