Shades of Flamingo #ED6542
Tints of Flamingo #ED6542
RGB
CMYK
RGB Variations
Color information
#ED6542 (or 0xED6542) is known color: Flamingo. HEX triplet: ED, 65 and 42. RGB value is (237,101,66). Sum of RGB (Red+Green+Blue) = 237+101+66=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 66 (26.17% from 255 or 16.34% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6542 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6542 is #129ABD. Grayscale: #898989. Windows color (decimal): -1219262 or 4351469. OLE color: 4351469.
HSL color Cylindrical-coordinate representation of color #ED6542: hue angle of 12.28º degrees, saturation: 0.83, 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 #ED6542 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 101 | 66 | - |
| CMYK | 0 | 0.57 | 0.72 | 0.07 |
| HSL | 12.28º | 0.83% | 0.59% | - |
| HSV(B) | 12.28º | 0.72% | 0.93% | - |
| XYZ | 40.56 | 27.71 | 8.36 | - |
| YUV | 137.67 | 87.56 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 101 | 66 | 0 | 0.57 | 0.72 | 0.07 | 12.28 | 0.83 | 0.59 |
| Hex | ED | 65 | 42 | 0 | 39 | 48 | 7 | C | 53 | 3B |
| Octal | 355 | 145 | 102 | 0 | 71 | 110 | 7 | 14 | 123 | 73 |
| Binary | 11101101 | 1100101 | 1000010 | 0 | 111001 | 1001000 | 111 | 1100 | 1010011 | 111011 |
Color Harmonies of #ED6542
Complementary color
Monochromatic Colors of #ED6542
Black with #ED6542
Text Example
Text Example
White with #ED6542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6542; }
p { color: rgb(237,101,66); }
H1.HeaderClassName
{
color: #ED6542;
}
.AnyTagClassName
{
color: #ED6542;
}
</style>
background-color css
<style>
a { background-color: #ED6542; }
a { background-color: rgb(237,101,66); }
div.DivClassName
{
background-color: #ED6542;
}
.BgClassName
{
background-color: #ED6542;
}
</style>
border-color css
<style>
span { border-color: #ED6542; }
span { border-color: rgb(237,101,66); }
td.TdClassName
{
border-color: #ED6542;
}
.TagClassName
{
border-color: #ED6542;
}
</style>