Shades of Flamingo #EC6642
Tints of Flamingo #EC6642
RGB
CMYK
RGB Variations
Color information
#EC6642 (or 0xEC6642) is known color: Flamingo. HEX triplet: EC, 66 and 42. RGB value is (236,102,66). Sum of RGB (Red+Green+Blue) = 236+102+66=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 66 (26.17% from 255 or 16.34% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6642 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6642 is #1399BD. Grayscale: #8A8A8A. Windows color (decimal): -1284542 or 4351724. OLE color: 4351724.
HSL color Cylindrical-coordinate representation of color #EC6642: hue angle of 12.71º 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 #EC6642 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 66 | - |
| CMYK | 0 | 0.57 | 0.72 | 0.07 |
| HSL | 12.71º | 0.82% | 0.59% | - |
| HSV(B) | 12.71º | 0.72% | 0.93% | - |
| XYZ | 40.33 | 27.73 | 8.38 | - |
| YUV | 137.96 | 87.39 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 66 | 0 | 0.57 | 0.72 | 0.07 | 12.71 | 0.82 | 0.59 |
| Hex | EC | 66 | 42 | 0 | 39 | 48 | 7 | D | 52 | 3B |
| Octal | 354 | 146 | 102 | 0 | 71 | 110 | 7 | 15 | 122 | 73 |
| Binary | 11101100 | 1100110 | 1000010 | 0 | 111001 | 1001000 | 111 | 1101 | 1010010 | 111011 |
Color Harmonies of #EC6642
Complementary color
Monochromatic Colors of #EC6642
Black with #EC6642
Text Example
Text Example
White with #EC6642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6642; }
p { color: rgb(236,102,66); }
H1.HeaderClassName
{
color: #EC6642;
}
.AnyTagClassName
{
color: #EC6642;
}
</style>
background-color css
<style>
a { background-color: #EC6642; }
a { background-color: rgb(236,102,66); }
div.DivClassName
{
background-color: #EC6642;
}
.BgClassName
{
background-color: #EC6642;
}
</style>
border-color css
<style>
span { border-color: #EC6642; }
span { border-color: rgb(236,102,66); }
td.TdClassName
{
border-color: #EC6642;
}
.TagClassName
{
border-color: #EC6642;
}
</style>