Shades of Flamingo #ED684C
Tints of Flamingo #ED684C
RGB
CMYK
RGB Variations
Color information
#ED684C (or 0xED684C) is known color: Flamingo. HEX triplet: ED, 68 and 4C. RGB value is (237,104,76). Sum of RGB (Red+Green+Blue) = 237+104+76=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 76 (30.08% from 255 or 18.23% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED684C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED684C is #1297B3. Grayscale: #8C8C8C. Windows color (decimal): -1218484 or 5007597. OLE color: 5007597.
HSL color Cylindrical-coordinate representation of color #ED684C: hue angle of 10.43º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED684C is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 104 | 76 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.07 |
| HSL | 10.43º | 0.82% | 0.61% | - |
| HSV(B) | 10.43º | 0.68% | 0.93% | - |
| XYZ | 41.18 | 28.43 | 10.15 | - |
| YUV | 140.58 | 91.56 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 104 | 76 | 0 | 0.56 | 0.68 | 0.07 | 10.43 | 0.82 | 0.61 |
| Hex | ED | 68 | 4C | 0 | 38 | 44 | 7 | A | 52 | 3D |
| Octal | 355 | 150 | 114 | 0 | 70 | 104 | 7 | 12 | 122 | 75 |
| Binary | 11101101 | 1101000 | 1001100 | 0 | 111000 | 1000100 | 111 | 1010 | 1010010 | 111101 |
Color Harmonies of #ED684C
Complementary color
Monochromatic Colors of #ED684C
Black with #ED684C
Text Example
Text Example
White with #ED684C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED684C; }
p { color: rgb(237,104,76); }
H1.HeaderClassName
{
color: #ED684C;
}
.AnyTagClassName
{
color: #ED684C;
}
</style>
background-color css
<style>
a { background-color: #ED684C; }
a { background-color: rgb(237,104,76); }
div.DivClassName
{
background-color: #ED684C;
}
.BgClassName
{
background-color: #ED684C;
}
</style>
border-color css
<style>
span { border-color: #ED684C; }
span { border-color: rgb(237,104,76); }
td.TdClassName
{
border-color: #ED684C;
}
.TagClassName
{
border-color: #ED684C;
}
</style>