Shades of Flamingo #EF664F
Tints of Flamingo #EF664F
RGB
CMYK
RGB Variations
Color information
#EF664F (or 0xEF664F) is known color: Flamingo. HEX triplet: EF, 66 and 4F. RGB value is (239,102,79). Sum of RGB (Red+Green+Blue) = 239+102+79=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 79 (31.25% from 255 or 18.81% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF664F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF664F is #1099B0. Grayscale: #8C8C8C. Windows color (decimal): -1087921 or 5203695. OLE color: 5203695.
HSL color Cylindrical-coordinate representation of color #EF664F: hue angle of 8.62º 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 #EF664F is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 102 | 79 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.06 |
| HSL | 8.63º | 0.83% | 0.62% | - |
| HSV(B) | 8.63º | 0.67% | 0.94% | - |
| XYZ | 41.76 | 28.42 | 10.68 | - |
| YUV | 140.34 | 93.39 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 79 | 0 | 0.57 | 0.67 | 0.06 | 8.63 | 0.83 | 0.62 |
| Hex | EF | 66 | 4F | 0 | 39 | 43 | 6 | 9 | 53 | 3E |
| Octal | 357 | 146 | 117 | 0 | 71 | 103 | 6 | 11 | 123 | 76 |
| Binary | 11101111 | 1100110 | 1001111 | 0 | 111001 | 1000011 | 110 | 1001 | 1010011 | 111110 |
Color Harmonies of #EF664F
Complementary color
Monochromatic Colors of #EF664F
Black with #EF664F
Text Example
Text Example
White with #EF664F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF664F; }
p { color: rgb(239,102,79); }
H1.HeaderClassName
{
color: #EF664F;
}
.AnyTagClassName
{
color: #EF664F;
}
</style>
background-color css
<style>
a { background-color: #EF664F; }
a { background-color: rgb(239,102,79); }
div.DivClassName
{
background-color: #EF664F;
}
.BgClassName
{
background-color: #EF664F;
}
</style>
border-color css
<style>
span { border-color: #EF664F; }
span { border-color: rgb(239,102,79); }
td.TdClassName
{
border-color: #EF664F;
}
.TagClassName
{
border-color: #EF664F;
}
</style>