Shades of Flamingo #EF654A
Tints of Flamingo #EF654A
RGB
CMYK
RGB Variations
Color information
#EF654A (or 0xEF654A) is known color: Flamingo. HEX triplet: EF, 65 and 4A. RGB value is (239,101,74). Sum of RGB (Red+Green+Blue) = 239+101+74=414 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.73% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 239 - color contains mainly: red. Hex color #EF654A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF654A is #109AB5. Grayscale: #8B8B8B. Windows color (decimal): -1088182 or 4875759. OLE color: 4875759.
HSL color Cylindrical-coordinate representation of color #EF654A: hue angle of 9.82º 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 #EF654A is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 74 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.06 |
| HSL | 9.82º | 0.84% | 0.61% | - |
| HSV(B) | 9.82º | 0.69% | 0.94% | - |
| XYZ | 41.49 | 28.15 | 9.73 | - |
| YUV | 139.18 | 91.22 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 74 | 0 | 0.58 | 0.69 | 0.06 | 9.82 | 0.84 | 0.61 |
| Hex | EF | 65 | 4A | 0 | 3A | 45 | 6 | A | 54 | 3D |
| Octal | 357 | 145 | 112 | 0 | 72 | 105 | 6 | 12 | 124 | 75 |
| Binary | 11101111 | 1100101 | 1001010 | 0 | 111010 | 1000101 | 110 | 1010 | 1010100 | 111101 |
Color Harmonies of #EF654A
Complementary color
Monochromatic Colors of #EF654A
Black with #EF654A
Text Example
Text Example
White with #EF654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF654A; }
p { color: rgb(239,101,74); }
H1.HeaderClassName
{
color: #EF654A;
}
.AnyTagClassName
{
color: #EF654A;
}
</style>
background-color css
<style>
a { background-color: #EF654A; }
a { background-color: rgb(239,101,74); }
div.DivClassName
{
background-color: #EF654A;
}
.BgClassName
{
background-color: #EF654A;
}
</style>
border-color css
<style>
span { border-color: #EF654A; }
span { border-color: rgb(239,101,74); }
td.TdClassName
{
border-color: #EF654A;
}
.TagClassName
{
border-color: #EF654A;
}
</style>