Shades of Flamingo #EF654F
Tints of Flamingo #EF654F
RGB
CMYK
RGB Variations
Color information
#EF654F (or 0xEF654F) is known color: Flamingo. HEX triplet: EF, 65 and 4F. RGB value is (239,101,79). Sum of RGB (Red+Green+Blue) = 239+101+79=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 79 (31.25% from 255 or 18.85% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF654F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF654F is #109AB0. Grayscale: #8B8B8B. Windows color (decimal): -1088177 or 5203439. OLE color: 5203439.
HSL color Cylindrical-coordinate representation of color #EF654F: hue angle of 8.25º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF654F is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 79 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.06 |
| HSL | 8.25º | 0.83% | 0.62% | - |
| HSV(B) | 8.25º | 0.67% | 0.94% | - |
| XYZ | 41.66 | 28.22 | 10.65 | - |
| YUV | 139.75 | 93.72 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 79 | 0 | 0.58 | 0.67 | 0.06 | 8.25 | 0.83 | 0.62 |
| Hex | EF | 65 | 4F | 0 | 3A | 43 | 6 | 8 | 53 | 3E |
| Octal | 357 | 145 | 117 | 0 | 72 | 103 | 6 | 10 | 123 | 76 |
| Binary | 11101111 | 1100101 | 1001111 | 0 | 111010 | 1000011 | 110 | 1000 | 1010011 | 111110 |
Color Harmonies of #EF654F
Complementary color
Monochromatic Colors of #EF654F
Black with #EF654F
Text Example
Text Example
White with #EF654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF654F; }
p { color: rgb(239,101,79); }
H1.HeaderClassName
{
color: #EF654F;
}
.AnyTagClassName
{
color: #EF654F;
}
</style>
background-color css
<style>
a { background-color: #EF654F; }
a { background-color: rgb(239,101,79); }
div.DivClassName
{
background-color: #EF654F;
}
.BgClassName
{
background-color: #EF654F;
}
</style>
border-color css
<style>
span { border-color: #EF654F; }
span { border-color: rgb(239,101,79); }
td.TdClassName
{
border-color: #EF654F;
}
.TagClassName
{
border-color: #EF654F;
}
</style>