Shades of Dark Salmon #EF906E
Tints of Dark Salmon #EF906E
RGB
CMYK
RGB Variations
Color information
#EF906E (or 0xEF906E) is known color: Dark Salmon. HEX triplet: EF, 90 and 6E. RGB value is (239,144,110). Sum of RGB (Red+Green+Blue) = 239+144+110=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 110 (43.36% from 255 or 22.31% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EF906E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF906E is #106F91. Grayscale: #A8A8A8. Windows color (decimal): -1077138 or 7246063. OLE color: 7246063.
HSL color Cylindrical-coordinate representation of color #EF906E: hue angle of 15.81º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF906E is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 110 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.06 |
| HSL | 15.81º | 0.8% | 0.68% | - |
| HSV(B) | 15.81º | 0.54% | 0.94% | - |
| XYZ | 48.38 | 39.42 | 19.81 | - |
| YUV | 168.53 | 94.97 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 110 | 0 | 0.40 | 0.54 | 0.06 | 15.81 | 0.8 | 0.68 |
| Hex | EF | 90 | 6E | 0 | 28 | 36 | 6 | 10 | 50 | 44 |
| Octal | 357 | 220 | 156 | 0 | 50 | 66 | 6 | 20 | 120 | 104 |
| Binary | 11101111 | 10010000 | 1101110 | 0 | 101000 | 110110 | 110 | 10000 | 1010000 | 1000100 |
Color Harmonies of #EF906E
Complementary color
Monochromatic Colors of #EF906E
Black with #EF906E
Text Example
Text Example
White with #EF906E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF906E; }
p { color: rgb(239,144,110); }
H1.HeaderClassName
{
color: #EF906E;
}
.AnyTagClassName
{
color: #EF906E;
}
</style>
background-color css
<style>
a { background-color: #EF906E; }
a { background-color: rgb(239,144,110); }
div.DivClassName
{
background-color: #EF906E;
}
.BgClassName
{
background-color: #EF906E;
}
</style>
border-color css
<style>
span { border-color: #EF906E; }
span { border-color: rgb(239,144,110); }
td.TdClassName
{
border-color: #EF906E;
}
.TagClassName
{
border-color: #EF906E;
}
</style>