Shades of Flamingo #EF6754
Tints of Flamingo #EF6754
RGB
CMYK
RGB Variations
Color information
#EF6754 (or 0xEF6754) is known color: Flamingo. HEX triplet: EF, 67 and 54. RGB value is (239,103,84). Sum of RGB (Red+Green+Blue) = 239+103+84=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 84 (33.20% from 255 or 19.72% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6754 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6754 is #1098AB. Grayscale: #8D8D8D. Windows color (decimal): -1087660 or 5531631. OLE color: 5531631.
HSL color Cylindrical-coordinate representation of color #EF6754: hue angle of 7.35º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF6754 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 103 | 84 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.06 |
| HSL | 7.35º | 0.83% | 0.63% | - |
| HSV(B) | 7.35º | 0.65% | 0.94% | - |
| XYZ | 42.05 | 28.69 | 11.71 | - |
| YUV | 141.5 | 95.56 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 103 | 84 | 0 | 0.57 | 0.65 | 0.06 | 7.35 | 0.83 | 0.63 |
| Hex | EF | 67 | 54 | 0 | 39 | 41 | 6 | 7 | 53 | 3F |
| Octal | 357 | 147 | 124 | 0 | 71 | 101 | 6 | 7 | 123 | 77 |
| Binary | 11101111 | 1100111 | 1010100 | 0 | 111001 | 1000001 | 110 | 111 | 1010011 | 111111 |
Color Harmonies of #EF6754
Complementary color
Monochromatic Colors of #EF6754
Black with #EF6754
Text Example
Text Example
White with #EF6754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6754; }
p { color: rgb(239,103,84); }
H1.HeaderClassName
{
color: #EF6754;
}
.AnyTagClassName
{
color: #EF6754;
}
</style>
background-color css
<style>
a { background-color: #EF6754; }
a { background-color: rgb(239,103,84); }
div.DivClassName
{
background-color: #EF6754;
}
.BgClassName
{
background-color: #EF6754;
}
</style>
border-color css
<style>
span { border-color: #EF6754; }
span { border-color: rgb(239,103,84); }
td.TdClassName
{
border-color: #EF6754;
}
.TagClassName
{
border-color: #EF6754;
}
</style>