Shades of Flamingo #EF654D
Tints of Flamingo #EF654D
RGB
CMYK
RGB Variations
Color information
#EF654D (or 0xEF654D) is known color: Flamingo. HEX triplet: EF, 65 and 4D. RGB value is (239,101,77). Sum of RGB (Red+Green+Blue) = 239+101+77=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF654D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF654D is #109AB2. Grayscale: #8B8B8B. Windows color (decimal): -1088179 or 5072367. OLE color: 5072367.
HSL color Cylindrical-coordinate representation of color #EF654D: hue angle of 8.89º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF654D is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 77 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.06 |
| HSL | 8.89º | 0.84% | 0.62% | - |
| HSV(B) | 8.89º | 0.68% | 0.94% | - |
| XYZ | 41.59 | 28.19 | 10.27 | - |
| YUV | 139.53 | 92.72 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 77 | 0 | 0.58 | 0.68 | 0.06 | 8.89 | 0.84 | 0.62 |
| Hex | EF | 65 | 4D | 0 | 3A | 44 | 6 | 9 | 54 | 3E |
| Octal | 357 | 145 | 115 | 0 | 72 | 104 | 6 | 11 | 124 | 76 |
| Binary | 11101111 | 1100101 | 1001101 | 0 | 111010 | 1000100 | 110 | 1001 | 1010100 | 111110 |
Color Harmonies of #EF654D
Complementary color
Monochromatic Colors of #EF654D
Black with #EF654D
Text Example
Text Example
White with #EF654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF654D; }
p { color: rgb(239,101,77); }
H1.HeaderClassName
{
color: #EF654D;
}
.AnyTagClassName
{
color: #EF654D;
}
</style>
background-color css
<style>
a { background-color: #EF654D; }
a { background-color: rgb(239,101,77); }
div.DivClassName
{
background-color: #EF654D;
}
.BgClassName
{
background-color: #EF654D;
}
</style>
border-color css
<style>
span { border-color: #EF654D; }
span { border-color: rgb(239,101,77); }
td.TdClassName
{
border-color: #EF654D;
}
.TagClassName
{
border-color: #EF654D;
}
</style>