Shades of Flamingo #EF664A
Tints of Flamingo #EF664A
RGB
CMYK
RGB Variations
Color information
#EF664A (or 0xEF664A) is known color: Flamingo. HEX triplet: EF, 66 and 4A. RGB value is (239,102,74). Sum of RGB (Red+Green+Blue) = 239+102+74=415 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.59% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 74 (29.30% from 255 or 17.83% from 415); Max value from RGB is 239 - color contains mainly: red. Hex color #EF664A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF664A is #1099B5. Grayscale: #8C8C8C. Windows color (decimal): -1087926 or 4876015. OLE color: 4876015.
HSL color Cylindrical-coordinate representation of color #EF664A: hue angle of 10.18º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF664A is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 102 | 74 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.06 |
| HSL | 10.18º | 0.84% | 0.61% | - |
| HSV(B) | 10.18º | 0.69% | 0.94% | - |
| XYZ | 41.58 | 28.35 | 9.76 | - |
| YUV | 139.77 | 90.89 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 74 | 0 | 0.57 | 0.69 | 0.06 | 10.18 | 0.84 | 0.61 |
| Hex | EF | 66 | 4A | 0 | 39 | 45 | 6 | A | 54 | 3D |
| Octal | 357 | 146 | 112 | 0 | 71 | 105 | 6 | 12 | 124 | 75 |
| Binary | 11101111 | 1100110 | 1001010 | 0 | 111001 | 1000101 | 110 | 1010 | 1010100 | 111101 |
Color Harmonies of #EF664A
Complementary color
Monochromatic Colors of #EF664A
Black with #EF664A
Text Example
Text Example
White with #EF664A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF664A; }
p { color: rgb(239,102,74); }
H1.HeaderClassName
{
color: #EF664A;
}
.AnyTagClassName
{
color: #EF664A;
}
</style>
background-color css
<style>
a { background-color: #EF664A; }
a { background-color: rgb(239,102,74); }
div.DivClassName
{
background-color: #EF664A;
}
.BgClassName
{
background-color: #EF664A;
}
</style>
border-color css
<style>
span { border-color: #EF664A; }
span { border-color: rgb(239,102,74); }
td.TdClassName
{
border-color: #EF664A;
}
.TagClassName
{
border-color: #EF664A;
}
</style>