Shades of Flamingo #EC6543
Tints of Flamingo #EC6543
RGB
CMYK
RGB Variations
Color information
#EC6543 (or 0xEC6543) is known color: Flamingo. HEX triplet: EC, 65 and 43. RGB value is (236,101,67). Sum of RGB (Red+Green+Blue) = 236+101+67=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 67 (26.56% from 255 or 16.58% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6543 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6543 is #139ABC. Grayscale: #898989. Windows color (decimal): -1284797 or 4417004. OLE color: 4417004.
HSL color Cylindrical-coordinate representation of color #EC6543: hue angle of 12.07º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC6543 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 67 | - |
| CMYK | 0 | 0.57 | 0.72 | 0.07 |
| HSL | 12.07º | 0.82% | 0.59% | - |
| HSV(B) | 12.07º | 0.72% | 0.93% | - |
| XYZ | 40.26 | 27.55 | 8.51 | - |
| YUV | 137.49 | 88.23 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 67 | 0 | 0.57 | 0.72 | 0.07 | 12.07 | 0.82 | 0.59 |
| Hex | EC | 65 | 43 | 0 | 39 | 48 | 7 | C | 52 | 3B |
| Octal | 354 | 145 | 103 | 0 | 71 | 110 | 7 | 14 | 122 | 73 |
| Binary | 11101100 | 1100101 | 1000011 | 0 | 111001 | 1001000 | 111 | 1100 | 1010010 | 111011 |
Color Harmonies of #EC6543
Complementary color
Monochromatic Colors of #EC6543
Black with #EC6543
Text Example
Text Example
White with #EC6543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6543; }
p { color: rgb(236,101,67); }
H1.HeaderClassName
{
color: #EC6543;
}
.AnyTagClassName
{
color: #EC6543;
}
</style>
background-color css
<style>
a { background-color: #EC6543; }
a { background-color: rgb(236,101,67); }
div.DivClassName
{
background-color: #EC6543;
}
.BgClassName
{
background-color: #EC6543;
}
</style>
border-color css
<style>
span { border-color: #EC6543; }
span { border-color: rgb(236,101,67); }
td.TdClassName
{
border-color: #EC6543;
}
.TagClassName
{
border-color: #EC6543;
}
</style>